Lines Matching refs:rModel

182 				   :rModel( _rModel )  in DBG_NAME()
221 sal_uInt16 nCount = rModel.GetPageCount(); in dispose()
225 FmFormPage* pPage = PTR_CAST( FmFormPage, rModel.GetPage(i) ); in dispose()
234 nCount = rModel.GetMasterPageCount(); in dispose()
237 FmFormPage* pPage = PTR_CAST( FmFormPage, rModel.GetMasterPage(i) ); in dispose()
248 OSL_PRECOND( rModel.GetObjectShell(), "FmXUndoEnvironment::dispose: no object shell anymore!" ); in dispose()
249 if ( rModel.GetObjectShell() ) in dispose()
250 EndListening( *rModel.GetObjectShell() ); in dispose()
252 if ( IsListening( rModel ) ) in dispose()
253 EndListening( rModel ); in dispose()
264 …OSL_PRECOND( rModel.GetObjectShell(), "FmXUndoEnvironment::ModeChanged: no object shell anymore!" … in ModeChanged()
265 if ( !rModel.GetObjectShell() ) in ModeChanged()
268 …if (bReadOnly != (rModel.GetObjectShell()->IsReadOnly() || rModel.GetObjectShell()->IsReadOnlyUI()… in ModeChanged()
272 sal_uInt16 nCount = rModel.GetPageCount(); in ModeChanged()
276 FmFormPage* pPage = PTR_CAST( FmFormPage, rModel.GetPage(i) ); in ModeChanged()
285 nCount = rModel.GetMasterPageCount(); in ModeChanged()
288 FmFormPage* pPage = PTR_CAST( FmFormPage, rModel.GetMasterPage(i) ); in ModeChanged()
298 StartListening(rModel); in ModeChanged()
300 EndListening(rModel); in ModeChanged()
334 rModel.SetObjectShell( NULL ); in Notify()
676 bool bAddUndoAction = rModel.IsUndoEnabled(); in propertyChange()
732 rModel.AddUndo(new FmUndoPropertyAction(rModel, evt)); in propertyChange()
769 if ( !IsLocked() && rModel.GetObjectShell() ) in implSetModified()
771 rModel.GetObjectShell()->SetModified( sal_True ); in implSetModified()