Home
last modified time | relevance | path

Searched refs:DocumentUndoManager (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sfx2/source/doc/
H A Ddocundomanager.cxx89 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::DocumentUndoManager
242 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 …]
H A Dsfxbasemodel.cxx235 ::rtl::Reference< ::sfx2::DocumentUndoManager > m_pDocumentUndoManager;
1726 m_pData->m_pDocumentUndoManager.set( new ::sfx2::DocumentUndoManager( *this ) ); in getUndoManager()
/aoo41x/main/sfx2/source/inc/
H A Ddocundomanager.hxx54 class DocumentUndoManager :public DocumentUndoManager_Base class
61 DocumentUndoManager( SfxBaseModel& i_document );
62 virtual ~DocumentUndoManager();

Completed in 52 milliseconds