Searched refs:bConcentricGradientFillAllowed (Results 1 – 3 of 3) sorted by relevance
890 sal_Bool bConcentricGradientFillAllowed = sal_Bool(); in ImpExportEnhancedGeometry() local891 if ( rProp.Value >>= bConcentricGradientFillAllowed ) in ImpExportEnhancedGeometry()893 bConcentricGradientFillAllowed ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) ); in ImpExportEnhancedGeometry()
3137 sal_Bool bConcentricGradientFillAllowed = sal_Bool(); in CreateCustomShapeProperties() local3138 if ( rrProp.Value >>= bConcentricGradientFillAllowed ) in CreateCustomShapeProperties()3141 if ( bConcentricGradientFillAllowed ) in CreateCustomShapeProperties()
2243 sal_Bool bConcentricGradientFillAllowed = ( GetPropertyValue( DFF_Prop_fFillOK ) & 2 ) != 0; in ApplyCustomShapeGeometryAttributes() local2245 aProp.Value <<= bConcentricGradientFillAllowed; in ApplyCustomShapeGeometryAttributes()
Completed in 77 milliseconds