Searched refs:ControllerLockUndoAction (Results 1 – 1 of 1) sorted by relevance
1200 class ControllerLockUndoAction : public ControllerLockUndoAction_Base class1203 ControllerLockUndoAction( const Reference< XModel >& i_model, const bool i_undoIsUnlock ) in ControllerLockUndoAction() function in __anonf098fd740211::ControllerLockUndoAction1219 ::rtl::OUString SAL_CALL ControllerLockUndoAction::getTitle() throw (RuntimeException) in getTitle()1225 void SAL_CALL ControllerLockUndoAction::undo( ) throw (UndoFailedException, RuntimeException) in undo()1233 void SAL_CALL ControllerLockUndoAction::redo( ) throw (UndoFailedException, RuntimeException) in redo()1257 … m_pData->m_pDocumentUndoManager->addUndoAction( new ControllerLockUndoAction( this, true ) ); in lockControllers()1276 … m_pData->m_pDocumentUndoManager->addUndoAction( new ControllerLockUndoAction( this, false ) ); in unlockControllers()
Completed in 33 milliseconds