Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/inc/
H A Djumpmatrix.hxx60 class ScJumpMatrix class
74 ScJumpMatrix( const ScJumpMatrix& );
75 ScJumpMatrix& operator=( const ScJumpMatrix& );
78 ScJumpMatrix( SCSIZE nColsP, SCSIZE nRowsP ) in ScJumpMatrix() function in ScJumpMatrix
98 ~ScJumpMatrix() in ~ScJumpMatrix()
H A Dinterpre.hxx184 ScJumpMatrix* pJumpMatrix; // currently active array condition, if any
/trunk/main/sc/inc/
H A Dtoken.hxx41 class ScJumpMatrix;
98 virtual ScJumpMatrix* GetJumpMatrix() const;
260 ScJumpMatrix* pJumpMatrix;
262 ScJumpMatrixToken( ScJumpMatrix* p ) : in ScJumpMatrixToken()
267 virtual ScJumpMatrix* GetJumpMatrix() const;
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx760 ScJumpMatrix* ScToken::GetJumpMatrix() const in GetJumpMatrix()
1049 ScJumpMatrix* ScJumpMatrixToken::GetJumpMatrix() const { return pJumpMatrix; } in GetJumpMatrix()
H A Dinterpr1.cxx123 ScJumpMatrix* pJumpMat = new ScJumpMatrix( nCols, nRows ); in ScIfJump()
256 ScJumpMatrix* pJumpMat = new ScJumpMatrix( nCols, nRows ); in ScChoseJump()
326 void lcl_AdjustJumpMatrix( ScJumpMatrix* pJumpM, ScMatrixRef& pResMat, SCSIZE nParmCols, SCSIZE nPa… in lcl_AdjustJumpMatrix()
H A Dinterpr4.cxx1556 ScJumpMatrix* pJumpMat = new ScJumpMatrix( nJumpCols, nJumpRows); in ConvertMatrixParameters()

Completed in 76 milliseconds