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
55107688
Kaydet (Commit)
55107688
authored
Kas 05, 2013
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
This method is now unused.
Change-Id: I22b1089ee99ad041d567fdac8714c2e7fa774056
üst
7a3b8b1a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
formulabuffer.hxx
sc/source/filter/inc/formulabuffer.hxx
+0
-1
formulabuffer.cxx
sc/source/filter/oox/formulabuffer.cxx
+0
-10
No files found.
sc/source/filter/inc/formulabuffer.hxx
Dosyayı görüntüle @
55107688
...
@@ -95,7 +95,6 @@ class FormulaBuffer : public WorkbookHelper
...
@@ -95,7 +95,6 @@ class FormulaBuffer : public WorkbookHelper
FormulaValueMap
maCellFormulaValues
;
FormulaValueMap
maCellFormulaValues
;
void
applyArrayFormulas
(
const
std
::
vector
<
TokenRangeAddressItem
>&
rVector
);
void
applyArrayFormulas
(
const
std
::
vector
<
TokenRangeAddressItem
>&
rVector
);
void
applyCellFormula
(
ScDocument
&
rDoc
,
const
ApiTokenSequence
&
rTokens
,
const
::
com
::
sun
::
star
::
table
::
CellAddress
&
rAddress
);
void
applyCellFormulas
(
const
std
::
vector
<
TokenAddressItem
>&
rVector
);
void
applyCellFormulas
(
const
std
::
vector
<
TokenAddressItem
>&
rVector
);
void
applyCellFormulaValues
(
const
std
::
vector
<
ValueAddressPair
>&
rVector
);
void
applyCellFormulaValues
(
const
std
::
vector
<
ValueAddressPair
>&
rVector
);
void
applySharedFormulas
(
sal_Int32
nTab
);
void
applySharedFormulas
(
sal_Int32
nTab
);
...
...
sc/source/filter/oox/formulabuffer.cxx
Dosyayı görüntüle @
55107688
...
@@ -89,16 +89,6 @@ void FormulaBuffer::finalizeImport()
...
@@ -89,16 +89,6 @@ void FormulaBuffer::finalizeImport()
xFormulaBar
->
setPosition
(
1.0
);
xFormulaBar
->
setPosition
(
1.0
);
}
}
void
FormulaBuffer
::
applyCellFormula
(
ScDocument
&
rDoc
,
const
ApiTokenSequence
&
rTokens
,
const
::
com
::
sun
::
star
::
table
::
CellAddress
&
rAddress
)
{
ScTokenArray
aTokenArray
;
ScAddress
aCellPos
;
ScUnoConversion
::
FillScAddress
(
aCellPos
,
rAddress
);
ScTokenConversion
::
ConvertToTokenArray
(
rDoc
,
aTokenArray
,
rTokens
);
ScFormulaCell
*
pNewCell
=
new
ScFormulaCell
(
&
rDoc
,
aCellPos
,
&
aTokenArray
);
getDocImport
().
setFormulaCell
(
aCellPos
,
pNewCell
);
}
void
FormulaBuffer
::
applyCellFormulas
(
const
std
::
vector
<
TokenAddressItem
>&
rVector
)
void
FormulaBuffer
::
applyCellFormulas
(
const
std
::
vector
<
TokenAddressItem
>&
rVector
)
{
{
ScDocumentImport
&
rDoc
=
getDocImport
();
ScDocumentImport
&
rDoc
=
getDocImport
();
...
...
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