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()
3148 sal_Bool bConcentricGradientFillAllowed = sal_Bool(); in CreateCustomShapeProperties() local3149 if ( rrProp.Value >>= bConcentricGradientFillAllowed ) in CreateCustomShapeProperties()3152 if ( bConcentricGradientFillAllowed ) in CreateCustomShapeProperties()
2246 sal_Bool bConcentricGradientFillAllowed = ( GetPropertyValue( DFF_Prop_fFillOK ) & 2 ) != 0; in ApplyCustomShapeGeometryAttributes() local2248 aProp.Value <<= bConcentricGradientFillAllowed; in ApplyCustomShapeGeometryAttributes()
Completed in 112 milliseconds