Searched refs:OReportSectionUndo (Results 1 – 3 of 3) sorted by relevance
75 class OReportSectionUndo : public OSectionUndo class83 OReportSectionUndo(const OReportSectionUndo&);84 void operator =(const OReportSectionUndo&);88 OReportSectionUndo( OReportModel& rMod95 virtual ~OReportSectionUndo();
226 TYPEINIT1( OReportSectionUndo, OSectionUndo );228 OReportSectionUndo::OReportSectionUndo(OReportModel& _rMod,sal_uInt16 _nSlot in OReportSectionUndo() function in rptui::OReportSectionUndo242 OReportSectionUndo::~OReportSectionUndo() in ~OReportSectionUndo()246 void OReportSectionUndo::implReInsert( ) in implReInsert()256 void OReportSectionUndo::implReRemove( ) in implReRemove()
3815 addUndoAction(new OReportSectionUndo(*(m_aReportModel),SID_REPORTHEADER_WITHOUT_UNDO in switchReportSection()3822 addUndoAction(new OReportSectionUndo(*(m_aReportModel),SID_REPORTFOOTER_WITHOUT_UNDO in switchReportSection()3864 addUndoAction(new OReportSectionUndo(*m_aReportModel in switchPageSection()3872 addUndoAction(new OReportSectionUndo(*m_aReportModel in switchPageSection()
Completed in 34 milliseconds