Home
last modified time | relevance | path

Searched refs:xMatrix (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/inc/
H A Dtoken.hxx323 ScConstMatrixRef xMatrix; member in ScMatrixCellResultToken
328 xMatrix( pMat), xUpperLeft( pUL) {} in ScMatrixCellResultToken()
330 ScToken( r ), xMatrix( r.xMatrix ), in ScMatrixCellResultToken()
346 xMatrix = r.xMatrix; in Assign()
411 xMatrix = NULL; in ResetResult()
H A Daddincol.hxx205 ScMatrixRef xMatrix; member in ScUnoAddInCall
232 sal_Bool HasMatrix() const { return ( xMatrix.Is() ); } in HasMatrix()
236 ScMatrixRef GetMatrix() const { return xMatrix; } in GetMatrix()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx1392 xMatrix( NULL ) in ScUnoAddInCall()
1676 xMatrix = new ScMatrix( in SetResult()
1679 ScMatrix* pMatrix = xMatrix; in SetResult()
1719 xMatrix = new ScMatrix( in SetResult()
1722 ScMatrix* pMatrix = xMatrix; in SetResult()
1762 xMatrix = new ScMatrix( in SetResult()
1765 ScMatrix* pMatrix = xMatrix; in SetResult()
1784 xMatrix = ScSequenceToMatrix::CreateMixedMatrix( rNewRes ); in SetResult()
1787 if (!xMatrix) // no array found in SetResult()
H A Drangeseq.cxx397 ScMatrixRef xMatrix; in CreateMixedMatrix() local
414 xMatrix = new ScMatrix( in CreateMixedMatrix()
417 ScMatrix* pMatrix = xMatrix; in CreateMixedMatrix()
469 return xMatrix; in CreateMixedMatrix()
H A Dtoken.cxx1075 const ScMatrix* ScMatrixCellResultToken::GetMatrix() const { return xMatrix; } in GetMatrix()
1080 return const_cast<ScMatrix*>(xMatrix.operator->()); in GetMatrix()
1086 xMatrix == static_cast<const ScMatrixCellResultToken &>(r).xMatrix; in operator ==()
1109 xMatrix = static_cast<const ScToken&>(r).GetMatrix(); in Assign()
1114 xMatrix = NULL; in Assign()
/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1252 ScMatrixRef xMatrix = ScSequenceToMatrix::CreateMixedMatrix( aAny ); in setResults() local
1253 bSuccess = pDoc->SetDdeLinkResultMatrix( nPos, xMatrix ); in setResults()

Completed in 68 milliseconds