Lines Matching refs:UndoManager
72 … UndoManager_Impl( UndoManager& i_antiImpl, ::cppu::OWeakObject& i_parent, ::osl::Mutex& i_mutex ) in UndoManager_Impl()
86 UndoManager& rAntiImpl;
194 UndoManager::UndoManager( ::cppu::OWeakObject& i_parent, ::osl::Mutex& i_mutex ) in UndoManager() function in dbaui::UndoManager
200 UndoManager::~UndoManager() in ~UndoManager()
205 SfxUndoManager& UndoManager::GetSfxUndoManager() const in GetSfxUndoManager()
211 void SAL_CALL UndoManager::acquire( ) throw () in acquire()
217 void SAL_CALL UndoManager::release( ) throw () in release()
223 void UndoManager::disposing() in disposing()
233 …void SAL_CALL UndoManager::enterUndoContext( const ::rtl::OUString& i_title ) throw (RuntimeExcept… in enterUndoContext()
240 …void SAL_CALL UndoManager::enterHiddenUndoContext( ) throw (EmptyUndoStackException, RuntimeExcep… in enterHiddenUndoContext()
247 void SAL_CALL UndoManager::leaveUndoContext( ) throw (InvalidStateException, RuntimeException) in leaveUndoContext()
254 …void SAL_CALL UndoManager::addUndoAction( const Reference< XUndoAction >& i_action ) throw (Illega… in addUndoAction()
261 …void SAL_CALL UndoManager::undo( ) throw (EmptyUndoStackException, UndoContextNotClosedException,… in undo()
270 …void SAL_CALL UndoManager::redo( ) throw (EmptyUndoStackException, UndoContextNotClosedException,… in redo()
279 ::sal_Bool SAL_CALL UndoManager::isUndoPossible( ) throw (RuntimeException) in isUndoPossible()
286 ::sal_Bool SAL_CALL UndoManager::isRedoPossible( ) throw (RuntimeException) in isRedoPossible()
293 …::rtl::OUString SAL_CALL UndoManager::getCurrentUndoActionTitle( ) throw (EmptyUndoStackException… in getCurrentUndoActionTitle()
300 …::rtl::OUString SAL_CALL UndoManager::getCurrentRedoActionTitle( ) throw (EmptyUndoStackException… in getCurrentRedoActionTitle()
307 …Sequence< ::rtl::OUString > SAL_CALL UndoManager::getAllUndoActionTitles( ) throw (RuntimeExcepti… in getAllUndoActionTitles()
314 …Sequence< ::rtl::OUString > SAL_CALL UndoManager::getAllRedoActionTitles( ) throw (RuntimeExcepti… in getAllRedoActionTitles()
321 void SAL_CALL UndoManager::clear( ) throw (UndoContextNotClosedException, RuntimeException) in clear()
328 void SAL_CALL UndoManager::clearRedo( ) throw (UndoContextNotClosedException, RuntimeException) in clearRedo()
335 void SAL_CALL UndoManager::reset( ) throw (RuntimeException) in reset()
342 …void SAL_CALL UndoManager::addUndoManagerListener( const Reference< XUndoManagerListener >& i_list… in addUndoManagerListener()
349 …void SAL_CALL UndoManager::removeUndoManagerListener( const Reference< XUndoManagerListener >& i_l… in removeUndoManagerListener()
356 void SAL_CALL UndoManager::lock( ) throw (RuntimeException) in lock()
363 void SAL_CALL UndoManager::unlock( ) throw (NotLockedException, RuntimeException) in unlock()
370 ::sal_Bool SAL_CALL UndoManager::isLocked( ) throw (RuntimeException) in isLocked()
377 Reference< XInterface > SAL_CALL UndoManager::getParent( ) throw (RuntimeException) in getParent()
384 …void SAL_CALL UndoManager::setParent( const Reference< XInterface >& i_parent ) throw (NoSupportEx… in setParent()