Lines Matching refs:rPropMap

186 void FillProperties::pushToPropMap( ShapePropertyMap& rPropMap,  in pushToPropMap()  argument
201rPropMap.setProperty( SHAPEPROP_FillColor, maFillColor.getColor( rGraphicHelper, nPhClr ) ); in pushToPropMap()
203rPropMap.setProperty( SHAPEPROP_FillTransparency, maFillColor.getTransparency() ); in pushToPropMap()
210 if( rPropMap.supportsProperty( SHAPEPROP_FillGradient ) ) in pushToPropMap()
260 if( rPropMap.setProperty( SHAPEPROP_FillGradient, aGradient ) ) in pushToPropMap()
267 … if( maBlipProps.mxGraphic.is() && rPropMap.supportsProperty( SHAPEPROP_FillBitmapUrl ) ) in pushToPropMap()
273 …if( (aGraphicUrl.getLength() > 0) && rPropMap.setProperty( SHAPEPROP_FillBitmapUrl, aGraphicUrl ) ) in pushToPropMap()
281 rPropMap.setProperty( SHAPEPROP_FillBitmapMode, eBitmapMode ); in pushToPropMap()
288 rPropMap.setProperty( SHAPEPROP_FillBitmapRectanglePoint, eRectPoint ); in pushToPropMap()
296 rPropMap.setProperty( SHAPEPROP_FillBitmapSizeX, nFillBmpSizeX ); in pushToPropMap()
299 rPropMap.setProperty( SHAPEPROP_FillBitmapSizeY, nFillBmpSizeY ); in pushToPropMap()
303 rPropMap.setProperty( SHAPEPROP_FillBitmapOffsetX, nTileOffsetX ); in pushToPropMap()
305 rPropMap.setProperty( SHAPEPROP_FillBitmapOffsetY, nTileOffsetY ); in pushToPropMap()
318rPropMap.setProperty( SHAPEPROP_FillColor, aColor.getColor( rGraphicHelper, nPhClr ) ); in pushToPropMap()
320rPropMap.setProperty( SHAPEPROP_FillTransparency, aColor.getTransparency() ); in pushToPropMap()
333 rPropMap.setProperty( SHAPEPROP_FillStyle, eFillStyle ); in pushToPropMap()
344 void GraphicProperties::pushToPropMap( PropertyMap& rPropMap, const GraphicHelper& rGraphicHelper, … in pushToPropMap() argument
368 rPropMap[ PROP_GraphicURL ] <<= aGraphicUrl; in pushToPropMap()
386 rPropMap[ PROP_GraphicCrop ] <<= aGraphCrop; in pushToPropMap()
398 rPropMap[ PROP_GraphicColorMode ] <<= eColorMode; in pushToPropMap()
403 rPropMap[ PROP_AdjustLuminance ] <<= nBrightness; in pushToPropMap()
406 rPropMap[ PROP_AdjustContrast ] <<= nContrast; in pushToPropMap()