Lines Matching refs:i_guard

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()
630 ImplClearRedo( i_guard, IUndoManager::CurrentLevel ); in ImplAddUndoAction_NoNotify()
637 i_guard.markForDeletion( m_pData->pActUndoArray->aUndoActions[0].pAction ); in ImplAddUndoAction_NoNotify()
1101 size_t SfxUndoManager::ImplLeaveListAction( const bool i_merge, UndoManagerGuard& i_guard ) in ImplLeaveListAction() argument
1128 i_guard.markForDeletion( pCurrentAction ); in ImplLeaveListAction()
1130 i_guard.scheduleNotification( &SfxUndoListener::listActionCancelled ); in ImplLeaveListAction()
1136 ImplClearRedo( i_guard, IUndoManager::CurrentLevel ); in ImplLeaveListAction()
1173 i_guard.scheduleNotification( &SfxUndoListener::listActionLeft, pListAction->GetComment() ); in ImplLeaveListAction()