Searched refs:_rMod (Results 1 – 3 of 3) sorted by relevance
/trunk/main/reportdesign/source/core/sdr/ |
H A D | UndoActions.cxx | 95 OCommentUndoAction::OCommentUndoAction(SdrModel& _rMod,sal_uInt16 nCommentID) in DBG_NAME() 96 :SdrUndoAction(_rMod) in DBG_NAME() 99 m_pController = static_cast< OReportModel& >( _rMod ).getController(); in DBG_NAME() 117 OUndoContainerAction::OUndoContainerAction(SdrModel& _rMod in OUndoContainerAction() argument 122 :OCommentUndoAction(_rMod,_nCommentId) in OUndoContainerAction() 261 OUndoGroupSectionAction::OUndoGroupSectionAction(SdrModel& _rMod in OUndoGroupSectionAction() argument 268 :OUndoContainerAction(_rMod,_eAction,NULL,xElem,_nCommentId) in OUndoGroupSectionAction() 307 OUndoReportSectionAction::OUndoReportSectionAction(SdrModel& _rMod in OUndoReportSectionAction() argument 314 :OUndoContainerAction(_rMod,_eAction,NULL,xElem,_nCommentId) in OUndoReportSectionAction() 415 :ORptUndoPropertyAction(_rMod,evt) in OUndoPropertyGroupSectionAction() [all …]
|
/trunk/main/reportdesign/source/ui/misc/ |
H A D | RptUndo.cxx | 121 OSectionUndo::OSectionUndo(OReportModel& _rMod in DBG_NAME() 125 : OCommentUndoAction(_rMod,nCommentID) in DBG_NAME() 229 OReportSectionUndo::OReportSectionUndo(OReportModel& _rMod,sal_uInt16 _nSlot in OReportSectionUndo() argument 235 : OSectionUndo(_rMod,_nSlot,_eAction,nCommentID) in OReportSectionUndo() 268 OGroupSectionUndo::OGroupSectionUndo(OReportModel& _rMod,sal_uInt16 _nSlot in OGroupSectionUndo() argument 274 : OSectionUndo(_rMod,_nSlot,_eAction,nCommentID) in OGroupSectionUndo() 338 OGroupUndo::OGroupUndo(OReportModel& _rMod in OGroupUndo() argument 343 : OCommentUndoAction(_rMod,nCommentID) in OGroupUndo()
|
/trunk/main/svx/source/form/ |
H A D | fmundo.cxx | 1070 FmUndoContainerAction::FmUndoContainerAction(FmFormModel& _rMod, in FmUndoContainerAction() argument 1075 :SdrUndoAction( _rMod ) in FmUndoContainerAction() 1249 FmUndoModelReplaceAction::FmUndoModelReplaceAction(FmFormModel& _rMod, SdrUnoObj* _pObject, const R… in FmUndoModelReplaceAction() argument 1250 :SdrUndoAction(_rMod) in FmUndoModelReplaceAction()
|
Completed in 33 milliseconds