Searched refs:OSectionUndo (Results 1 – 2 of 2) sorted by relevance
117 TYPEINIT1( OSectionUndo, OCommentUndoAction );120 OSectionUndo::OSectionUndo(OReportModel& _rMod in DBG_NAME()132 OSectionUndo::~OSectionUndo() in ~OSectionUndo()162 void OSectionUndo::collectControls(const uno::Reference< report::XSection >& _xSection) in collectControls()184 void OSectionUndo::Undo() in Undo()205 void OSectionUndo::Redo() in Redo()226 TYPEINIT1( OReportSectionUndo, OSectionUndo );234 : OSectionUndo(_rMod,_nSlot,_eAction,nCommentID) in OReportSectionUndo()265 TYPEINIT1( OGroupSectionUndo, OSectionUndo );273 : OSectionUndo(_rMod,_nSlot,_eAction,nCommentID) in OGroupSectionUndo()
44 class OSectionUndo : public OCommentUndoAction class46 OSectionUndo(const OSectionUndo&);47 void operator =(const OSectionUndo&);63 OSectionUndo( OReportModel& rMod67 virtual ~OSectionUndo();75 class OReportSectionUndo : public OSectionUndo100 class OGroupSectionUndo : public OSectionUndo
Completed in 12 milliseconds