Lines Matching refs:rSh

88 	SwWrtShell &rSh = GetShell();  in Execute()  local
101 if(0 != (pGraphic = rSh.GetGraphic())) in Execute()
104 rSh.GetGrfNms( &sGrfNm, &sFilterNm ); in Execute()
120 SwFlyFrmAttrMgr aMgr( sal_False, &rSh, rSh.IsFrmSelected() ? in Execute()
122 const SwViewOption* pVOpt = rSh.GetViewOptions(); in Execute()
154 const SwDrawModel* pDrawModel = rSh.GetView().GetDocShell()->GetDoc()->GetDrawModel(); in Execute()
166 const SwRect* pRect = &rSh.GetAnyCurRect(RECT_PAGE); in Execute()
171 aSet.Put(SfxStringItem(FN_SET_FRM_NAME, rSh.GetFlyName())); in Execute()
174 aSet.Put( SfxStringItem( FN_SET_FRM_ALT_NAME, rSh.GetObjTitle() ) ); in Execute()
177 pRect = &rSh.GetAnyCurRect(RECT_PAGE_PRT); in Execute()
189 aSizeCopy.SetWidth(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Width()); in Execute()
191 aSizeCopy.SetHeight(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Height()); in Execute()
208 rSh.GetGrfNms( &sGrfNm, &sFilterNm ); in Execute()
221 const GraphicObject* pGrfObj = rSh.GetGraphicObj(); in Execute()
233 SfxItemSet aTmpSet( rSh.GetAttrPool(), in Execute()
236 rSh.GetCurAttr( aTmpSet ); in Execute()
258 rSh.StartAllAction(); in Execute()
259 rSh.StartUndo(UNDO_START); in Execute()
283 SwFrmFmt* pFmt = rSh.GetCurFrmFmt(); in Execute()
342 rSh.ReRead( URIHelper::SmartRel2Abs( in Execute()
354 rSh.SetObjTitle( ((const SfxStringItem*)pItem)->GetValue() ); in Execute()
358 SfxItemSet aGrfSet( rSh.GetAttrPool(), RES_GRFATR_BEGIN, in Execute()
362 rSh.SetAttrSet( aGrfSet ); in Execute()
364 rSh.EndUndo(UNDO_END); in Execute()
365 rSh.EndAllAction(); in Execute()
373 SfxItemSet aSet(rSh.GetAttrPool(), RES_GRFATR_MIRRORGRF, RES_GRFATR_MIRRORGRF); in Execute()
374 rSh.GetCurAttr( aSet ); in Execute()
377 rSh.SetAttrItem(aGrf); in Execute()
535 SwWrtShell &rSh = GetShell(); in GetAttrState() local
537 rSh.GetCurAttr( aCoreSet ); in GetAttrState()
538 sal_Bool bParentCntProt = 0 != rSh.IsSelObjProtected( FLYPROTECT_CONTENT|FLYPROTECT_PARENT ); in GetAttrState()
556 && rSh.CrsrInsideInputFld() ) in GetAttrState()
563 if( rSh.GetGraphicType() == GRAPHIC_NONE ) in GetAttrState()
637 const GraphicObject* pGrafObj = rSh.GetGraphicObj(); in GetAttrState()
678 const sal_uInt16 eGraphicType( rSh.GetGraphicType() ); in GetAttrState()
681 rSh.IsGrfSwapOut( sal_True ) ) in GetAttrState()
685 rSh.GetGraphic(sal_False); // start the loading in GetAttrState()