Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/inc/
H A Djumpmatrix.hxx51 void GetJump( double& rBool, short& rStart, short& rNext, short& rStop ) in GetJump() function
124 void GetJump( SCSIZE nCol, SCSIZE nRow, double& rBool, in GetJump() function in ScJumpMatrix
144 GetJump( rBool, rStart, rNext, rStop); in GetJump()
/trunk/main/formula/source/core/api/
H A Dtoken.cxx202 short* FormulaToken::GetJump() const in GetJump() function in formula::FormulaToken
257 short* FormulaJumpToken::GetJump() const { return pJump; } in GetJump() function in formula::FormulaJumpToken
260 return FormulaToken::operator==( r ) && pJump[0] == r.GetJump()[0] && in operator ==()
261 memcmp( pJump+1, r.GetJump()+1, pJump[0] * sizeof(short) ) == 0; in operator ==()
H A DFormulaCompiler.cxx1075 pFacToken->GetJump()[ 0 ] = 3; // if, else, behind in Factor()
1077 pFacToken->GetJump()[ 0 ] = MAXJUMPCOUNT+1; in Factor()
1098 pFacToken->GetJump()[nJumpCount] = pc-1; in Factor()
1111 pFacToken->GetJump()[ nJumpCount ] = pc-1; in Factor()
1116 pFacToken->GetJump()[ 0 ] = nJumpCount; in Factor()
/trunk/main/formula/inc/formula/
H A Dtoken.hxx148 virtual short* GetJump() const;
359 virtual short* GetJump() const;
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx98 const short* pJump = pCur->GetJump(); in ScIfJump()
231 const short* pJump = pCur->GetJump(); in ScChoseJump()
584 pJumpMatrix->GetJump( nC, nR, fBool, nStart, nNext, nStop ); in JumpMatrix()
597 pJumpMatrix->GetJump( nC, nR, fBool, nStart, nNext, nStop ); in JumpMatrix()

Completed in 64 milliseconds