Searched refs:SfxUndoContext (Results 1 – 5 of 5) sorted by relevance
47 class SVL_DLLPUBLIC SfxUndoContext class50 virtual ~SfxUndoContext() = 0;69 virtual void UndoWithContext( SfxUndoContext& i_context );71 virtual void RedoWithContext( SfxUndoContext& i_context );176 virtual void UndoWithContext( SfxUndoContext& i_context );178 virtual void RedoWithContext( SfxUndoContext& i_context );404 sal_Bool UndoWithContext( SfxUndoContext& i_context );405 sal_Bool RedoWithContext( SfxUndoContext& i_context );431 sal_Bool ImplUndo( SfxUndoContext* i_contextOrNull );432 sal_Bool ImplRedo( SfxUndoContext* i_contextOrNull );
60 SfxUndoContext::~SfxUndoContext() in ~SfxUndoContext()134 void SfxUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext()150 void SfxUndoAction::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext()750 sal_Bool SfxUndoManager::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext()757 sal_Bool SfxUndoManager::ImplUndo( SfxUndoContext* i_contextOrNull ) in ImplUndo()869 sal_Bool SfxUndoManager::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext()876 sal_Bool SfxUndoManager::ImplRedo( SfxUndoContext* i_contextOrNull ) in ImplRedo()1341 void SfxListUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext()1359 void SfxListUndoAction::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext()
95 virtual void UndoWithContext(SfxUndoContext &);96 virtual void RedoWithContext(SfxUndoContext &);
54 : public SfxUndoContext
250 void SwUndo::UndoWithContext(SfxUndoContext & rContext) in UndoWithContext()260 void SwUndo::RedoWithContext(SfxUndoContext & rContext) in RedoWithContext()
Completed in 35 milliseconds