Lines Matching refs:DocumentUndoManager

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::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()
272 …void SAL_CALL DocumentUndoManager::enterUndoContext( const ::rtl::OUString& i_title ) throw (Runti… in enterUndoContext()
282 …void SAL_CALL DocumentUndoManager::enterHiddenUndoContext( ) throw (EmptyUndoStackException, Runt… in enterHiddenUndoContext()
292 …void SAL_CALL DocumentUndoManager::leaveUndoContext( ) throw (InvalidStateException, RuntimeExcep… in leaveUndoContext()
302 …void SAL_CALL DocumentUndoManager::addUndoAction( const Reference< XUndoAction >& i_action ) throw… in addUndoAction()
312 …void SAL_CALL DocumentUndoManager::undo( ) throw (EmptyUndoStackException, UndoContextNotClosedEx… in undo()
322 …void SAL_CALL DocumentUndoManager::redo( ) throw (EmptyUndoStackException, UndoContextNotClosedEx… in redo()
332 ::sal_Bool SAL_CALL DocumentUndoManager::isUndoPossible( ) throw (RuntimeException) in isUndoPossible()
339 ::sal_Bool SAL_CALL DocumentUndoManager::isRedoPossible( ) throw (RuntimeException) in isRedoPossible()
346 …::rtl::OUString SAL_CALL DocumentUndoManager::getCurrentUndoActionTitle( ) throw (EmptyUndoStackE… in getCurrentUndoActionTitle()
353 …::rtl::OUString SAL_CALL DocumentUndoManager::getCurrentRedoActionTitle( ) throw (EmptyUndoStackE… in getCurrentRedoActionTitle()
360 …Sequence< ::rtl::OUString > SAL_CALL DocumentUndoManager::getAllUndoActionTitles( ) throw (Runtim… in getAllUndoActionTitles()
367 …Sequence< ::rtl::OUString > SAL_CALL DocumentUndoManager::getAllRedoActionTitles( ) throw (Runtim… in getAllRedoActionTitles()
374 …void SAL_CALL DocumentUndoManager::clear( ) throw (UndoContextNotClosedException, RuntimeExceptio… in clear()
384 …void SAL_CALL DocumentUndoManager::clearRedo( ) throw (UndoContextNotClosedException, RuntimeExce… in clearRedo()
394 void SAL_CALL DocumentUndoManager::reset() throw (RuntimeException) in reset()
404 void SAL_CALL DocumentUndoManager::lock( ) throw (RuntimeException) in lock()
411 void SAL_CALL DocumentUndoManager::unlock( ) throw (RuntimeException, NotLockedException) in unlock()
418 ::sal_Bool SAL_CALL DocumentUndoManager::isLocked( ) throw (RuntimeException) in isLocked()
425 …void SAL_CALL DocumentUndoManager::addUndoManagerListener( const Reference< XUndoManagerListener >… in addUndoManagerListener()
432 …void SAL_CALL DocumentUndoManager::removeUndoManagerListener( const Reference< XUndoManagerListene… in removeUndoManagerListener()
439 Reference< XInterface > SAL_CALL DocumentUndoManager::getParent( ) throw (RuntimeException) in getParent()
446 …void SAL_CALL DocumentUndoManager::setParent( const Reference< XInterface >& i_parent ) throw (NoS… in setParent()