Searched refs:rDffPropSet (Results 1 – 2 of 2) sorted by relevance
2008 void lclExtractColor( sal_uInt8& rnColorIdx, const DffPropSet& rDffPropSet, sal_uInt32 nPropId ) in lclExtractColor() argument2010 if( rDffPropSet.IsProperty( nPropId ) ) in lclExtractColor()2012 sal_uInt32 nColor = rDffPropSet.GetPropertyValue( nPropId ); in lclExtractColor()2020 void XclImpTbxObjBase::SetDffProperties( const DffPropSet& rDffPropSet ) in SetDffProperties() argument2022 …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()
525 void SetDffProperties( const DffPropSet& rDffPropSet );
Completed in 37 milliseconds