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
cc66810d
Kaydet (Commit)
cc66810d
authored
Şub 10, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: I55d0b09ab4e60a4725314691b2d9c170cd60e179
üst
5bf2b49e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dispuno.hxx
sc/inc/dispuno.hxx
+1
-1
dispuno.cxx
sc/source/ui/unoobj/dispuno.cxx
+1
-1
No files found.
sc/inc/dispuno.hxx
Dosyayı görüntüle @
cc66810d
...
@@ -106,7 +106,7 @@ class ScDispatch : public cppu::WeakImplHelper2<
...
@@ -106,7 +106,7 @@ class ScDispatch : public cppu::WeakImplHelper2<
ScTabViewShell
*
pViewShell
;
ScTabViewShell
*
pViewShell
;
XStatusListenerArr_Impl
aDataSourceListeners
;
XStatusListenerArr_Impl
aDataSourceListeners
;
ScImportParam
aLastImport
;
ScImportParam
aLastImport
;
sal_Bool
bListeningToView
;
bool
bListeningToView
;
public
:
public
:
...
...
sc/source/ui/unoobj/dispuno.cxx
Dosyayı görüntüle @
cc66810d
...
@@ -301,7 +301,7 @@ void SAL_CALL ScDispatch::addStatusListener(
...
@@ -301,7 +301,7 @@ void SAL_CALL ScDispatch::addStatusListener(
uno
::
Reference
<
view
::
XSelectionSupplier
>
xSupplier
(
lcl_GetSelectionSupplier
(
pViewShell
));
uno
::
Reference
<
view
::
XSelectionSupplier
>
xSupplier
(
lcl_GetSelectionSupplier
(
pViewShell
));
if
(
xSupplier
.
is
()
)
if
(
xSupplier
.
is
()
)
xSupplier
->
addSelectionChangeListener
(
this
);
xSupplier
->
addSelectionChangeListener
(
this
);
bListeningToView
=
sal_T
rue
;
bListeningToView
=
t
rue
;
}
}
ScDBData
*
pDBData
=
pViewShell
->
GetDBData
(
false
,
SC_DB_OLD
);
ScDBData
*
pDBData
=
pViewShell
->
GetDBData
(
false
,
SC_DB_OLD
);
...
...
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