Searched refs:leaveUndoContext (Results 1 – 14 of 14) sorted by relevance
695 i_undoManager.leaveUndoContext(); in impl_testMultipleModifications()732 i_undoManager.leaveUndoContext(); in impl_testCustomUndoActions()795 i_undoManager.leaveUndoContext(); in impl_testLocking()796 i_undoManager.leaveUndoContext(); in impl_testLocking()850 i_undoManager.leaveUndoContext(); in impl_testContextHandling()866 i_undoManager.leaveUndoContext(); in impl_testContextHandling()886 i_undoManager.leaveUndoContext(); in impl_testNestedContexts()889 i_undoManager.leaveUndoContext(); in impl_testNestedContexts()890 i_undoManager.leaveUndoContext(); in impl_testNestedContexts()962 i_undoManager.leaveUndoContext(); in impl_testErrorHandling()[all …]
68 <member>leaveUndoContext</member>.</p>96 …all to <code>enterUndoContext</code> must be paired by a call to <member>leaveUndoContext</member>,100 …erHiddenUndoContext</member> multiple times without calling <member>leaveUndoContext</member> inbe…102 @see leaveUndoContext124 … <code>enterHiddenUndoContext</code> must be paired by a call to <member>leaveUndoContext</member>,128 …<code>enterHiddenUndoContext</code> multiple times without calling <member>leaveUndoContext</membe…135 @see leaveUndoContext157 void leaveUndoContext()
106 @see XUndoManager::leaveUndoContext128 @see XUndoManager::leaveUndoContext
158 m_xUndoManager->leaveUndoContext(); in ~UndoContext()186 m_xUndoManager->leaveUndoContext(); in ~HiddenUndoContext()
284 void leaveUndoContext( IMutexGuard& i_instanceLock );417 void UndoManagerHelper_Impl::leaveUndoContext( IMutexGuard& i_instanceLock ) in leaveUndoContext() function in framework::UndoManagerHelper_Impl968 void UndoManagerHelper::leaveUndoContext( IMutexGuard& i_instanceLock ) in leaveUndoContext() function in framework::UndoManagerHelper970 m_pImpl->leaveUndoContext( i_instanceLock ); in leaveUndoContext()
95 m_xUndoManager->leaveUndoContext(); in finish()
247 void SAL_CALL UndoManager::leaveUndoContext( ) throw (InvalidStateException, RuntimeException) in leaveUndoContext() function in dbaui::UndoManager250 m_pImpl->aUndoHelper.leaveUndoContext( aGuard ); in leaveUndoContext()
292 …void SAL_CALL DocumentUndoManager::leaveUndoContext( ) throw (InvalidStateException, RuntimeExcep… in leaveUndoContext() function in sfx2::DocumentUndoManager296 m_pImpl->aUndoHelper.leaveUndoContext( aGuard ); in leaveUndoContext()
264 void SAL_CALL UndoManager::leaveUndoContext( ) throw (InvalidStateException, RuntimeException) in leaveUndoContext() function in chart::UndoManager267 m_pImpl->getUndoHelper().leaveUndoContext( aGuard ); in leaveUndoContext()
69 …virtual void SAL_CALL leaveUndoContext( ) throw (::com::sun::star::util::InvalidStateException, :…
122 void leaveUndoContext( IMutexGuard& i_instanceLock );
80 …virtual void SAL_CALL leaveUndoContext( ) throw (::com::sun::star::util::InvalidStateException, :…
67 …virtual void SAL_CALL leaveUndoContext( ) throw (::com::sun::star::util::InvalidStateException, :…
846 mxUndoManager->leaveUndoContext(); in EndUndo()
Completed in 62 milliseconds