Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1120 …adeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( nColor, DFF_Prop_fillColor ), 1.0 - ( n… in GetShadeColors()
1127 …ger.MSO_CLR_ToColor( rProperties.GetPropertyValue( DFF_Prop_fillColor, COL_WHITE ), DFF_Prop_fillC… in GetShadeColors()
1409 if ( IsProperty( DFF_Prop_fillColor ) ) in ApplyFillAttributes()
1410 … aCol1 = rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor ), DFF_Prop_fillColor ); in ApplyFillAttributes()
2662 if ( IsProperty( DFF_Prop_fillColor ) ) in ApplyAttributes()
2663 …( String(), rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor ), DFF_Prop_fillColor )… in ApplyAttributes()
2938 …aCol1( rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor, COL_WHITE ), DFF_Prop_fillC… in ImportGradientColor()
3477 case DFF_Prop_fillColor : in MSO_CLR_ToColor()
3526 nPropColor = GetPropertyValue( DFF_Prop_fillColor, 0xffffff ); in MSO_CLR_ToColor()
3527 nCProp = DFF_Prop_fillColor; in MSO_CLR_ToColor()
[all …]
H A Dsvdfppt.cxx3250 sal_uInt32 nColor = GetPropertyValue( DFF_Prop_fillColor, 0xffffff ); in ImportPageBackgroundObject()
5899 … aDefColor = rManager.MSO_CLR_ToColor( rManager.GetPropertyValue( DFF_Prop_fillColor ) ); in ApplyTo()
/trunk/main/svx/inc/svx/
H A Dmsdffdef.hxx378 #define DFF_Prop_fillColor 385 // MSO_CLR Foreground color macro
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx2024 lclExtractColor( maFillData.mnPattColorIdx, rDffPropSet, DFF_Prop_fillColor ); in SetDffProperties()
3485 if( GetPropertyBool( DFF_Prop_fFilled ) && !IsProperty( DFF_Prop_fillColor ) ) in ProcessObj()