Home
last modified time | relevance | path

Searched refs:aGraf (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1400 Graphic aGraf; in ApplyFillAttributes() local
1402 … sal_Bool bOK = rManager.GetBLIP( GetPropertyValue( DFF_Prop_fillBlip ), aGraf, NULL ); in ApplyFillAttributes()
1405 … bOK = SeekToContent( DFF_Prop_fillBlip, rIn ) && rManager.GetBLIPDirect( rIn, aGraf, NULL ); in ApplyFillAttributes()
1418 rSet.Put(XFillBitmapItem(String(), aGraf)); in ApplyFillAttributes()
1423 rSet.Put(XFillBitmapItem(String(), aGraf)); in ApplyFillAttributes()
1430 rSet.Put(XFillBitmapItem(String(), aGraf)); in ApplyFillAttributes()
3923 Graphic aGraf; // be sure this graphic is deleted before swapping out in ImportGraphic() local
3930 bGrfRead = GetBLIP( nBlipId, aGraf, &aVisArea ); in ImportGraphic()
3952 bGrfRead = GetBLIPDirect( rSt, aGraf, &aVisArea ); in ImportGraphic()
3961 … lcl_ApplyCropping( *this, ( rObjData.nSpFlags & SP_FOLESHAPE ) == 0 ? &rSet : NULL, aGraf ); in ImportGraphic()
[all …]
H A Dsvdfppt.cxx5907 Graphic aGraf; in ApplyTo() local
5908 … if ( rManager.GetBLIP( rManager.GetPropertyValue( DFF_Prop_fillBlip ), aGraf, NULL ) ) in ApplyTo()
5910 Bitmap aBmp( aGraf.GetBitmap() ); in ApplyTo()
/AOO41X/main/editeng/source/uno/
H A Dunonrule.cxx382 Graphic aGraf( VCLUnoHelper::GetBitmap( xBmp ) ); in setNumberingRuleByIndex() local
383 SvxBrushItem aBrushItem(aGraf, GPOS_AREA, SID_ATTR_BRUSH); in setNumberingRuleByIndex()
/AOO41X/main/sw/source/ui/shells/
H A Dbasesh.cxx194 Graphic aGraf( rSh.GetIMapGraphic() ); in lcl_UpdateContourDlg() local
195 GraphicType nGrfType = aGraf.GetType(); in lcl_UpdateContourDlg()
204 pDlg->Update( aGraf, aGrfName.Len() > 0, in lcl_UpdateContourDlg()