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
ab339269
Kaydet (Commit)
ab339269
authored
Şub 12, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: Ic00ac7a2d8da00e631a57841edddc7f606ac0573
üst
3641863b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
tabopparams.hxx
sc/inc/tabopparams.hxx
+5
-5
progress.cxx
sc/source/core/tool/progress.cxx
+2
-2
No files found.
sc/inc/tabopparams.hxx
Dosyayı görüntüle @
ab339269
...
@@ -36,14 +36,14 @@ struct ScInterpreterTableOpParams
...
@@ -36,14 +36,14 @@ struct ScInterpreterTableOpParams
ScAddress
aFormulaPos
;
ScAddress
aFormulaPos
;
::
std
::
vector
<
ScFormulaCell
*
>
aNotifiedFormulaCells
;
::
std
::
vector
<
ScFormulaCell
*
>
aNotifiedFormulaCells
;
::
std
::
vector
<
ScAddress
>
aNotifiedFormulaPos
;
::
std
::
vector
<
ScAddress
>
aNotifiedFormulaPos
;
sal_B
ool
bValid
;
b
ool
bValid
;
sal_B
ool
bRefresh
;
b
ool
bRefresh
;
sal_B
ool
bCollectNotifications
;
b
ool
bCollectNotifications
;
ScInterpreterTableOpParams
()
ScInterpreterTableOpParams
()
:
bValid
(
false
)
:
bValid
(
false
)
,
bRefresh
(
false
)
,
bRefresh
(
false
)
,
bCollectNotifications
(
sal_T
rue
)
,
bCollectNotifications
(
t
rue
)
{
{
}
}
...
@@ -75,7 +75,7 @@ struct ScInterpreterTableOpParams
...
@@ -75,7 +75,7 @@ struct ScInterpreterTableOpParams
return
*
this
;
return
*
this
;
}
}
sal_B
ool
operator
==
(
const
ScInterpreterTableOpParams
&
r
)
b
ool
operator
==
(
const
ScInterpreterTableOpParams
&
r
)
{
{
return
return
bValid
&&
r
.
bValid
&&
bValid
&&
r
.
bValid
&&
...
...
sc/source/core/tool/progress.cxx
Dosyayı görüntüle @
ab339269
...
@@ -112,7 +112,7 @@ ScProgress::ScProgress( SfxObjectShell* pObjSh, const OUString& rText,
...
@@ -112,7 +112,7 @@ ScProgress::ScProgress( SfxObjectShell* pObjSh, const OUString& rText,
pGlobalProgress
=
pProgress
;
pGlobalProgress
=
pProgress
;
nGlobalRange
=
nRange
;
nGlobalRange
=
nRange
;
nGlobalPercent
=
0
;
nGlobalPercent
=
0
;
bGlobalNoUserBreak
=
sal_T
rue
;
bGlobalNoUserBreak
=
t
rue
;
}
}
}
}
...
@@ -131,7 +131,7 @@ ScProgress::~ScProgress()
...
@@ -131,7 +131,7 @@ ScProgress::~ScProgress()
pGlobalProgress
=
NULL
;
pGlobalProgress
=
NULL
;
nGlobalRange
=
0
;
nGlobalRange
=
0
;
nGlobalPercent
=
0
;
nGlobalPercent
=
0
;
bGlobalNoUserBreak
=
sal_T
rue
;
bGlobalNoUserBreak
=
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