Lines Matching refs:aSet

164 				SfxItemSet aSet(GetPool(),RES_COL,RES_COL);  in Execute()  local
165 rSh.GetFlyFrmAttr( aSet ); in Execute()
166 SwFmtCol aCol((const SwFmtCol&)aSet.Get(RES_COL)); in Execute()
172 aSet.Put(aCol); in Execute()
177 rSh.AutoUpdateFrame(pFmt, aSet); in Execute()
182 rSh.SetFlyFrmAttr( aSet ); in Execute()
198 SfxItemSet aSet( rSh.GetAttrPool(), RES_URL, RES_URL ); in Execute() local
199 rSh.GetFlyFrmAttr( aSet ); in Execute()
200 SwFmtURL aURL( (SwFmtURL&)aSet.Get( RES_URL ) ); in Execute()
219 aSet.Put( aURL ); in Execute()
220 rSh.SetFlyFrmAttr( aSet ); in Execute()
422 SfxItemSet aSet(GetPool(), //UUUU sorted by indices in Execute() local
454aSet.Put(SvxColorTableItem(pDrawModel->GetColorTableFromSdrModel(), SID_COLOR_TABLE)); in Execute()
455aSet.Put(SvxGradientListItem(pDrawModel->GetGradientListFromSdrModel(), SID_GRADIENT_LIST)); in Execute()
456 aSet.Put(SvxHatchListItem(pDrawModel->GetHatchListFromSdrModel(), SID_HATCH_LIST)); in Execute()
457aSet.Put(SvxBitmapListItem(pDrawModel->GetBitmapListFromSdrModel(), SID_BITMAP_LIST)); in Execute()
461 aSet.Put( SfxBoolItem(FN_KEEP_ASPECT_RATIO, pVOpt->IsKeepRatio()) ); in Execute()
462 aSet.Put(SfxUInt16Item(SID_HTML_MODE, ::GetHtmlMode(GetView().GetDocShell()))); in Execute()
463 aSet.Put(SfxStringItem(FN_SET_FRM_NAME, rSh.GetFlyName())); in Execute()
466 aSet.Put( SfxStringItem( FN_SET_FRM_ALT_NAME, rSh.GetObjTitle() ) ); in Execute()
472 aSet.Put(aFrmSize); in Execute()
477 aSet.Put(aPrtSize); in Execute()
479 aSet.Put(aMgr.GetAttrSet()); in Execute()
480 aSet.SetParent( aMgr.GetAttrSet().GetParent() ); in Execute()
483 SwFmtFrmSize& rSize = (SwFmtFrmSize&)aSet.Get(RES_FRM_SIZE); in Execute()
490 aSet.Put( SfxBoolItem( FN_MATH_BASELINE_ALIGNMENT, in Execute()
493aSet.Put( SfxBoolItem( FN_OLE_IS_MATH, xObj.is() && SotExchange::IsMath( xObj->getClassID() ) ) ); in Execute()
499 aSet.Put(SfxFrameItem( SID_DOCFRAME, &GetView().GetViewFrame()->GetTopFrame())); in Execute()
507 aSet, sal_False, in Execute()
646 SfxItemSet aSet(GetPool(), RES_HORI_ORIENT, RES_HORI_ORIENT); in Execute() local
647 aSet.Put(aHori); in Execute()
648 aMgr.SetAttrSet(aSet); in Execute()
716 SfxItemSet aSet( rSh.GetAttrPool(), in GetState() local
722 rSh.GetFlyFrmAttr( aSet ); in GetState()
755 rSet.Put(aSet.Get(GetPool().GetWhich(nWhich), sal_True )); in GetState()