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
bb369fd9
Kaydet (Commit)
bb369fd9
authored
Nis 24, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove some unnecessary whitespace in document.hxx
Change-Id: Iab19ae876162e72104267ad5f760f55e7d854934
üst
9fb60c6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
document.hxx
sc/inc/document.hxx
+9
-9
No files found.
sc/inc/document.hxx
Dosyayı görüntüle @
bb369fd9
...
@@ -781,9 +781,9 @@ public:
...
@@ -781,9 +781,9 @@ public:
void
SetEmptyCell
(
const
ScAddress
&
rPos
);
void
SetEmptyCell
(
const
ScAddress
&
rPos
);
SC_DLLPUBLIC
void
SetValue
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
const
double
&
rVal
);
SC_DLLPUBLIC
void
SetValue
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
const
double
&
rVal
);
SC_DLLPUBLIC
void
SetValue
(
const
ScAddress
&
rPos
,
double
fVal
);
SC_DLLPUBLIC
void
SetValue
(
const
ScAddress
&
rPos
,
double
fVal
);
void
SetError
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
const
sal_uInt16
nError
);
void
SetError
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
const
sal_uInt16
nError
);
SC_DLLPUBLIC
void
SetFormula
(
SC_DLLPUBLIC
void
SetFormula
(
const
ScAddress
&
rPos
,
const
ScTokenArray
&
rArray
,
const
ScAddress
&
rPos
,
const
ScTokenArray
&
rArray
,
...
@@ -795,14 +795,14 @@ public:
...
@@ -795,14 +795,14 @@ public:
SC_DLLPUBLIC
void
SetFormulaCell
(
const
ScAddress
&
rPos
,
ScFormulaCell
*
pCell
);
SC_DLLPUBLIC
void
SetFormulaCell
(
const
ScAddress
&
rPos
,
ScFormulaCell
*
pCell
);
SC_DLLPUBLIC
void
InsertMatrixFormula
(
SCCOL
nCol1
,
SCROW
nRow1
,
SC_DLLPUBLIC
void
InsertMatrixFormula
(
SCCOL
nCol1
,
SCROW
nRow1
,
SCCOL
nCol2
,
SCROW
nRow2
,
SCCOL
nCol2
,
SCROW
nRow2
,
const
ScMarkData
&
rMark
,
const
ScMarkData
&
rMark
,
const
OUString
&
rFormula
,
const
OUString
&
rFormula
,
const
ScTokenArray
*
p
=
NULL
,
const
ScTokenArray
*
p
=
NULL
,
const
formula
::
FormulaGrammar
::
Grammar
=
formula
::
FormulaGrammar
::
GRAM_DEFAULT
,
const
formula
::
FormulaGrammar
::
Grammar
=
formula
::
FormulaGrammar
::
GRAM_DEFAULT
,
bool
bDirtyFlag
=
true
);
bool
bDirtyFlag
=
true
);
SC_DLLPUBLIC
void
InsertTableOp
(
const
ScTabOpParam
&
rParam
,
// multi-operation
SC_DLLPUBLIC
void
InsertTableOp
(
const
ScTabOpParam
&
rParam
,
// multi-operation
SCCOL
nCol1
,
SCROW
nRow1
,
SCCOL
nCol1
,
SCROW
nRow1
,
SCCOL
nCol2
,
SCROW
nRow2
,
const
ScMarkData
&
rMark
);
SCCOL
nCol2
,
SCROW
nRow2
,
const
ScMarkData
&
rMark
);
...
@@ -830,19 +830,19 @@ public:
...
@@ -830,19 +830,19 @@ public:
*/
*/
double
*
GetValueCell
(
const
ScAddress
&
rPos
);
double
*
GetValueCell
(
const
ScAddress
&
rPos
);
SC_DLLPUBLIC
void
GetInputString
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
String
&
rString
);
SC_DLLPUBLIC
void
GetInputString
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
String
&
rString
);
SC_DLLPUBLIC
void
GetInputString
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
OUString
&
rString
);
SC_DLLPUBLIC
void
GetInputString
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
OUString
&
rString
);
sal_uInt16
GetStringForFormula
(
const
ScAddress
&
rPos
,
OUString
&
rString
);
sal_uInt16
GetStringForFormula
(
const
ScAddress
&
rPos
,
OUString
&
rString
);
SC_DLLPUBLIC
double
GetValue
(
const
ScAddress
&
rPos
)
const
;
SC_DLLPUBLIC
double
GetValue
(
const
ScAddress
&
rPos
)
const
;
SC_DLLPUBLIC
double
GetValue
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
)
const
{
ScAddress
aAdr
(
nCol
,
nRow
,
nTab
);
return
GetValue
(
aAdr
);}
SC_DLLPUBLIC
double
GetValue
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
)
const
{
ScAddress
aAdr
(
nCol
,
nRow
,
nTab
);
return
GetValue
(
aAdr
);}
SC_DLLPUBLIC
void
GetValue
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
double
&
rValue
)
const
;
SC_DLLPUBLIC
void
GetValue
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
double
&
rValue
)
const
;
SC_DLLPUBLIC
const
EditTextObject
*
GetEditText
(
const
ScAddress
&
rPos
)
const
;
SC_DLLPUBLIC
const
EditTextObject
*
GetEditText
(
const
ScAddress
&
rPos
)
const
;
void
RemoveEditTextCharAttribs
(
const
ScAddress
&
rPos
,
const
ScPatternAttr
&
rAttr
);
void
RemoveEditTextCharAttribs
(
const
ScAddress
&
rPos
,
const
ScPatternAttr
&
rAttr
);
SC_DLLPUBLIC
double
RoundValueAsShown
(
double
fVal
,
sal_uInt32
nFormat
)
const
;
SC_DLLPUBLIC
double
RoundValueAsShown
(
double
fVal
,
sal_uInt32
nFormat
)
const
;
SC_DLLPUBLIC
void
GetNumberFormat
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
SC_DLLPUBLIC
void
GetNumberFormat
(
SCCOL
nCol
,
SCROW
nRow
,
SCTAB
nTab
,
sal_uInt32
&
rFormat
)
const
;
sal_uInt32
&
rFormat
)
const
;
sal_uInt32
GetNumberFormat
(
const
ScRange
&
rRange
)
const
;
sal_uInt32
GetNumberFormat
(
const
ScRange
&
rRange
)
const
;
SC_DLLPUBLIC
sal_uInt32
GetNumberFormat
(
const
ScAddress
&
)
const
;
SC_DLLPUBLIC
sal_uInt32
GetNumberFormat
(
const
ScAddress
&
)
const
;
void
SetNumberFormat
(
const
ScAddress
&
rPos
,
sal_uInt32
nNumberFormat
);
void
SetNumberFormat
(
const
ScAddress
&
rPos
,
sal_uInt32
nNumberFormat
);
/**
/**
...
...
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