Searched refs:enterHiddenUndoContext (Results 1 – 11 of 11) sorted by relevance
67 …Hidden Undo actions can be created by calling <member>enterHiddenUndoContext</member>, following by100 …<member>enterHiddenUndoContext</member> multiple times without calling <member>leaveUndoContext</m…124 …<p>Each call to <code>enterHiddenUndoContext</code> must be paired by a call to <member>leaveUndoC…128 …<code>enterHiddenUndoContext</code> multiple times without calling <member>leaveUndoContext</membe…137 void enterHiddenUndoContext()141 <member>enterHiddenUndoContext</member>.155 @see enterHiddenUndoContext
793 i_undoManager.enterHiddenUndoContext(); in impl_testLocking()1096 i_undoManager.enterHiddenUndoContext(); in impl_testClearance()1113 try { i_undoManager.enterHiddenUndoContext(); } in impl_testHiddenContexts()1122 i_undoManager.enterHiddenUndoContext(); in impl_testHiddenContexts()1146 i_undoManager.enterHiddenUndoContext(); in impl_testHiddenContexts()1160 i_undoManager.enterHiddenUndoContext(); in impl_testHiddenContexts()1166 try { i_undoManager.enterHiddenUndoContext(); } in impl_testHiddenContexts()1171 i_undoManager.enterHiddenUndoContext(); in impl_testHiddenContexts()
240 …void SAL_CALL UndoManager::enterHiddenUndoContext( ) throw (EmptyUndoStackException, RuntimeExcep… in enterHiddenUndoContext() function in dbaui::UndoManager243 m_pImpl->aUndoHelper.enterHiddenUndoContext( aGuard ); in enterHiddenUndoContext()
282 …void SAL_CALL DocumentUndoManager::enterHiddenUndoContext( ) throw (EmptyUndoStackException, Runt… in enterHiddenUndoContext() function in sfx2::DocumentUndoManager286 m_pImpl->aUndoHelper.enterHiddenUndoContext( aGuard ); in enterHiddenUndoContext()
257 …void SAL_CALL UndoManager::enterHiddenUndoContext( ) throw (EmptyUndoStackException, RuntimeExcep… in enterHiddenUndoContext() function in chart::UndoManager260 m_pImpl->getUndoHelper().enterHiddenUndoContext( aGuard ); in enterHiddenUndoContext()
68 …virtual void SAL_CALL enterHiddenUndoContext( ) throw (::com::sun::star::document::EmptyUndoStack…
121 void enterHiddenUndoContext( IMutexGuard& i_instanceLock );
169 m_xUndoManager->enterHiddenUndoContext(); in HiddenUndoContext()
79 …virtual void SAL_CALL enterHiddenUndoContext( ) throw (::com::sun::star::document::EmptyUndoStack…
66 …virtual void SAL_CALL enterHiddenUndoContext( ) throw (::com::sun::star::document::EmptyUndoStack…
962 void UndoManagerHelper::enterHiddenUndoContext( IMutexGuard& i_instanceLock ) in enterHiddenUndoContext() function in framework::UndoManagerHelper
Completed in 61 milliseconds