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();
227 TYPEINIT1( OReportSectionUndo, OSectionUndo );229 OReportSectionUndo::OReportSectionUndo(OReportModel& _rMod,sal_uInt16 _nSlot in OReportSectionUndo() function in rptui::OReportSectionUndo243 OReportSectionUndo::~OReportSectionUndo() in ~OReportSectionUndo()247 void OReportSectionUndo::implReInsert( ) in implReInsert()257 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 57 milliseconds