Home
last modified time | relevance | path

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

/aoo42x/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx118 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()
/aoo42x/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 15 milliseconds