Lines Matching refs:i_context
134 void SfxUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext() argument
136 (void)i_context; in UndoWithContext()
150 void SfxUndoAction::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext() argument
152 (void)i_context; in RedoWithContext()
750 sal_Bool SfxUndoManager::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext() argument
752 return ImplUndo( &i_context ); in UndoWithContext()
869 sal_Bool SfxUndoManager::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext() argument
871 return ImplRedo( &i_context ); in RedoWithContext()
1341 void SfxListUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext() argument
1344 aUndoActions[--i].pAction->UndoWithContext( i_context ); in UndoWithContext()
1359 void SfxListUndoAction::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext() argument
1362 aUndoActions[i].pAction->RedoWithContext( i_context ); in RedoWithContext()