Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java695 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 …]
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManager.idl62 <member>leaveUndoContext</member>.</p>
92 …all to <code>enterUndoContext</code> must be paired by a call to <member>leaveUndoContext</member>,
96 …erHiddenUndoContext</member> multiple times without calling <member>leaveUndoContext</member> inbe…
98 @see leaveUndoContext
120 … <code>enterHiddenUndoContext</code> must be paired by a call to <member>leaveUndoContext</member>,
124 …<code>enterHiddenUndoContext</code> multiple times without calling <member>leaveUndoContext</membe…
131 @see leaveUndoContext
153 void leaveUndoContext()
H A DXUndoManagerListener.idl101 @see XUndoManager::leaveUndoContext
123 @see XUndoManager::leaveUndoContext
/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx284 void leaveUndoContext( IMutexGuard& i_instanceLock );
417 void UndoManagerHelper_Impl::leaveUndoContext( IMutexGuard& i_instanceLock ) in leaveUndoContext() function in framework::UndoManagerHelper_Impl
968 void UndoManagerHelper::leaveUndoContext( IMutexGuard& i_instanceLock ) in leaveUndoContext() function in framework::UndoManagerHelper
970 m_pImpl->leaveUndoContext( i_instanceLock ); in leaveUndoContext()
H A Ddocumentundoguard.cxx95 m_xUndoManager->leaveUndoContext(); in finish()
/trunk/main/chart2/source/controller/main/
H A DUndoGuard.cxx158 m_xUndoManager->leaveUndoContext(); in ~UndoContext()
186 m_xUndoManager->leaveUndoContext(); in ~HiddenUndoContext()
/trunk/main/dbaccess/source/ui/misc/
H A Ddbaundomanager.cxx247 void SAL_CALL UndoManager::leaveUndoContext( ) throw (InvalidStateException, RuntimeException) in leaveUndoContext() function in dbaui::UndoManager
250 m_pImpl->aUndoHelper.leaveUndoContext( aGuard ); in leaveUndoContext()
/trunk/main/sfx2/source/doc/
H A Ddocundomanager.cxx292 …void SAL_CALL DocumentUndoManager::leaveUndoContext( ) throw (InvalidStateException, RuntimeExcep… in leaveUndoContext() function in sfx2::DocumentUndoManager
296 m_pImpl->aUndoHelper.leaveUndoContext( aGuard ); in leaveUndoContext()
/trunk/main/chart2/source/model/main/
H A DUndoManager.cxx264 void SAL_CALL UndoManager::leaveUndoContext( ) throw (InvalidStateException, RuntimeException) in leaveUndoContext() function in chart::UndoManager
267 m_pImpl->getUndoHelper().leaveUndoContext( aGuard ); in leaveUndoContext()
H A DUndoManager.hxx69 …virtual void SAL_CALL leaveUndoContext( ) throw (::com::sun::star::util::InvalidStateException, :…
/trunk/main/framework/inc/framework/
H A Dundomanagerhelper.hxx122 void leaveUndoContext( IMutexGuard& i_instanceLock );
/trunk/main/sfx2/source/inc/
H A Ddocundomanager.hxx80 …virtual void SAL_CALL leaveUndoContext( ) throw (::com::sun::star::util::InvalidStateException, :…
/trunk/main/dbaccess/inc/
H A Ddbaundomanager.hxx67 …virtual void SAL_CALL leaveUndoContext( ) throw (::com::sun::star::util::InvalidStateException, :…
/trunk/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx848 mxUndoManager->leaveUndoContext(); in EndUndo()

Completed in 51 milliseconds