Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxiescher.cxx2008 void lclExtractColor( sal_uInt8& rnColorIdx, const DffPropSet& rDffPropSet, sal_uInt32 nPropId ) in lclExtractColor() argument
2010 if( rDffPropSet.IsProperty( nPropId ) ) in lclExtractColor()
2012 sal_uInt32 nColor = rDffPropSet.GetPropertyValue( nPropId ); in lclExtractColor()
2020 void XclImpTbxObjBase::SetDffProperties( const DffPropSet& rDffPropSet ) in SetDffProperties() argument
2022 …maFillData.mnPattern = rDffPropSet.GetPropertyBool( DFF_Prop_fFilled ) ? EXC_PATT_SOLID : EXC_PATT… in SetDffProperties()
2023 lclExtractColor( maFillData.mnBackColorIdx, rDffPropSet, DFF_Prop_fillBackColor ); in SetDffProperties()
2024 lclExtractColor( maFillData.mnPattColorIdx, rDffPropSet, DFF_Prop_fillColor ); in SetDffProperties()
2027 …maLineData.mnStyle = rDffPropSet.GetPropertyBool( DFF_Prop_fLine ) ? EXC_OBJ_LINE_SOLID : EXC_OBJ_… in SetDffProperties()
2028 lclExtractColor( maLineData.mnColorIdx, rDffPropSet, DFF_Prop_lineColor ); in SetDffProperties()
/aoo41x/main/sc/source/filter/inc/
H A Dxiescher.hxx525 void SetDffProperties( const DffPropSet& rDffPropSet );

Completed in 37 milliseconds