Lines Matching refs:Put

156             aSet.Put(SvxColorTableItem(pDrawModel->GetColorTableFromSdrModel(), SID_COLOR_TABLE));  in Execute()
157 … aSet.Put(SvxGradientListItem(pDrawModel->GetGradientListFromSdrModel(), SID_GRADIENT_LIST)); in Execute()
158 aSet.Put(SvxHatchListItem(pDrawModel->GetHatchListFromSdrModel(), SID_HATCH_LIST)); in Execute()
159 aSet.Put(SvxBitmapListItem(pDrawModel->GetBitmapListFromSdrModel(), SID_BITMAP_LIST)); in Execute()
162 aSet.Put(SfxUInt16Item(SID_HTML_MODE, nHtmlMode)); in Execute()
169 aSet.Put( aFrmSize ); 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()
181 aSet.Put( aFrmSize ); in Execute()
183 aSet.Put( aMgr.GetAttrSet() ); in Execute()
196 aSet.Put( aSzItm ); in Execute()
204 aSet.Put( aSzItm ); in Execute()
211 aSet.Put( SvxBrushItem( INetURLObject::decode( sGrfNm, in Execute()
224 aSet.Put( SvxBrushItem( *pGrfObj, GPOS_LT, in Execute()
229 aSet.Put( SfxBoolItem( FN_PARAM_GRF_CONNECT, sGrfNm.Len() > 0 ) ); in Execute()
237 aSet.Put( aTmpSet ); in Execute()
240 aSet.Put(SfxBoolItem(FN_KEEP_ASPECT_RATIO, aUsrPref.IsKeepRatio())); in Execute()
241 aSet.Put(SfxBoolItem( SID_ATTR_GRAF_KEEP_ZOOM, aUsrPref.IsGrfKeepZoom())); in Execute()
243 aSet.Put(SfxFrameItem( SID_DOCFRAME, &GetView().GetViewFrame()->GetTopFrame())); in Execute()
279 pSet->Put( aSize ); in Execute()
292 aShellSet.Put(*pSet); in Execute()
360 aGrfSet.Put( *pSet ); in Execute()
437 aGrfSet.Put( aMirror ); in ExecAttr()
443 aGrfSet.Put( SwLuminanceGrf( in ExecAttr()
448 aGrfSet.Put( SwContrastGrf( in ExecAttr()
453 aGrfSet.Put( SwChannelRGrf( in ExecAttr()
458 aGrfSet.Put( SwChannelGGrf( in ExecAttr()
463 aGrfSet.Put( SwChannelBGrf( in ExecAttr()
470 aGrfSet.Put( SwGammaGrf(fVal/100. )); in ExecAttr()
475 aGrfSet.Put( SwTransparencyGrf( in ExecAttr()
480 aGrfSet.Put( SwInvertGrf( in ExecAttr()
486 aGrfSet.Put( SwDrawModeGrf( in ExecAttr()
574 rSet.Put( SfxBoolItem( nWhich, aToolboxAccess.isToolboxVisible() ) ); in GetAttrState()
585 rSet.Put(SfxBoolItem( nWhich, nState == RES_MIRROR_GRAPH_VERT || in GetAttrState()
596 rSet.Put(SfxBoolItem( nWhich, nState == RES_MIRROR_GRAPH_HOR || in GetAttrState()
604 rSet.Put( SfxInt16Item( nWhich, ((SwLuminanceGrf&) in GetAttrState()
609 rSet.Put( SfxInt16Item( nWhich, ((SwContrastGrf&) in GetAttrState()
614 rSet.Put( SfxInt16Item( nWhich, ((SwChannelRGrf&) in GetAttrState()
619 rSet.Put( SfxInt16Item( nWhich, ((SwChannelGGrf&) in GetAttrState()
624 rSet.Put( SfxInt16Item( nWhich, ((SwChannelBGrf&) in GetAttrState()
630 rSet.Put( SfxUInt32Item( nWhich, static_cast< sal_uInt32 >( in GetAttrState()
644 rSet.Put( SfxUInt16Item( nWhich, ((SwTransparencyGrf&) in GetAttrState()
651 rSet.Put( SfxBoolItem( nWhich, ((SwInvertGrf&) in GetAttrState()
657 rSet.Put( SfxUInt16Item( nWhich, ((SwDrawModeGrf&) in GetAttrState()