Home
last modified time | relevance | path

Searched refs:UndoAnimation (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/core/
H A Dundoanim.cxx55 UndoAnimation::UndoAnimation( SdDrawDocument* pDoc, SdPage* pThePage ) in UndoAnimation() function in sd::UndoAnimation
73 UndoAnimation::~UndoAnimation() in ~UndoAnimation()
78 void UndoAnimation::Undo() in Undo()
102 void UndoAnimation::Redo() in Redo()
118 String UndoAnimation::GetComment() const in GetComment()
/trunk/main/sd/inc/
H A Dundoanim.hxx40 class UndoAnimation : public SdrUndoAction class
43 UndoAnimation( SdDrawDocument* pDoc, SdPage* pThePage );
44 virtual ~UndoAnimation();
H A Dsdpage.hxx107 class UndoAnimation;
117 friend class sd::UndoAnimation;
H A DCustomAnimationEffect.hxx390 friend class UndoAnimation;
/trunk/main/sd/source/core/undo/
H A Dundoobjects.cxx55 … mpUndoAnimation = new UndoAnimation( static_cast< SdDrawDocument* >( pPage->GetModel() ), pPage ); in UndoRemovePresObjectImpl()
207 … mpUndoAnimation = new UndoAnimation( static_cast< SdDrawDocument* >( pPage->GetModel() ), pPage ); in UndoObjectSetText()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx296 pManager->AddUndoAction( new UndoAnimation( mrBase.GetDocShell()->GetDoc(), pPage ) ); in addUndo()

Completed in 34 milliseconds