Searched refs:DocumentUndoManager (Results 1 – 3 of 3) sorted by relevance
89 DocumentUndoManager& rAntiImpl;93 DocumentUndoManager_Impl( DocumentUndoManager& i_antiImpl ) in DocumentUndoManager_Impl()199 UndoManagerGuard( DocumentUndoManager& i_undoManager ) in UndoManagerGuard()235 DocumentUndoManager::DocumentUndoManager( SfxBaseModel& i_document ) in DocumentUndoManager() function in sfx2::DocumentUndoManager242 DocumentUndoManager::~DocumentUndoManager() in ~DocumentUndoManager()247 void DocumentUndoManager::disposing() in disposing()253 bool DocumentUndoManager::isInContext() const in isInContext()260 void SAL_CALL DocumentUndoManager::acquire( ) throw () in acquire()266 void SAL_CALL DocumentUndoManager::release( ) throw () in release()394 void SAL_CALL DocumentUndoManager::reset() throw (RuntimeException) in reset()[all …]
235 ::rtl::Reference< ::sfx2::DocumentUndoManager > m_pDocumentUndoManager;1726 m_pData->m_pDocumentUndoManager.set( new ::sfx2::DocumentUndoManager( *this ) ); in getUndoManager()
54 class DocumentUndoManager :public DocumentUndoManager_Base class61 DocumentUndoManager( SfxBaseModel& i_document );62 virtual ~DocumentUndoManager();
Completed in 44 milliseconds