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()
758 sal_Bool SfxUndoManager::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext() argument
760 return ImplUndo( &i_context ); in UndoWithContext()
877 sal_Bool SfxUndoManager::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext() argument
879 return ImplRedo( &i_context ); in RedoWithContext()
1349 void SfxListUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext() argument
1352 aUndoActions[--i].pAction->UndoWithContext( i_context ); in UndoWithContext()
1367 void SfxListUndoAction::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext() argument
1370 aUndoActions[i].pAction->RedoWithContext( i_context ); in RedoWithContext()