Home
last modified time | relevance | path

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

/AOO41X/main/svx/inc/svx/ !
H A Dmsdffdef.hxx330 #define DFF_Prop_pictureTransparent 263 // LONG transparent color (none if … macro
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx3464 case DFF_Prop_pictureTransparent : in MSO_CLR_ToColor()
3963 if ( IsProperty( DFF_Prop_pictureTransparent ) ) in ImportGraphic()
3965 sal_uInt32 nTransColor = GetPropertyValue( DFF_Prop_pictureTransparent, 0 ); in ImportGraphic()
3971 … aMask( aBitmap.CreateMask( MSO_CLR_ToColor( nTransColor, DFF_Prop_pictureTransparent ), 9 ) … in ImportGraphic()