Home
last modified time | relevance | path

Searched refs:DFF_Prop_pictureTransparent (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dmsdffdef.hxx330 #define DFF_Prop_pictureTransparent 263 // LONG transparent color (none if … macro
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3474 case DFF_Prop_pictureTransparent : in MSO_CLR_ToColor()
3973 if ( IsProperty( DFF_Prop_pictureTransparent ) ) in ImportGraphic()
3975 sal_uInt32 nTransColor = GetPropertyValue( DFF_Prop_pictureTransparent, 0 ); in ImportGraphic()
3981 … aMask( aBitmap.CreateMask( MSO_CLR_ToColor( nTransColor, DFF_Prop_pictureTransparent ), 9 ) … in ImportGraphic()