Home
last modified time | relevance | path

Searched refs:maBlipProps (Results 1 – 6 of 6) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dfillproperties.cxx164 maBlipProps.assignUsed( rSourceProps.maBlipProps ); in assignUsed()
267 … if( maBlipProps.mxGraphic.is() && rPropMap.supportsProperty( SHAPEPROP_FillBitmapUrl ) ) in pushToPropMap()
271 … OUString aGraphicUrl = rGraphicHelper.createGraphicObject( maBlipProps.mxGraphic ); in pushToPropMap()
280 … BitmapMode eBitmapMode = lclGetBitmapMode( maBlipProps.moBitmapMode.get( XML_TOKEN_INVALID ) ); in pushToPropMap()
287 … RectanglePoint eRectPoint = lclGetRectanglePoint( maBlipProps.moTileAlign.get( XML_tl ) ); in pushToPropMap()
290 … awt::Size aOriginalSize = lclGetOriginalSize( rGraphicHelper, maBlipProps.mxGraphic ); in pushToPropMap()
294 …double fScaleX = maBlipProps.moTileScaleX.get( MAX_PERCENT ) / static_cast< double >( MAX_PERCENT … in pushToPropMap()
297 …double fScaleY = maBlipProps.moTileScaleY.get( MAX_PERCENT ) / static_cast< double >( MAX_PERCENT … in pushToPropMap()
302 …sal_Int16 nTileOffsetX = getDoubleIntervalValue< sal_Int16 >( maBlipProps.moTileOffsetX.get( 0 ) /… in pushToPropMap()
304 …sal_Int16 nTileOffsetY = getDoubleIntervalValue< sal_Int16 >( maBlipProps.moTileOffsetY.get( 0 ) /… in pushToPropMap()
[all …]
H A Dgraphicshapecontext.cxx72 …xRet.set( new BlipFillContext( *this, xAttribs, mpShapePtr->getGraphicProperties().maBlipProps ) ); in createFastChildContext()
H A Dfillpropertiesgroupcontext.cxx281 …BaseToken( nElement ); return new BlipFillContext( rParent, rxAttribs, rFillProps.maBlipProps ); }; in createFillContext()
/trunk/main/oox/inc/oox/drawingml/
H A Dfillproperties.hxx112 BlipFillProperties maBlipProps; /// Properties for bitmap fills. member
133 BlipFillProperties maBlipProps; /// Properties for the graphic. member
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx552 … aFillProps.maBlipProps.mxGraphic = rGraphicHelper.importEmbeddedGraphic( moBitmapPath.get() ); in pushToPropMap()
553 if( aFillProps.maBlipProps.mxGraphic.is() ) in pushToPropMap()
556 … aFillProps.maBlipProps.moBitmapMode = (nFillType == XML_frame) ? XML_stretch : XML_tile; in pushToPropMap()
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx585 orFillProps.maBlipProps.moBitmapMode = bStacked ? XML_tile : XML_stretch; in lclConvertPictureOptions()