Searched refs:OSectionUndo (Results 1 – 2 of 2) sorted by relevance
118 TYPEINIT1( OSectionUndo, OCommentUndoAction );121 OSectionUndo::OSectionUndo(OReportModel& _rMod in DBG_NAME()133 OSectionUndo::~OSectionUndo() in ~OSectionUndo()163 void OSectionUndo::collectControls(const uno::Reference< report::XSection >& _xSection) in collectControls()185 void OSectionUndo::Undo() in Undo()206 void OSectionUndo::Redo() in Redo()227 TYPEINIT1( OReportSectionUndo, OSectionUndo );235 : OSectionUndo(_rMod,_nSlot,_eAction,nCommentID) in OReportSectionUndo()266 TYPEINIT1( OGroupSectionUndo, OSectionUndo );274 : 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 16 milliseconds