Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1010 …rSet.Put( XLineColorItem( String(), rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_lineColor… in ApplyLineAttributes()
1123 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( nColor, DFF_Prop_fillColor ), 1.0 - … in GetShadeColors()
1129 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( rProperties.GetPropertyValue( DFF_Pr… in GetShadeColors()
1130 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( rProperties.GetPropertyValue( DFF_Pr… in GetShadeColors()
1413 … aCol1 = rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor ), DFF_Prop_fillColor ); in ApplyFillAttributes()
1416 …aCol2 = rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillBackColor ), DFF_Prop_fillBackCol… in ApplyFillAttributes()
1971 rSet.Put( XSecondaryFillColorItem( String(), rManager.MSO_CLR_ToColor( in ApplyCustomShapeGeometryAttributes()
2663 …rSet.Put( XFillColorItem( String(), rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor… in ApplyAttributes()
2665 …rSet.Put( SdrShadowColorItem( String(), rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_shado… in ApplyAttributes()
2669 …rSet.Put( SdrShadowColorItem( String(), rManager.MSO_CLR_ToColor( 0x00808080, DFF_Prop_shadowColo… in ApplyAttributes()
[all …]
H A Dsvdfppt.cxx764 Color aColor = MSO_CLR_ToColor( nIndex << 24 ); in RecolorGraphic()
3255 Color aColor( MSO_CLR_ToColor( nColor ) ); in ImportPageBackgroundObject()
5900 … aDefColor = rManager.MSO_CLR_ToColor( rManager.GetPropertyValue( DFF_Prop_fillColor ) ); in ApplyTo()
5903 … aDefColor = rManager.MSO_CLR_ToColor( rManager.GetPropertyValue( DFF_Prop_fillBackColor ) ); in ApplyTo()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx515 …Color MSO_CLR_ToColor( sal_uInt32 nColorCode, sal_uInt16 nContextProperty = DFF_Prop_lineColor ) c…
/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.cxx2671 … pAnimation->SetDimColor( MSO_CLR_ToColor(pAnimation->GetDimColor()).GetColor() ); in ProcessObj()