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
bd715196
Kaydet (Commit)
bd715196
authored
Şub 19, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: Ia988881bc597ce4c66c889cecc437dd565aefd9e
üst
f8aca00c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
celllistsource.cxx
sc/source/ui/unoobj/celllistsource.cxx
+1
-1
celllistsource.hxx
sc/source/ui/unoobj/celllistsource.hxx
+1
-1
No files found.
sc/source/ui/unoobj/celllistsource.cxx
Dosyayı görüntüle @
bd715196
...
@@ -419,7 +419,7 @@ namespace calc
...
@@ -419,7 +419,7 @@ namespace calc
// range. In this case, we need to fire a change in our CellRange property, and additionally
// range. In this case, we need to fire a change in our CellRange property, and additionally
// notify our XListEntryListeners
// notify our XListEntryListeners
m_bInitialized
=
sal_T
rue
;
m_bInitialized
=
t
rue
;
}
}
//.........................................................................
//.........................................................................
...
...
sc/source/ui/unoobj/celllistsource.hxx
Dosyayı görüntüle @
bd715196
...
@@ -68,7 +68,7 @@ namespace calc
...
@@ -68,7 +68,7 @@ namespace calc
m_xRange
;
/// the range of cells we're bound to
m_xRange
;
/// the range of cells we're bound to
::
cppu
::
OInterfaceContainerHelper
::
cppu
::
OInterfaceContainerHelper
m_aListEntryListeners
;
/// our listeners
m_aListEntryListeners
;
/// our listeners
sal_Bool
m_bInitialized
;
/// has XInitialization::initialize been called?
bool
m_bInitialized
;
/// has XInitialization::initialize been called?
public
:
public
:
OCellListSource
(
OCellListSource
(
...
...
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