Searched refs:MSO_CLR_ToColor (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 1123 …rShadeColors.push_back( ShadeColor( rManager.MSO_CLR_ToColor( nColor, DFF_Prop_fillColor ), 1.0 - … 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() 2669 …rSet.Put( SdrShadowColorItem( String(), rManager.MSO_CLR_ToColor( 0x00808080, DFF_Prop_shadowColo… in ApplyAttributes() 2928 …Color aCol1( rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillColor, COL_WHITE ), DFF_Prop… in ImportGradientColor() 2929 …Color aCol2( rManager.MSO_CLR_ToColor( GetPropertyValue( DFF_Prop_fillBackColor, COL_WHITE ), DFF_… in ImportGradientColor() 3433 return MSO_CLR_ToColor( nColorCode ); in MSO_TEXT_CLR_ToColor() 3436 Color SvxMSDffManager::MSO_CLR_ToColor( sal_uInt32 nColorCode, sal_uInt16 nContentProperty ) const in MSO_CLR_ToColor() function in SvxMSDffManager 3572 aColor = MSO_CLR_ToColor( nPropColor, nCProp ); in MSO_CLR_ToColor() [all …]
|
H A D | svdfppt.cxx | 764 Color aColor = MSO_CLR_ToColor( nIndex << 24 ); in RecolorGraphic() 3243 Color aColor( MSO_CLR_ToColor( nColor ) ); in ImportPageBackgroundObject() 5888 aDefColor = rManager.MSO_CLR_ToColor( rManager.GetPropertyValue( DFF_Prop_fillColor ) ); in ApplyTo() 5891 aDefColor = rManager.MSO_CLR_ToColor( rManager.GetPropertyValue( DFF_Prop_fillBackColor ) ); in ApplyTo()
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 515 …Color MSO_CLR_ToColor( sal_uInt32 nColorCode, sal_uInt16 nContextProperty = DFF_Prop_lineColor ) c…
|
/aoo4110/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 2662 … pAnimation->SetDimColor( MSO_CLR_ToColor(pAnimation->GetDimColor()).GetColor() ); in ProcessObj()
|
Completed in 73 milliseconds