Home
last modified time | relevance | path

Searched refs:OReportSectionUndo (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/reportdesign/source/ui/inc/
H A DRptUndo.hxx75 class OReportSectionUndo : public OSectionUndo class
83 OReportSectionUndo(const OReportSectionUndo&);
84 void operator =(const OReportSectionUndo&);
88 OReportSectionUndo( OReportModel& rMod
95 virtual ~OReportSectionUndo();
/aoo4110/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx226 TYPEINIT1( OReportSectionUndo, OSectionUndo );
228 OReportSectionUndo::OReportSectionUndo(OReportModel& _rMod,sal_uInt16 _nSlot in OReportSectionUndo() function in rptui::OReportSectionUndo
242 OReportSectionUndo::~OReportSectionUndo() in ~OReportSectionUndo()
246 void OReportSectionUndo::implReInsert( ) in implReInsert()
256 void OReportSectionUndo::implReRemove( ) in implReRemove()
/aoo4110/main/reportdesign/source/ui/report/
H A DReportController.cxx3815 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 36 milliseconds