Searched refs:nInterpretLevel (Results 1 – 2 of 2) sorted by relevance
362 sal_uInt16 nInterpretLevel; // >0 wenn im Interpreter member in ScDocument1715 sal_Bool IsInInterpreter() const { return nInterpretLevel != 0; } in IsInInterpreter()1716 sal_uInt16 GetInterpretLevel() { return nInterpretLevel; } in GetInterpretLevel()1719 if ( nInterpretLevel < USHRT_MAX ) in IncInterpretLevel()1720 nInterpretLevel++; in IncInterpretLevel()1724 if ( nInterpretLevel ) in DecInterpretLevel()1725 nInterpretLevel--; in DecInterpretLevel()
171 nInterpretLevel(0), in ScDocument()
Completed in 48 milliseconds