Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java683 i_undoManager.enterUndoContext( "Batch Changes" ); in impl_testMultipleModifications()
725 i_undoManager.enterUndoContext( contextTitle ); in impl_testCustomUndoActions()
829 i_undoManager.enterUndoContext( "Undo Context" ); in impl_testContextHandling()
865 i_undoManager.enterUndoContext( "Undo Context" ); in impl_testContextHandling()
879 i_undoManager.enterUndoContext( "context 1" ); in impl_testNestedContexts()
880 i_undoManager.enterUndoContext( "context 1.1" ); in impl_testNestedContexts()
939 i_undoManager.enterUndoContext( "Undo Context" ); in impl_testErrorHandling()
1094 i_undoManager.enterUndoContext( "Undo Context" ); in impl_testClearance()
1100 i_undoManager.enterUndoContext( "Undo Context" ); in impl_testClearance()
1157 i_undoManager.enterUndoContext( "context 1" ); in impl_testHiddenContexts()
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManager.idl92 …<p>Each call to <code>enterUndoContext</code> must be paired by a call to <member>leaveUndoContext…
95 … <p>Undo contexts can be nested, i.e. it is legitimate to call <code>enterUndoContext</code> and
100 void enterUndoContext(
123 …<p>Undo contexts can be nested, i.e. it is legitimate to call <member>enterUndoContext</member> and
130 @see enterUndoContext
136 /** leaves the undo context previously opened via <member>enterUndoContext</member> respectively
150 @see enterUndoContext
194 @see enterUndoContext
H A DXUndoManagerListener.idl81 @see XUndoManager::enterUndoContext
91 @see XUndoManager::enterUndoContext
H A DUndoManagerEvent.idl44 @see XUndoManager::enterUndoContext
/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx283 …void enterUndoContext( const ::rtl::OUString& i_title, const bool i_hidden, IMutexGuard& i_instanc…
403 …void UndoManagerHelper_Impl::enterUndoContext( const ::rtl::OUString& i_title, const bool i_hidden… in enterUndoContext() function in framework::UndoManagerHelper_Impl
956 …void UndoManagerHelper::enterUndoContext( const ::rtl::OUString& i_title, IMutexGuard& i_instanceL… in enterUndoContext() function in framework::UndoManagerHelper
958 m_pImpl->enterUndoContext( i_title, false, i_instanceLock ); in enterUndoContext()
964 m_pImpl->enterUndoContext( ::rtl::OUString(), true, i_instanceLock ); in enterHiddenUndoContext()
/trunk/main/dbaccess/source/ui/misc/
H A Ddbaundomanager.cxx233 …void SAL_CALL UndoManager::enterUndoContext( const ::rtl::OUString& i_title ) throw (RuntimeExcept… in enterUndoContext() function in dbaui::UndoManager
236 m_pImpl->aUndoHelper.enterUndoContext( i_title, aGuard ); in enterUndoContext()
/trunk/main/sfx2/source/doc/
H A Ddocundomanager.cxx272 …void SAL_CALL DocumentUndoManager::enterUndoContext( const ::rtl::OUString& i_title ) throw (Runti… in enterUndoContext() function in sfx2::DocumentUndoManager
276 m_pImpl->aUndoHelper.enterUndoContext( i_title, aGuard ); in enterUndoContext()
/trunk/main/chart2/source/model/main/
H A DUndoManager.cxx250 …void SAL_CALL UndoManager::enterUndoContext( const ::rtl::OUString& i_title ) throw (RuntimeExcept… in enterUndoContext() function in chart::UndoManager
253 m_pImpl->getUndoHelper().enterUndoContext( i_title, aGuard ); in enterUndoContext()
H A DUndoManager.hxx67 …virtual void SAL_CALL enterUndoContext( const ::rtl::OUString& i_title ) throw (::com::sun::star::…
/trunk/main/framework/inc/framework/
H A Dundomanagerhelper.hxx120 … void enterUndoContext( const ::rtl::OUString& i_title, IMutexGuard& i_instanceLock );
/trunk/main/chart2/source/controller/main/
H A DUndoGuard.cxx151 m_xUndoManager->enterUndoContext( i_undoTitle ); in UndoContext()
/trunk/main/sfx2/source/inc/
H A Ddocundomanager.hxx78 …virtual void SAL_CALL enterUndoContext( const ::rtl::OUString& i_title ) throw (::com::sun::star::…
/trunk/main/dbaccess/inc/
H A Ddbaundomanager.hxx65 …virtual void SAL_CALL enterUndoContext( const ::rtl::OUString& i_title ) throw (::com::sun::star::…
/trunk/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx839 mxUndoManager->enterUndoContext( A2S("") ); in StartUndo()

Completed in 60 milliseconds