Home
last modified time | relevance | path

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

/aoo4110/main/sc/inc/
H A Ddocument.hxx364 sal_uInt16 nInterpreterTableOpLevel; // >0 if in Interpreter TableOp member in ScDocument
1739 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()
/aoo4110/main/sc/source/core/data/
H A Ddocumen2.cxx173 nInterpreterTableOpLevel(0), in ScDocument()

Completed in 34 milliseconds