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
11cfcf40
Kaydet (Commit)
11cfcf40
authored
Ock 31, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't overwrite bCalcAll when it's already set & remove SetCompile().
Change-Id: Ieaf84e8d36efa8314729903be029f83c31bcbdf3
üst
56bb7744
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
column.cxx
sc/source/core/data/column.cxx
+0
-1
scmod.cxx
sc/source/ui/app/scmod.cxx
+2
-1
No files found.
sc/source/core/data/column.cxx
Dosyayı görüntüle @
11cfcf40
...
@@ -2160,7 +2160,6 @@ bool ScColumn::CompileErrorCells(sal_uInt16 nErrCode)
...
@@ -2160,7 +2160,6 @@ bool ScColumn::CompileErrorCells(sal_uInt16 nErrCode)
continue
;
continue
;
pFCell
->
GetCode
()
->
SetCodeError
(
0
);
pFCell
->
GetCode
()
->
SetCodeError
(
0
);
pFCell
->
SetCompile
(
true
);
OUStringBuffer
aBuf
;
OUStringBuffer
aBuf
;
pFCell
->
GetFormula
(
aBuf
,
pDocument
->
GetGrammar
());
pFCell
->
GetFormula
(
aBuf
,
pDocument
->
GetGrammar
());
pFCell
->
Compile
(
aBuf
.
makeStringAndClear
(),
false
,
pDocument
->
GetGrammar
());
pFCell
->
Compile
(
aBuf
.
makeStringAndClear
(),
false
,
pDocument
->
GetGrammar
());
...
...
sc/source/ui/app/scmod.cxx
Dosyayı görüntüle @
11cfcf40
...
@@ -1327,7 +1327,8 @@ void ScModule::ModifyOptions( const SfxItemSet& rOptSet )
...
@@ -1327,7 +1327,8 @@ void ScModule::ModifyOptions( const SfxItemSet& rOptSet )
// Re-compile cells with name error, and recalc if at least one cell
// Re-compile cells with name error, and recalc if at least one cell
// has been re-compiled. In the future we may want to find a way to
// has been re-compiled. In the future we may want to find a way to
// recalc only those that are affected.
// recalc only those that are affected.
bCalcAll
=
pDoc
->
CompileErrorCells
(
ScErrorCodes
::
errNoName
);
if
(
pDoc
->
CompileErrorCells
(
ScErrorCodes
::
errNoName
))
bCalcAll
=
true
;
}
}
if
(
pDoc
&&
bCalcAll
)
if
(
pDoc
&&
bCalcAll
)
...
...
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