Home
last modified time | relevance | path

Searched refs:OSectionUndo (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx117 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()
/aoo4110/main/reportdesign/source/ui/inc/
H A DRptUndo.hxx44 class OSectionUndo : public OCommentUndoAction class
46 OSectionUndo(const OSectionUndo&);
47 void operator =(const OSectionUndo&);
63 OSectionUndo( OReportModel& rMod
67 virtual ~OSectionUndo();
75 class OReportSectionUndo : public OSectionUndo
100 class OGroupSectionUndo : public OSectionUndo

Completed in 20 milliseconds