Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1200 class ControllerLockUndoAction : public ControllerLockUndoAction_Base class
1203 ControllerLockUndoAction( const Reference< XModel >& i_model, const bool i_undoIsUnlock ) in ControllerLockUndoAction() function in __anon390e2f630211::ControllerLockUndoAction
1219 ::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 23 milliseconds