Searched refs:UndoAnimation (Results 1 – 6 of 6) sorted by relevance
55 UndoAnimation::UndoAnimation( SdDrawDocument* pDoc, SdPage* pThePage ) in UndoAnimation() function in sd::UndoAnimation73 UndoAnimation::~UndoAnimation() in ~UndoAnimation()78 void UndoAnimation::Undo() in Undo()102 void UndoAnimation::Redo() in Redo()118 String UndoAnimation::GetComment() const in GetComment()
40 class UndoAnimation : public SdrUndoAction class43 UndoAnimation( SdDrawDocument* pDoc, SdPage* pThePage );44 virtual ~UndoAnimation();
107 class UndoAnimation;117 friend class sd::UndoAnimation;
390 friend class UndoAnimation;
55 … mpUndoAnimation = new UndoAnimation( static_cast< SdDrawDocument* >( pPage->GetModel() ), pPage ); in UndoRemovePresObjectImpl()207 … mpUndoAnimation = new UndoAnimation( static_cast< SdDrawDocument* >( pPage->GetModel() ), pPage ); in UndoObjectSetText()
296 pManager->AddUndoAction( new UndoAnimation( mrBase.GetDocShell()->GetDoc(), pPage ) ); in addUndo()
Completed in 47 milliseconds