Searched refs:SdHeaderFooterUndoAction (Results 1 – 3 of 3) sorted by relevance
36 TYPEINIT1(SdHeaderFooterUndoAction, SdUndoAction);38 SdHeaderFooterUndoAction::SdHeaderFooterUndoAction( SdDrawDocument* pDoc, SdPage* pPage, const sd::… in SdHeaderFooterUndoAction() function in SdHeaderFooterUndoAction46 SdHeaderFooterUndoAction::~SdHeaderFooterUndoAction() in ~SdHeaderFooterUndoAction()50 void SdHeaderFooterUndoAction::Undo() in Undo()56 void SdHeaderFooterUndoAction::Redo() in Redo()
36 class SD_DLLPUBLIC SdHeaderFooterUndoAction : public SdUndoAction class45 …SdHeaderFooterUndoAction( SdDrawDocument* pDoc, SdPage* pPage, const sd::HeaderFooterSettings& rNe…46 virtual ~SdHeaderFooterUndoAction();
423 pUndoGroup->AddAction(new SdHeaderFooterUndoAction(mpDoc, pPage, rNewSettings )); in change()
Completed in 23 milliseconds