Searched refs:SdrUndoCopyPage (Results 1 – 2 of 2) sorted by relevance
734 class SdrUndoCopyPage : public SdrUndoNewPage class737 SdrUndoCopyPage(SdrPage& rNewPg): SdrUndoNewPage(rNewPg) {} in SdrUndoCopyPage() function in SdrUndoCopyPage738 virtual ~SdrUndoCopyPage() {} in ~SdrUndoCopyPage()
1681 XubString SdrUndoCopyPage::GetComment() const in GetComment()1688 XubString SdrUndoCopyPage::GetSdrRepeatComment(SdrView& /*rView*/) const in GetSdrRepeatComment()1695 void SdrUndoCopyPage::SdrRepeat(SdrView& /*rView*/) in SdrRepeat()1700 bool SdrUndoCopyPage::CanSdrRepeat(SdrView& /*rView*/) const in CanSdrRepeat()1931 return new SdrUndoCopyPage( rPage ); in CreateUndoCopyPage()