Home
last modified time | relevance | path

Searched refs:ScMatValType (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sc/inc/
H A Dscmatrix.hxx37 typedef sal_uInt8 ScMatValType; typedef
38 const ScMatValType SC_MATVAL_VALUE = 0x00;
39 const ScMatValType SC_MATVAL_BOOLEAN = 0x01;
40 const ScMatValType SC_MATVAL_STRING = 0x02;
41 const ScMatValType SC_MATVAL_EMPTY = SC_MATVAL_STRING | 0x04; // STRING plus flag
42 const ScMatValType SC_MATVAL_EMPTYPATH = SC_MATVAL_EMPTY | 0x08; // EMPTY plus flag
43 const ScMatValType SC_MATVAL_NONVALUE = SC_MATVAL_EMPTYPATH; // mask of all non-value bits
92 ScMatValType* mnValType;
123 const size_t nMemMax = 0x08000000 / (sizeof(ScMatrixValue) + sizeof(ScMatValType)); in GetElementsMax()
131 inline static bool IsValueType( ScMatValType nType ) in IsValueType()
[all …]
/trunk/main/sc/source/core/tool/
H A Dscmatrix.cxx487 const ScMatrixValue* ScMatrix::Get(SCSIZE nC, SCSIZE nR, ScMatValType& nType) const in Get()
516 ScMatValType nType; in MatCopy()
546 ScMatValType nType; in MatCopy()
588 ScMatValType nType; in MatTrans()
H A Dinterpr1.cxx130 ScMatValType nType = 0; in ScIfJump()
262 ScMatValType nType; in ScChoseJump()
2963 ScMatValType nType = GetDoubleOrStringFromMatrix( fVal, in ScValue()
4450 ScMatValType nType = GetDoubleOrStringFromMatrix( in ScMatch()
4745 ScMatValType nType = GetDoubleOrStringFromMatrix( fVal, rString); in IterateParametersIf()
5087 ScMatValType nType = GetDoubleOrStringFromMatrix( fVal, rString); in ScCountIf()
5304 ScMatValType nType = GetDoubleOrStringFromMatrix( fVal, rString); in IterateParametersIfs()
6457 const ScMatValType nType = GetDoubleOrStringFromMatrix(rEntry.nVal, *rEntry.pStr); in FillEntry()
H A Dinterpr4.cxx2061 ScMatValType ScInterpreter::GetDoubleOrStringFromMatrix( double& rDouble, in GetDoubleOrStringFromMatrix()
2065 ScMatValType nMatValType = SC_MATVAL_EMPTY; in GetDoubleOrStringFromMatrix()
3958 ScMatValType nMatValType; in Interpret()
H A Dinterpr5.cxx609 ScMatValType nMatValType; in CalculateMatrixValue()
3195 ScMatValType nMatValType; in ScMatRef()
H A Dinterpr2.cxx2567 ScMatValType nResultType = SC_MATVAL_STRING; in ScHyperLink()
H A Dcompiler.cxx5094 ScMatValType nType; in CreateStringFromMatrix()
/trunk/main/sc/source/filter/xml/
H A DXMLExportDDELinks.cxx129 ScMatValType nType = SC_MATVAL_VALUE; in WriteTable()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx376 ScMatValType GetDoubleOrStringFromMatrix( double& rDouble, String& rString );
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx742 ScMatValType nMatValType; in GetSelectionFromFormula()
H A Dcell.cxx1954 ScMatValType nMatValType; in GetURLResult()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx1101 ScMatValType nMatValType = SC_MATVAL_VALUE; in Save()
H A Dxeformula.cxx1319 ScMatValType nType; in ProcessMatrix()