Searched refs:nMacroInterpretLevel (Results 1 – 2 of 2) sorted by relevance
363 sal_uInt16 nMacroInterpretLevel; // >0 wenn Macro im Interpreter member in ScDocument1727 sal_Bool IsInMacroInterpreter() const { return nMacroInterpretLevel != 0; } in IsInMacroInterpreter()1728 sal_uInt16 GetMacroInterpretLevel() { return nMacroInterpretLevel; } in GetMacroInterpretLevel()1731 if ( nMacroInterpretLevel < USHRT_MAX ) in IncMacroInterpretLevel()1732 nMacroInterpretLevel++; in IncMacroInterpretLevel()1736 if ( nMacroInterpretLevel ) in DecMacroInterpretLevel()1737 nMacroInterpretLevel--; in DecMacroInterpretLevel()
172 nMacroInterpretLevel(0), in ScDocument()
Completed in 29 milliseconds