Home
last modified time | relevance | path

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

/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx1077 pFacToken->GetJump()[ 0 ] = MAXJUMPCOUNT+1; in Factor()
1093 (pFacToken->GetOpCode() == ocIf ? 3 : MAXJUMPCOUNT); in Factor()
1094 while ( (nJumpCount < (MAXJUMPCOUNT - 1)) && (eOp == ocSep) in Factor()
1113 (nJumpCount >= MAXJUMPCOUNT)) in Factor()
H A Dtoken.cxx45 #define MAXJUMPCOUNT 32 /* maximum number of jumps (ocChose) */ macro
1198 short nJump[MAXJUMPCOUNT + 1]; in AddOpCode()
1199 nJump[ 0 ] = ocIf == eOp ? 3 : MAXJUMPCOUNT+1; in AddOpCode()
/trunk/main/sc/inc/
H A Dcompiler.hxx61 #define MAXJUMPCOUNT 32 /* maximum number of jumps (ocChose) */ macro
165 short nJump[MAXJUMPCOUNT+1]; // If/Chose token
/trunk/main/formula/inc/formula/
H A DFormulaCompiler.hxx43 #define MAXJUMPCOUNT 32 /* maximum number of jumps (ocChose) */ macro
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx161 nJump[ 0 ] = MAXJUMPCOUNT+1; in SetOpCode()

Completed in 63 milliseconds