Searched refs:GetJumpMatrix (Results 1 – 3 of 3) sorted by relevance
98 virtual ScJumpMatrix* GetJumpMatrix() const;267 virtual ScJumpMatrix* GetJumpMatrix() const;
760 ScJumpMatrix* ScToken::GetJumpMatrix() const in GetJumpMatrix() function in ScToken1049 ScJumpMatrix* ScJumpMatrixToken::GetJumpMatrix() const { return pJumpMatrix; } in GetJumpMatrix() function in ScJumpMatrixToken1052 …urn FormulaToken::operator==( r ) && pJumpMatrix == static_cast<const ScToken&>(r).GetJumpMatrix(); in operator ==()
361 pJumpMatrix = static_cast<ScToken*>(pStack[sp-nStackLevel])->GetJumpMatrix(); in JumpMatrix()
Completed in 54 milliseconds