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
a1a1c460
Kaydet (Commit)
a1a1c460
authored
Ara 03, 2014
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
get rid of defaulted boolean parameters in ScColumn::SetDirty()
Change-Id: Iba030c1a4fd3dad34bdd61377b73fa76a062b5f8
üst
b9ca4de9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
column.hxx
sc/inc/column.hxx
+1
-1
table4.cxx
sc/source/core/data/table4.cxx
+1
-1
No files found.
sc/inc/column.hxx
Dosyayı görüntüle @
a1a1c460
...
@@ -361,7 +361,7 @@ public:
...
@@ -361,7 +361,7 @@ public:
void
SetAllFormulasDirty
(
const
sc
::
SetFormulaDirtyContext
&
rCxt
);
void
SetAllFormulasDirty
(
const
sc
::
SetFormulaDirtyContext
&
rCxt
);
void
SetDirtyFromClip
(
SCROW
nRow1
,
SCROW
nRow2
,
sc
::
ColumnSpanSet
&
rBroadcastSpans
);
void
SetDirtyFromClip
(
SCROW
nRow1
,
SCROW
nRow2
,
sc
::
ColumnSpanSet
&
rBroadcastSpans
);
void
SetDirty
(
SCROW
nRow1
,
SCROW
nRow2
,
bool
bBroadcast
=
true
,
bool
bIncludeEmptyCells
=
false
);
void
SetDirty
(
SCROW
nRow1
,
SCROW
nRow2
,
bool
bBroadcast
,
bool
bIncludeEmptyCells
);
void
SetDirtyVar
();
void
SetDirtyVar
();
void
SetDirtyAfterLoad
();
void
SetDirtyAfterLoad
();
void
SetTableOpDirty
(
const
ScRange
&
);
void
SetTableOpDirty
(
const
ScRange
&
);
...
...
sc/source/core/data/table4.cxx
Dosyayı görüntüle @
a1a1c460
...
@@ -1184,7 +1184,7 @@ void ScTable::FillFormulaVertical(
...
@@ -1184,7 +1184,7 @@ void ScTable::FillFormulaVertical(
std
::
vector
<
sc
::
RowSpan
>::
const_iterator
it
=
aSpans
.
begin
(),
itEnd
=
aSpans
.
end
();
std
::
vector
<
sc
::
RowSpan
>::
const_iterator
it
=
aSpans
.
begin
(),
itEnd
=
aSpans
.
end
();
for
(;
it
!=
itEnd
;
++
it
)
for
(;
it
!=
itEnd
;
++
it
)
aCol
[
nCol
].
SetDirty
(
it
->
mnRow1
,
it
->
mnRow2
,
false
);
aCol
[
nCol
].
SetDirty
(
it
->
mnRow1
,
it
->
mnRow2
,
false
,
false
);
rProgress
+=
nRow2
-
nRow1
+
1
;
rProgress
+=
nRow2
-
nRow1
+
1
;
if
(
pProgress
)
if
(
pProgress
)
...
...
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