Searched refs:ScMatrixValue (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sc/inc/ |
H A D | scmatrix.hxx | 45 union ScMatrixValue union 91 ScMatrixValue* pMat; 123 const size_t nMemMax = 0x08000000 / (sizeof(ScMatrixValue) + sizeof(ScMatValType)); in GetElementsMax() 335 const ScMatrixValue* Get( SCSIZE nC, SCSIZE nR, ScMatValType& nType) const;
|
/aoo42x/main/sc/source/core/tool/ |
H A D | scmatrix.cxx | 52 pMat = new ScMatrixValue[1]; in CreateMatrix() 56 pMat = new ScMatrixValue[nCount]; in CreateMatrix() 487 const ScMatrixValue* ScMatrix::Get(SCSIZE nC, SCSIZE nR, ScMatValType& nType) const in Get()
|
H A D | interpr5.cxx | 610 const ScMatrixValue* pMatVal = pMat->Get( nC, nR,nMatValType); in CalculateMatrixValue() 3196 const ScMatrixValue* pMatVal = pMat->Get( nC, nR, nMatValType); in ScMatRef()
|
H A D | interpr4.cxx | 2070 const ScMatrixValue* pMatVal = 0; in GetDoubleOrStringFromMatrix() 3959 const ScMatrixValue* pMatVal = xMat->Get(0, 0, nMatValType); in Interpret()
|
H A D | interpr1.cxx | 131 const ScMatrixValue* pMatVal = pMat->Get( nC, nR, in ScIfJump() 263 const ScMatrixValue* pMatVal = pMat->Get( nC, nR, in ScChoseJump()
|
H A D | compiler.cxx | 5095 const ScMatrixValue* pVal = pMatrix->Get( nC, nR, nType); in CreateStringFromMatrix()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLExportDDELinks.cxx | 130 …const ScMatrixValue* pMatVal = pMatrix->Get( static_cast<SCSIZE>(nColumn), static_cast<SCSIZE>(nRo… in WriteTable()
|
/aoo42x/main/sc/source/core/data/ |
H A D | validat.cxx | 744 const ScMatrixValue* pMatVal = pValues->Get( nCol, nRow, nMatValType); in GetSelectionFromFormula()
|
H A D | cell.cxx | 1956 const ScMatrixValue* pMatVal = xMat->Get(0, 1, nMatValType); in GetURLResult()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xehelper.cxx | 1102 const ScMatrixValue* pMatVal = mrMatrix.Get( nCol, nRow, nMatValType ); in Save()
|
H A D | xeformula.cxx | 1322 const ScMatrixValue* pMatVal = pMatrix->Get( nScCol, nScRow, nType ); in ProcessMatrix()
|
Completed in 216 milliseconds