Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
228f921b
Kaydet (Commit)
228f921b
authored
Nis 11, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo: obsolet -> obsolete
üst
471a444f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
ComboBox.hxx
forms/source/component/ComboBox.hxx
+1
-1
gridctrl.cxx
svx/source/fmcomp/gridctrl.cxx
+2
-2
IBlockCursor.hxx
sw/source/core/crsr/IBlockCursor.hxx
+1
-1
No files found.
forms/source/component/ComboBox.hxx
Dosyayı görüntüle @
228f921b
...
...
@@ -50,7 +50,7 @@ class OComboBoxModel
,
public
OErrorBroadcaster
{
CachedRowSet
m_aListRowSet
;
// the row set to fill the list
::
com
::
sun
::
star
::
uno
::
Any
m_aBoundColumn
;
// obsolet
::
com
::
sun
::
star
::
uno
::
Any
m_aBoundColumn
;
// obsolet
e
OUString
m_aListSource
;
OUString
m_aDefaultText
;
// DefaultText
::
com
::
sun
::
star
::
uno
::
Any
m_aLastKnownValue
;
...
...
svx/source/fmcomp/gridctrl.cxx
Dosyayı görüntüle @
228f921b
...
...
@@ -2689,7 +2689,7 @@ void DbGridControl::DataSourcePropertyChanged(const PropertyChangeEvent& evt) th
{
// modified state changed from sal_True to sal_False and we're on a insert row
// we have two "new row"s at the moment : the one we're editing currently (where the current
// column is the only dirty element) and a "new new" row which is completely clean. As the first
// one is about to be cleaned, too, the second one is obsolet now.
// one is about to be cleaned, too, the second one is obsolet
e
now.
if
(
m_xCurrentRow
->
IsNew
()
&&
nRecordCount
==
(
GetRowCount
()
-
2
))
{
RowRemoved
(
GetRowCount
()
-
1
,
1
,
true
);
...
...
@@ -3008,7 +3008,7 @@ void DbGridControl::resetCurrentRow()
// is clean). Normally in DataSourcePropertyChanged we would remove this second row if the modified state of
// the insert row changes from sal_True to sal_False. But if our current cell is the only modified element (means the
// data source isn't modified) and we're reset this DataSourcePropertyChanged would never be called, so we
// would never delete the obsolet "second insert row". Thus in this special case this method here
// would never delete the obsolet
e
"second insert row". Thus in this special case this method here
// is the only possibility to determine the redundance of the row (resetCurrentRow is called when the
// "first insert row" is about to be cleaned, so of course the "second insert row" is redundant now)
Reference
<
XPropertySet
>
xDataSource
=
getDataSource
()
->
getPropertySet
();
...
...
sw/source/core/crsr/IBlockCursor.hxx
Dosyayı görüntüle @
228f921b
...
...
@@ -73,7 +73,7 @@ class Point;
When start and end points exist, the block cursor depends on this. If the
cursor is moved by cursor keys (e.g. up/down, home/end) the mouse rectangle
is obsolet and has to be deleted.
is obsolet
e
and has to be deleted.
*/
virtual
void
clearPoints
()
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment