Searched refs:eMSO_FillType (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 1338 MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyFillAttributes() local 1340 switch( eMSO_FillType ) in ApplyFillAttributes() 1388 if ( ( eMSO_FillType == mso_fillShadeCenter ) && ( eXFill == XFILL_BITMAP ) ) in ApplyFillAttributes() 1394 ImportGradientColor ( rSet, eMSO_FillType, dTrans , dBackTrans ); in ApplyFillAttributes() 1408 if ( eMSO_FillType == mso_fillPattern ) in ApplyFillAttributes() 1420 else if ( eMSO_FillType == mso_fillTexture ) in ApplyFillAttributes() 2720 MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyAttributes() local 2721 switch( eMSO_FillType ) in ApplyAttributes() 2854 void DffPropertyReader::ImportGradientColor( SfxItemSet& aSet,MSO_FillType eMSO_FillType, double dT… in ImportGradientColor() argument 2906 switch( eMSO_FillType ) in ImportGradientColor()
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 98 …void ImportGradientColor( SfxItemSet& aSet, MSO_FillType eMSO_FillType, double dTrans = 1.0 , dou…
|
Completed in 53 milliseconds