Searched refs:IsDoing (Results 1 – 4 of 4) sorted by relevance
40 if( !IsDoing() ) in EnterListAction()49 if( !IsDoing() ) in AddUndoAction()
273 virtual bool IsDoing() const = 0;370 virtual bool IsDoing() const;
743 bool SfxUndoManager::IsDoing() const in IsDoing() function in SfxUndoManager768 OSL_ENSURE( !IsDoing(), "SfxUndoManager::Undo: *nested* Undo/Redo actions? How this?" ); in ImplUndo()887 OSL_ENSURE( !IsDoing(), "SfxUndoManager::Redo: *nested* Undo/Redo actions? How this?" ); in ImplRedo()
1450 …ocSh->GetUndoManager() && static_cast< sd::UndoManager *>(mpDocSh->GetUndoManager())->IsDoing()) || in IMPL_LINK_INLINE_END()
Completed in 36 milliseconds