Searched refs:bIsInEditCommand (Results 1 – 2 of 2) sorted by relevance
140 sal_Bool bIsInEditCommand; member in ScModule191 void SetInEditCommand( sal_Bool bNew ) { bIsInEditCommand = bNew; } in SetInEditCommand()192 sal_Bool IsInEditCommand() const { return bIsInEditCommand; } in IsInEditCommand()
155 bIsInEditCommand( sal_False ), in ScModule()1687 if (bIsInEditCommand) in IsFormulaMode()
Completed in 23 milliseconds