Lines Matching refs:rSh

94 	SwWrtShell &rSh = GetShell();  in Execute()  local
107 if(0 != (pGraphic = rSh.GetGraphic())) in Execute()
110 rSh.GetGrfNms( &sGrfNm, &sFilterNm ); in Execute()
126 SwFlyFrmAttrMgr aMgr( sal_False, &rSh, rSh.IsFrmSelected() ? in Execute()
128 const SwViewOption* pVOpt = rSh.GetViewOptions(); in Execute()
153 const SwRect* pRect = &rSh.GetAnyCurRect(RECT_PAGE); in Execute()
158 aSet.Put(SfxStringItem(FN_SET_FRM_NAME, rSh.GetFlyName())); in Execute()
161 aSet.Put( SfxStringItem( FN_SET_FRM_ALT_NAME, rSh.GetObjTitle() ) ); in Execute()
164 pRect = &rSh.GetAnyCurRect(RECT_PAGE_PRT); in Execute()
176 aSizeCopy.SetWidth(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Width()); in Execute()
178 aSizeCopy.SetHeight(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Height()); in Execute()
195 rSh.GetGrfNms( &sGrfNm, &sFilterNm ); in Execute()
208 const GraphicObject* pGrfObj = rSh.GetGraphicObj(); in Execute()
220 SfxItemSet aTmpSet( rSh.GetAttrPool(), in Execute()
223 rSh.GetCurAttr( aTmpSet ); in Execute()
245 rSh.StartAllAction(); in Execute()
246 rSh.StartUndo(UNDO_START); in Execute()
270 SwFrmFmt* pFmt = rSh.GetCurFrmFmt(); in Execute()
329 rSh.ReRead( URIHelper::SmartRel2Abs( in Execute()
341 rSh.SetObjTitle( ((const SfxStringItem*)pItem)->GetValue() ); in Execute()
345 SfxItemSet aGrfSet( rSh.GetAttrPool(), RES_GRFATR_BEGIN, in Execute()
349 rSh.SetAttrSet( aGrfSet ); in Execute()
351 rSh.EndUndo(UNDO_END); in Execute()
352 rSh.EndAllAction(); in Execute()
360 SfxItemSet aSet(rSh.GetAttrPool(), RES_GRFATR_MIRRORGRF, RES_GRFATR_MIRRORGRF); in Execute()
361 rSh.GetCurAttr( aSet ); in Execute()
364 rSh.SetAttrItem(aGrf); in Execute()
522 SwWrtShell &rSh = GetShell(); in GetAttrState() local
524 rSh.GetCurAttr( aCoreSet ); in GetAttrState()
525 sal_Bool bParentCntProt = 0 != rSh.IsSelObjProtected( FLYPROTECT_CONTENT|FLYPROTECT_PARENT ); in GetAttrState()
543 && rSh.CrsrInsideInputFld() ) in GetAttrState()
550 if( rSh.GetGraphicType() == GRAPHIC_NONE ) in GetAttrState()
624 const GraphicObject* pGrafObj = rSh.GetGraphicObj(); in GetAttrState()
665 const sal_uInt16 eGraphicType( rSh.GetGraphicType() ); in GetAttrState()
668 rSh.IsGrfSwapOut( sal_True ) ) in GetAttrState()
672 rSh.GetGraphic(sal_False); // start the loading in GetAttrState()