Home
last modified time | relevance | path

Searched refs:nMacroInterpretLevel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/inc/
H A Ddocument.hxx363 sal_uInt16 nMacroInterpretLevel; // >0 wenn Macro im Interpreter member in ScDocument
1727 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()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx172 nMacroInterpretLevel(0), in ScDocument()

Completed in 29 milliseconds