Home
last modified time | relevance | path

Searched refs:ScMatrixValue (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/inc/
H A Dscmatrix.hxx45 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;
/trunk/main/sc/source/core/tool/
H A Dscmatrix.cxx52 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 Dinterpr5.cxx610 const ScMatrixValue* pMatVal = pMat->Get( nC, nR,nMatValType); in CalculateMatrixValue()
3196 const ScMatrixValue* pMatVal = pMat->Get( nC, nR, nMatValType); in ScMatRef()
H A Dinterpr4.cxx2070 const ScMatrixValue* pMatVal = 0; in GetDoubleOrStringFromMatrix()
3959 const ScMatrixValue* pMatVal = xMat->Get(0, 0, nMatValType); in Interpret()
H A Dinterpr1.cxx131 const ScMatrixValue* pMatVal = pMat->Get( nC, nR, in ScIfJump()
263 const ScMatrixValue* pMatVal = pMat->Get( nC, nR, in ScChoseJump()
H A Dcompiler.cxx5095 const ScMatrixValue* pVal = pMatrix->Get( nC, nR, nType); in CreateStringFromMatrix()
/trunk/main/sc/source/filter/xml/
H A DXMLExportDDELinks.cxx130 …const ScMatrixValue* pMatVal = pMatrix->Get( static_cast<SCSIZE>(nColumn), static_cast<SCSIZE>(nRo… in WriteTable()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx744 const ScMatrixValue* pMatVal = pValues->Get( nCol, nRow, nMatValType); in GetSelectionFromFormula()
H A Dcell.cxx1956 const ScMatrixValue* pMatVal = xMat->Get(0, 1, nMatValType); in GetURLResult()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx1102 const ScMatrixValue* pMatVal = mrMatrix.Get( nCol, nRow, nMatValType ); in Save()
H A Dxeformula.cxx1322 const ScMatrixValue* pMatVal = pMatrix->Get( nScCol, nScRow, nType ); in ProcessMatrix()

Completed in 135 milliseconds