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
9344af95
Kaydet (Commit)
9344af95
authored
Agu 22, 2014
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
nitpick on comment form
Change-Id: I023f79187aaf6eb943a50516dace2aa229c5a87b
üst
0be29a46
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
workbookhelper.cxx
sc/source/filter/oox/workbookhelper.cxx
+2
-2
docsh.cxx
sc/source/ui/docshell/docsh.cxx
+2
-2
docsh6.cxx
sc/source/ui/docshell/docsh6.cxx
+2
-2
No files found.
sc/source/filter/oox/workbookhelper.cxx
Dosyayı görüntüle @
9344af95
...
@@ -675,8 +675,8 @@ void WorkbookGlobals::recalcFormulaCells()
...
@@ -675,8 +675,8 @@ void WorkbookGlobals::recalcFormulaCells()
officecfg
::
Office
::
Calc
::
Formula
::
Load
::
OOXMLRecalcMode
::
set
(
sal_Int32
(
0
),
batch
);
officecfg
::
Office
::
Calc
::
Formula
::
Load
::
OOXMLRecalcMode
::
set
(
sal_Int32
(
0
),
batch
);
ScFormulaOptions
aOpt
=
SC_MOD
()
->
GetFormulaOptions
();
ScFormulaOptions
aOpt
=
SC_MOD
()
->
GetFormulaOptions
();
aOpt
.
SetOOXMLRecalcOptions
(
bHardRecalc
?
RECALC_ALWAYS
:
RECALC_NEVER
);
aOpt
.
SetOOXMLRecalcOptions
(
bHardRecalc
?
RECALC_ALWAYS
:
RECALC_NEVER
);
/*
* XXX
is this really supposed to set the ScModule options?
/*
XXX
is this really supposed to set the ScModule options?
Not the ScDocShell options? */
*
Not the ScDocShell options? */
SC_MOD
()
->
SetFormulaOptions
(
aOpt
);
SC_MOD
()
->
SetFormulaOptions
(
aOpt
);
batch
->
commit
();
batch
->
commit
();
...
...
sc/source/ui/docshell/docsh.cxx
Dosyayı görüntüle @
9344af95
...
@@ -484,8 +484,8 @@ bool ScDocShell::LoadXML( SfxMedium* pLoadMedium, const ::com::sun::star::uno::R
...
@@ -484,8 +484,8 @@ bool ScDocShell::LoadXML( SfxMedium* pLoadMedium, const ::com::sun::star::uno::R
officecfg
::
Office
::
Calc
::
Formula
::
Load
::
ODFRecalcMode
::
set
(
sal_Int32
(
0
),
batch
);
officecfg
::
Office
::
Calc
::
Formula
::
Load
::
ODFRecalcMode
::
set
(
sal_Int32
(
0
),
batch
);
ScFormulaOptions
aOpt
=
SC_MOD
()
->
GetFormulaOptions
();
ScFormulaOptions
aOpt
=
SC_MOD
()
->
GetFormulaOptions
();
aOpt
.
SetODFRecalcOptions
(
bHardRecalc
?
RECALC_ALWAYS
:
RECALC_NEVER
);
aOpt
.
SetODFRecalcOptions
(
bHardRecalc
?
RECALC_ALWAYS
:
RECALC_NEVER
);
/*
* XXX
is this really supposed to set the ScModule options?
/*
XXX
is this really supposed to set the ScModule options?
Not the ScDocShell options? */
*
Not the ScDocShell options? */
SC_MOD
()
->
SetFormulaOptions
(
aOpt
);
SC_MOD
()
->
SetFormulaOptions
(
aOpt
);
batch
->
commit
();
batch
->
commit
();
...
...
sc/source/ui/docshell/docsh6.cxx
Dosyayı görüntüle @
9344af95
...
@@ -456,8 +456,8 @@ void ScDocShell::SetFormulaOptions( const ScFormulaOptions& rOpt, bool bForLoadi
...
@@ -456,8 +456,8 @@ void ScDocShell::SetFormulaOptions( const ScFormulaOptions& rOpt, bool bForLoadi
// Wizard when loading the second document.
// Wizard when loading the second document.
// Do the stupid stuff only when we're not called while loading a document.
// Do the stupid stuff only when we're not called while loading a document.
/*
*
TODO: bForLoading is a workaround, rather get rid of setting any
/* TODO: bForLoading is a workaround, rather get rid of setting any
globals from per document instances like ScDocShell. */
*
globals from per document instances like ScDocShell. */
if
(
!
bForLoading
)
if
(
!
bForLoading
)
{
{
...
...
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