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
99cc76e4
Kaydet (Commit)
99cc76e4
authored
Kas 12, 2015
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove fixme comment and fragments of things that are done since long
Change-Id: Ia1daaecb69e4d2e42315edeb96f9d659a3efed0c
üst
ba8a957b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
document.hxx
sc/inc/document.hxx
+0
-5
documen2.cxx
sc/source/core/data/documen2.cxx
+0
-7
No files found.
sc/inc/document.hxx
Dosyayı görüntüle @
99cc76e4
...
...
@@ -387,11 +387,6 @@ private:
documents, GRAM_ODFF for ODF 1.2 documents. */
formula
::
FormulaGrammar
::
Grammar
eStorageGrammar
;
/** The compiler grammar used in ODF import after brackets had been
stripped (which they shouldn't, but until that's fixed) by the XML
importer. */
formula
::
FormulaGrammar
::
Grammar
eXmlImportGrammar
;
sal_uLong
nFormulaCodeInTree
;
// FormelRPN im Formelbaum
sal_uLong
nXMLImportedFormulaCount
;
// progress count during XML import
sal_uInt16
nInterpretLevel
;
// >0 if in interpreter
...
...
sc/source/core/data/documen2.cxx
Dosyayı görüntüle @
99cc76e4
...
...
@@ -283,13 +283,6 @@ void ScDocument::SetStorageGrammar( formula::FormulaGrammar::Grammar eGram )
"ScDocument::SetStorageGrammar: wrong storage grammar"
);
eStorageGrammar
=
eGram
;
// FIXME: the XML import shouldn't strip brackets, the compiler should
// digest them instead, which could also speedup reference recognition
// during import.
eXmlImportGrammar
=
formula
::
FormulaGrammar
::
mergeToGrammar
(
eGram
,
formula
::
FormulaGrammar
::
CONV_OOO
);
}
void
ScDocument
::
SetDocVisible
(
bool
bSet
)
...
...
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