Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1123 …adeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( nColor, DFF_Prop_fillColor ), 1.0 - ( n… in GetShadeColors()
1130 …ger.MSO_CLR_ToColor( rProperties.GetPropertyValue( DFF_Prop_fillColor, COL_WHITE ), DFF_Prop_fillC… in GetShadeColors()
1412 if ( IsProperty( DFF_Prop_fillColor ) ) in ApplyFillAttributes()
1413 … 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()
2928 …aCol1( rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor, COL_WHITE ), DFF_Prop_fillC… in ImportGradientColor()
3467 case DFF_Prop_fillColor : in MSO_CLR_ToColor()
3516 nPropColor = GetPropertyValue( DFF_Prop_fillColor, 0xffffff ); in MSO_CLR_ToColor()
3517 nCProp = DFF_Prop_fillColor; in MSO_CLR_ToColor()
[all …]
H A Dsvdfppt.cxx3251 sal_uInt32 nColor = GetPropertyValue( DFF_Prop_fillColor, 0xffffff ); in ImportPageBackgroundObject()
5900 … aDefColor = rManager.MSO_CLR_ToColor( rManager.GetPropertyValue( DFF_Prop_fillColor ) ); in ApplyTo()
/AOO41X/main/svx/inc/svx/
H A Dmsdffdef.hxx378 #define DFF_Prop_fillColor 385 // MSO_CLR Foreground color macro
/AOO41X/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()