Searched refs:rNewMod (Results 1 – 4 of 4) sorted by relevance
66 SdrUndoAction(SdrModel& rNewMod) in SdrUndoAction() argument67 : rMod(rNewMod) in SdrUndoAction()106 SdrUndoGroup(SdrModel& rNewMod);107 SdrUndoGroup(SdrModel& rNewMod,const String& rStr);
1000 FmUndoPropertyAction::FmUndoPropertyAction(FmFormModel& rNewMod, const PropertyChangeEvent& evt) in FmUndoPropertyAction() argument1001 :SdrUndoAction(rNewMod) in FmUndoPropertyAction()1008 if (rNewMod.GetObjectShell()) in FmUndoPropertyAction()1009 rNewMod.GetObjectShell()->SetModified(sal_True); in FmUndoPropertyAction()
101 SdrUndoGroup::SdrUndoGroup(SdrModel& rNewMod) in SdrUndoGroup() argument102 : SdrUndoAction(rNewMod), in SdrUndoGroup()107 SdrUndoGroup::SdrUndoGroup(SdrModel& rNewMod,const String& rStr) in SdrUndoGroup() argument108 : SdrUndoAction(rNewMod), in SdrUndoGroup()
358 ORptUndoPropertyAction::ORptUndoPropertyAction(SdrModel& rNewMod, const PropertyChangeEvent& evt) in ORptUndoPropertyAction() argument359 :OCommentUndoAction(rNewMod,0) in ORptUndoPropertyAction()