Searched refs:nInterpreterTableOpLevel (Results 1 – 2 of 2) sorted by relevance
364 sal_uInt16 nInterpreterTableOpLevel; // >0 if in Interpreter TableOp member in ScDocument1739 sal_Bool IsInInterpreterTableOp() const { return nInterpreterTableOpLevel != 0; } in IsInInterpreterTableOp()1740 sal_uInt16 GetInterpreterTableOpLevel() { return nInterpreterTableOpLevel; } in GetInterpreterTableOpLevel()1743 if ( nInterpreterTableOpLevel < USHRT_MAX ) in IncInterpreterTableOpLevel()1744 nInterpreterTableOpLevel++; in IncInterpreterTableOpLevel()1748 if ( nInterpreterTableOpLevel ) in DecInterpreterTableOpLevel()1749 nInterpreterTableOpLevel--; in DecInterpreterTableOpLevel()
173 nInterpreterTableOpLevel(0), in ScDocument()
Completed in 46 milliseconds