Searched refs:i_guard (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/svl/source/undo/ |
| H A D | undo.cxx | 487 void SfxUndoManager::ImplClearCurrentLevel_NoNotify( UndoManagerGuard& i_guard ) in ImplClearCurrentLevel_NoNotify() argument 494 i_guard.markForDeletion( pAction ); in ImplClearCurrentLevel_NoNotify() 577 void SfxUndoManager::ImplClearUndo( UndoManagerGuard& i_guard ) in ImplClearUndo() argument 583 i_guard.markForDeletion( pUndoAction ); in ImplClearUndo() 591 void SfxUndoManager::ImplClearRedo( UndoManagerGuard& i_guard, bool const i_currentLevel ) in ImplClearRedo() argument 601 i_guard.markForDeletion( pAction ); in ImplClearRedo() 606 i_guard.scheduleNotification( &SfxUndoListener::clearedRedo ); in ImplClearRedo() 611 …tion_NoNotify( SfxUndoAction *pAction, bool bTryMerge, bool bClearRedo, UndoManagerGuard& i_guard ) in ImplAddUndoAction_NoNotify() argument 615 i_guard.markForDeletion( pAction ); in ImplAddUndoAction_NoNotify() 624 i_guard.markForDeletion( pAction ); in ImplAddUndoAction_NoNotify() [all …]
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | undo.hxx | 421 size_t ImplLeaveListAction( const bool i_merge, ::svl::undo::impl::UndoManagerGuard& i_guard ); 422 …doAction* pAction, bool bTryMerge, bool bClearRedo, ::svl::undo::impl::UndoManagerGuard& i_guard ); 423 … void ImplClearRedo( ::svl::undo::impl::UndoManagerGuard& i_guard, bool const i_currentLevel ); 424 void ImplClearUndo( ::svl::undo::impl::UndoManagerGuard& i_guard ); 425 void ImplClearCurrentLevel_NoNotify( ::svl::undo::impl::UndoManagerGuard& i_guard );
|
| /AOO41X/main/toolkit/source/controls/ |
| H A D | animatedimages.cxx | 217 … void lcl_notify( ::osl::ClearableMutexGuard& i_guard, ::cppu::OBroadcastHelper& i_broadcaseHelper, in lcl_notify() argument 230 i_guard.clear(); in lcl_notify()
|