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
f8aca00c
Kaydet (Commit)
f8aca00c
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: I326e23e4ed5fdc47b1cde22a95a5e77c3be93d7f
üst
6086f30e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
cellvaluebinding.cxx
sc/source/ui/unoobj/cellvaluebinding.cxx
+2
-2
cellvaluebinding.hxx
sc/source/ui/unoobj/cellvaluebinding.hxx
+3
-3
No files found.
sc/source/ui/unoobj/cellvaluebinding.cxx
Dosyayı görüntüle @
f8aca00c
...
...
@@ -73,7 +73,7 @@ namespace calc
#endif
//---------------------------------------------------------------------
OCellValueBinding
::
OCellValueBinding
(
const
Reference
<
XSpreadsheetDocument
>&
_rxDocument
,
sal_B
ool
_bListPos
)
OCellValueBinding
::
OCellValueBinding
(
const
Reference
<
XSpreadsheetDocument
>&
_rxDocument
,
b
ool
_bListPos
)
:
OCellValueBinding_Base
(
m_aMutex
)
,
OCellValueBinding_PBase
(
OCellValueBinding_Base
::
rBHelper
)
,
m_xDocument
(
_rxDocument
)
...
...
@@ -630,7 +630,7 @@ namespace calc
// TODO: be an XModifyBroadcaster, so that changes in our cell can be notified
// to the BindableValue which is/will be bound to this instance.
m_bInitialized
=
sal_T
rue
;
m_bInitialized
=
t
rue
;
// TODO: place your code here
}
...
...
sc/source/ui/unoobj/cellvaluebinding.hxx
Dosyayı görüntüle @
f8aca00c
...
...
@@ -72,13 +72,13 @@ namespace calc
m_xCellText
;
/// the cell we're bound to, for text access
::
cppu
::
OInterfaceContainerHelper
m_aModifyListeners
;
/// our modify listeners
sal_Bool
m_bInitialized
;
/// has XInitialization::initialize been called?
sal_Bool
m_bListPos
;
/// constructed as ListPositionCellBinding?
bool
m_bInitialized
;
/// has XInitialization::initialize been called?
bool
m_bListPos
;
/// constructed as ListPositionCellBinding?
public
:
OCellValueBinding
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
sheet
::
XSpreadsheetDocument
>&
_rxDocument
,
sal_B
ool
_bListPos
b
ool
_bListPos
);
using
OCellValueBinding_PBase
::
getFastPropertyValue
;
...
...
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