Home
last modified time | relevance | path

Searched refs:SfxUndoContext (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/svl/inc/svl/
H A Dundo.hxx47 class SVL_DLLPUBLIC SfxUndoContext class
50 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 );
/aoo42x/main/svl/source/undo/
H A Dundo.cxx60 SfxUndoContext::~SfxUndoContext() in ~SfxUndoContext()
134 void SfxUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext()
150 void SfxUndoAction::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext()
758 sal_Bool SfxUndoManager::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext()
765 sal_Bool SfxUndoManager::ImplUndo( SfxUndoContext* i_contextOrNull ) in ImplUndo()
877 sal_Bool SfxUndoManager::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext()
884 sal_Bool SfxUndoManager::ImplRedo( SfxUndoContext* i_contextOrNull ) in ImplRedo()
1349 void SfxListUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext()
1367 void SfxListUndoAction::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext()
/aoo42x/main/sw/inc/
H A Dundobj.hxx95 virtual void UndoWithContext(SfxUndoContext &);
96 virtual void RedoWithContext(SfxUndoContext &);
/aoo42x/main/sw/source/core/inc/
H A DUndoCore.hxx54 : public SfxUndoContext
/aoo42x/main/sw/source/core/undo/
H A Dundobj.cxx250 void SwUndo::UndoWithContext(SfxUndoContext & rContext) in UndoWithContext()
260 void SwUndo::RedoWithContext(SfxUndoContext & rContext) in RedoWithContext()

Completed in 33 milliseconds