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
f40c11f1
Kaydet (Commit)
f40c11f1
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: I4fb9f453c5e0069ec12076547c95a6bbe441a2e2
üst
698de086
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
docuno.hxx
sc/inc/docuno.hxx
+2
-2
docuno.cxx
sc/source/ui/unoobj/docuno.cxx
+3
-3
No files found.
sc/inc/docuno.hxx
Dosyayı görüntüle @
f40c11f1
...
@@ -130,7 +130,7 @@ public:
...
@@ -130,7 +130,7 @@ public:
void
UpdateAllRowHeights
();
void
UpdateAllRowHeights
();
void
BeforeXMLLoading
();
void
BeforeXMLLoading
();
void
AfterXMLLoading
(
sal_B
ool
bRet
);
void
AfterXMLLoading
(
b
ool
bRet
);
ScSheetSaveData
*
GetSheetSaveData
();
ScSheetSaveData
*
GetSheetSaveData
();
void
RepaintRange
(
const
ScRange
&
rRange
);
void
RepaintRange
(
const
ScRange
&
rRange
);
...
@@ -842,7 +842,7 @@ private:
...
@@ -842,7 +842,7 @@ private:
ScDocShell
*
pDocShell
;
ScDocShell
*
pDocShell
;
SCTAB
nTab
;
SCTAB
nTab
;
sal_B
ool
GetScenarioIndex_Impl
(
const
OUString
&
rName
,
SCTAB
&
rIndex
);
b
ool
GetScenarioIndex_Impl
(
const
OUString
&
rName
,
SCTAB
&
rIndex
);
ScTableSheetObj
*
GetObjectByIndex_Impl
(
sal_Int32
nIndex
);
ScTableSheetObj
*
GetObjectByIndex_Impl
(
sal_Int32
nIndex
);
ScTableSheetObj
*
GetObjectByName_Impl
(
const
OUString
&
aName
);
ScTableSheetObj
*
GetObjectByName_Impl
(
const
OUString
&
aName
);
...
...
sc/source/ui/unoobj/docuno.cxx
Dosyayı görüntüle @
f40c11f1
...
@@ -424,7 +424,7 @@ void ScModelObj::BeforeXMLLoading()
...
@@ -424,7 +424,7 @@ void ScModelObj::BeforeXMLLoading()
pDocShell
->
BeforeXMLLoading
();
pDocShell
->
BeforeXMLLoading
();
}
}
void
ScModelObj
::
AfterXMLLoading
(
sal_B
ool
bRet
)
void
ScModelObj
::
AfterXMLLoading
(
b
ool
bRet
)
{
{
if
(
pDocShell
)
if
(
pDocShell
)
pDocShell
->
AfterXMLLoading
(
bRet
);
pDocShell
->
AfterXMLLoading
(
bRet
);
...
@@ -3670,7 +3670,7 @@ void ScScenariosObj::Notify( SfxBroadcaster&, const SfxHint& rHint )
...
@@ -3670,7 +3670,7 @@ void ScScenariosObj::Notify( SfxBroadcaster&, const SfxHint& rHint )
// XScenarios
// XScenarios
sal_B
ool
ScScenariosObj
::
GetScenarioIndex_Impl
(
const
OUString
&
rName
,
SCTAB
&
rIndex
)
b
ool
ScScenariosObj
::
GetScenarioIndex_Impl
(
const
OUString
&
rName
,
SCTAB
&
rIndex
)
{
{
//! Case-insensitiv ????
//! Case-insensitiv ????
...
@@ -3684,7 +3684,7 @@ sal_Bool ScScenariosObj::GetScenarioIndex_Impl( const OUString& rName, SCTAB& rI
...
@@ -3684,7 +3684,7 @@ sal_Bool ScScenariosObj::GetScenarioIndex_Impl( const OUString& rName, SCTAB& rI
if
(
aTabName
.
equals
(
rName
))
if
(
aTabName
.
equals
(
rName
))
{
{
rIndex
=
i
;
rIndex
=
i
;
return
sal_T
rue
;
return
t
rue
;
}
}
}
}
...
...
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