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;
92 ScMatValType* mnValType;
131 inline static bool IsValueType( ScMatValType nType ) in IsValueType()
137 inline static bool IsBooleanType( ScMatValType nType ) in IsBooleanType()
143 inline static bool IsNonValueType( ScMatValType nType ) in IsNonValueType()
151 inline static bool IsRealStringType( ScMatValType nType ) in IsRealStringType()
157 inline static bool IsEmptyType( ScMatValType nType ) in IsEmptyType()
[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.cxx2569 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.cxx1321 ScMatValType nType; in ProcessMatrix()

Completed in 178 milliseconds