Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2246 sal_Bool bConcentricGradientFillAllowed = ( GetPropertyValue( DFF_Prop_fFillOK ) & 2 ) != 0; in ApplyCustomShapeGeometryAttributes() local
2248 aProp.Value <<= bConcentricGradientFillAllowed; in ApplyCustomShapeGeometryAttributes()
H A Descherex.cxx3148 sal_Bool bConcentricGradientFillAllowed = sal_Bool(); in CreateCustomShapeProperties() local
3149 if ( rrProp.Value >>= bConcentricGradientFillAllowed ) in CreateCustomShapeProperties()
3152 if ( bConcentricGradientFillAllowed ) in CreateCustomShapeProperties()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx890 sal_Bool bConcentricGradientFillAllowed = sal_Bool(); in ImpExportEnhancedGeometry() local
891 if ( rProp.Value >>= bConcentricGradientFillAllowed ) in ImpExportEnhancedGeometry()
893 bConcentricGradientFillAllowed ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) ); in ImpExportEnhancedGeometry()

Completed in 68 milliseconds