Home
last modified time | relevance | path

Searched refs:pJumpMatrix (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/inc/
H A Dtoken.hxx260 ScJumpMatrix* pJumpMatrix; member in ScJumpMatrixToken
263 ScToken( formula::svJumpMatrix ), pJumpMatrix( p ) {} in ScJumpMatrixToken()
265 ScToken( r ), pJumpMatrix( r.pJumpMatrix ) {} in ScJumpMatrixToken()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx378 pJumpMatrix->GetPos( nC, nR ); in JumpMatrix()
579 bool bCont = pJumpMatrix->Next( nC, nR ); in JumpMatrix()
618 pJumpMatrix = NULL; in JumpMatrix()
1925 else if ( !pJumpMatrix ) in ScIsEmpty()
1931 pJumpMatrix->GetPos( nC, nR); in ScIsEmpty()
1987 else if ( !pJumpMatrix ) in IsString()
2436 else if ( !pJumpMatrix ) in ScIsValue()
2543 else if ( !pJumpMatrix ) in ScIsNV()
2592 else if ( !pJumpMatrix ) in ScIsErr()
2650 else if ( !pJumpMatrix ) in ScIsError()
[all …]
H A Dinterpr4.cxx1807 if ( pJumpMatrix ) in DoubleRefToPosSingleRef()
1815 pJumpMatrix->GetPos( nC, nR); in DoubleRefToPosSingleRef()
1923 else if ( !pJumpMatrix ) in GetDouble()
1929 pJumpMatrix->GetPos( nC, nR); in GetDouble()
2032 else if ( !pJumpMatrix ) in GetString()
2041 pJumpMatrix->GetPos( nC, nR); in GetString()
2074 else if (!pJumpMatrix) in GetDoubleOrStringFromMatrix()
2080 pJumpMatrix->GetPos( nC, nR); in GetDoubleOrStringFromMatrix()
3378 pJumpMatrix = NULL; in Interpret()
3842 pJumpMatrix = NULL; in Interpret()
H A Dtoken.cxx1049 ScJumpMatrix* ScJumpMatrixToken::GetJumpMatrix() const { return pJumpMatrix; } in GetJumpMatrix()
1052 …return FormulaToken::operator==( r ) && pJumpMatrix == static_cast<const ScToken&>(r).GetJumpMatri… in operator ==()
1056 delete pJumpMatrix; in ~ScJumpMatrixToken()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx184 ScJumpMatrix* pJumpMatrix; // currently active array condition, if any member in ScInterpreter
881 if ( (bMatrixFormula || pCur->HasForceArray()) && !pJumpMatrix && sp > 0 ) in MatrixParameterConversion()

Completed in 113 milliseconds