Home
last modified time | relevance | path

Searched refs:nFillType (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx5193 sal_Int16 nFillType = excel::XlAutoFillType::xlFillDefault; in AutoFill() local
5194 Type >>= nFillType; in AutoFill()
5195 switch ( nFillType ) in AutoFill()
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx468 sal_Int32 nFillType = moType.get( XML_solid ); in pushToPropMap() local
469 switch( nFillType ) in pushToPropMap()
483 if( nFillType == XML_gradient ) in pushToPropMap()
556 … aFillProps.maBlipProps.moBitmapMode = (nFillType == XML_frame) ? XML_stretch : XML_tile; in pushToPropMap()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx388 sal_uInt32 nFillType = ESCHER_FillShadeScale; in CreateGradientProperties() local
401 nFillType = ESCHER_FillShadeScale; in CreateGradientProperties()
415 nFillType = ESCHER_FillShadeShape; in CreateGradientProperties()
417 nFillType = ESCHER_FillShadeCenter; in CreateGradientProperties()
424 AddOpt( ESCHER_Prop_fillType, nFillType ); in CreateGradientProperties()
444 sal_uInt32 nFillType = ESCHER_FillShadeScale; in CreateGradientProperties() local
500 nFillType = ESCHER_FillShadeScale; in CreateGradientProperties()
524 nFillType = ESCHER_FillShadeShape; in CreateGradientProperties()
526 nFillType = ESCHER_FillShadeCenter; in CreateGradientProperties()
535 AddOpt( ESCHER_Prop_fillType, nFillType ); in CreateGradientProperties()

Completed in 71 milliseconds