LibreOffice Module sc (master) 1
|
Public Types | |
enum class | Type : sal_uInt8 { Auto , Numeric , String , Formula , FormulaWithResult , SharedFormula , SharedFormulaWithResult , Matrix , FillDownCells } |
Public Member Functions | |
CellStoreToken (const ScAddress &rPos, Type eType) | |
CellStoreToken (const ScAddress &rPos, double fValue) | |
CellStoreToken (const ScAddress &rPos, uint32_t nIndex) | |
CellStoreToken (const ScAddress &rPos, OUString aFormula, formula::FormulaGrammar::Grammar eGrammar) | |
Public Attributes | |
OUString | maStr1 |
OUString | maStr2 |
double | mfValue |
ScAddress | maPos |
Type | meType |
uint32_t | mnIndex1 |
uint32_t | mnIndex2 |
formula::FormulaGrammar::Grammar | meGrammar |
Definition at line 666 of file orcusinterface.hxx.
|
strong |
Enumerator | |
---|---|
Auto | |
Numeric | |
String | |
Formula | |
FormulaWithResult | |
SharedFormula | |
SharedFormulaWithResult | |
Matrix | |
FillDownCells |
Definition at line 668 of file orcusinterface.hxx.
Definition at line 268 of file interface.cxx.
ScOrcusFactory::CellStoreToken::CellStoreToken | ( | const ScAddress & | rPos, |
double | fValue | ||
) |
Definition at line 278 of file interface.cxx.
ScOrcusFactory::CellStoreToken::CellStoreToken | ( | const ScAddress & | rPos, |
uint32_t | nIndex | ||
) |
Definition at line 288 of file interface.cxx.
ScOrcusFactory::CellStoreToken::CellStoreToken | ( | const ScAddress & | rPos, |
OUString | aFormula, | ||
formula::FormulaGrammar::Grammar | eGrammar | ||
) |
Definition at line 298 of file interface.cxx.
References meType.
ScAddress ScOrcusFactory::CellStoreToken::maPos |
Definition at line 686 of file orcusinterface.hxx.
Referenced by ScOrcusFactory::pushFormulaResult().
OUString ScOrcusFactory::CellStoreToken::maStr1 |
Definition at line 682 of file orcusinterface.hxx.
Referenced by ScOrcusFactory::pushMatrixFormulaToken().
OUString ScOrcusFactory::CellStoreToken::maStr2 |
Definition at line 683 of file orcusinterface.hxx.
Referenced by ScOrcusFactory::pushFormulaResult().
formula::FormulaGrammar::Grammar ScOrcusFactory::CellStoreToken::meGrammar |
Definition at line 691 of file orcusinterface.hxx.
Referenced by ScOrcusFactory::pushMatrixFormulaToken().
Type ScOrcusFactory::CellStoreToken::meType |
Definition at line 687 of file orcusinterface.hxx.
Referenced by ScOrcusFactory::pushFormulaResult().
double ScOrcusFactory::CellStoreToken::mfValue |
Definition at line 684 of file orcusinterface.hxx.
Referenced by ScOrcusFactory::pushFormulaResult().
uint32_t ScOrcusFactory::CellStoreToken::mnIndex1 |
Definition at line 689 of file orcusinterface.hxx.
Referenced by ScOrcusFactory::pushMatrixFormulaToken().
uint32_t ScOrcusFactory::CellStoreToken::mnIndex2 |
Definition at line 690 of file orcusinterface.hxx.
Referenced by ScOrcusFactory::pushMatrixFormulaToken().