Home
last modified time | relevance | path

Searched refs:IsDoing (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/undo/
H A Dundomanager.cxx31 if( !IsDoing() ) in EnterListAction()
40 if( !IsDoing() ) in AddUndoAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/undo/
H A Dundomanager.cxx31 if( !IsDoing() ) in EnterListAction()
40 if( !IsDoing() ) in AddUndoAction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx226 bool IsDoing() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dundo.hxx224 bool IsDoing() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx650 bool SfxUndoManager::IsDoing() const in IsDoing() function in SfxUndoManager
672 assert( !IsDoing() && "SfxUndoManager::Undo: *nested* Undo/Redo actions? How this?" ); in ImplUndo()
784 assert( !IsDoing() && "SfxUndoManager::Redo: *nested* Undo/Redo actions? How this?" ); in ImplRedo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx649 bool SfxUndoManager::IsDoing() const in IsDoing() function in SfxUndoManager
671 assert( !IsDoing() && "SfxUndoManager::Undo: *nested* Undo/Redo actions? How this?" ); in ImplUndo()
783 assert( !IsDoing() && "SfxUndoManager::Redo: *nested* Undo/Redo actions? How this?" ); in ImplRedo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Doutlview.cxx1148 …ocSh->GetUndoManager() && static_cast< sd::UndoManager *>(mpDocSh->GetUndoManager())->IsDoing()) || in GetActualPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Doutlview.cxx1148 …ocSh->GetUndoManager() && static_cast< sd::UndoManager *>(mpDocSh->GetUndoManager())->IsDoing()) || in GetActualPage()