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
e2d17fe7
Kaydet (Commit)
e2d17fe7
authored
May 03, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
a few more places without ScFormulaCell
Change-Id: I13ae80429e06fad5e28f1166a585656e8e4ec29f
üst
267f7a63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
interpr2.cxx
sc/source/core/tool/interpr2.cxx
+2
-2
interpr4.cxx
sc/source/core/tool/interpr4.cxx
+4
-4
No files found.
sc/source/core/tool/interpr2.cxx
Dosyayı görüntüle @
e2d17fe7
...
@@ -2274,8 +2274,8 @@ void ScInterpreter::ScDde()
...
@@ -2274,8 +2274,8 @@ void ScInterpreter::ScDde()
// Nach dem Laden muss neu interpretiert werden (Verknuepfungen aufbauen)
// Nach dem Laden muss neu interpretiert werden (Verknuepfungen aufbauen)
if
(
pMyFormulaCell
->
GetCode
()
->
IsRecalcModeNormal
()
)
if
(
rArr
.
IsRecalcModeNormal
()
)
pMyFormulaCell
->
GetCode
()
->
SetExclusiveRecalcModeOnLoad
();
rArr
.
SetExclusiveRecalcModeOnLoad
();
// solange der Link nicht ausgewertet ist, Idle abklemmen
// solange der Link nicht ausgewertet ist, Idle abklemmen
// (um zirkulaere Referenzen zu vermeiden)
// (um zirkulaere Referenzen zu vermeiden)
...
...
sc/source/core/tool/interpr4.cxx
Dosyayı görüntüle @
e2d17fe7
...
@@ -2647,8 +2647,8 @@ void ScInterpreter::ScExternal()
...
@@ -2647,8 +2647,8 @@ void ScInterpreter::ScExternal()
else
else
{
{
// nach dem Laden Asyncs wieder anwerfen
// nach dem Laden Asyncs wieder anwerfen
if
(
pMyFormulaCell
->
GetCode
()
->
IsRecalcModeNormal
()
)
if
(
rArr
.
IsRecalcModeNormal
()
)
pMyFormulaCell
->
GetCode
()
->
SetExclusiveRecalcModeOnLoad
();
rArr
.
SetExclusiveRecalcModeOnLoad
();
// garantiert identischer Handle bei identischem Aufruf?!?
// garantiert identischer Handle bei identischem Aufruf?!?
// sonst schei*e ...
// sonst schei*e ...
double
nErg
=
0.0
;
double
nErg
=
0.0
;
...
@@ -3019,9 +3019,9 @@ void ScInterpreter::ScExternal()
...
@@ -3019,9 +3019,9 @@ void ScInterpreter::ScExternal()
if
(
aCall
.
HasVarRes
()
)
// handle async functions
if
(
aCall
.
HasVarRes
()
)
// handle async functions
{
{
if
(
pMyFormulaCell
->
GetCode
()
->
IsRecalcModeNormal
()
)
if
(
rArr
.
IsRecalcModeNormal
()
)
{
{
pMyFormulaCell
->
GetCode
()
->
SetExclusiveRecalcModeOnLoad
();
rArr
.
SetExclusiveRecalcModeOnLoad
();
}
}
uno
::
Reference
<
sheet
::
XVolatileResult
>
xRes
=
aCall
.
GetVarRes
();
uno
::
Reference
<
sheet
::
XVolatileResult
>
xRes
=
aCall
.
GetVarRes
();
ScAddInListener
*
pLis
=
ScAddInListener
::
Get
(
xRes
);
ScAddInListener
*
pLis
=
ScAddInListener
::
Get
(
xRes
);
...
...
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