Searched refs:bExtrusionAllowed (Results 1 – 3 of 3) sorted by relevance
882 sal_Bool bExtrusionAllowed = sal_Bool(); in ImpExportEnhancedGeometry() local883 if ( rProp.Value >>= bExtrusionAllowed ) in ImpExportEnhancedGeometry()885 bExtrusionAllowed ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) ); in ImpExportEnhancedGeometry()
3136 sal_Bool bExtrusionAllowed = sal_Bool(); in CreateCustomShapeProperties() local3137 if ( rrProp.Value >>= bExtrusionAllowed ) in CreateCustomShapeProperties()3140 if ( bExtrusionAllowed ) in CreateCustomShapeProperties()
2237 sal_Bool bExtrusionAllowed = ( GetPropertyValue( DFF_Prop_fFillOK ) & 16 ) != 0; in ApplyCustomShapeGeometryAttributes() local2239 aProp.Value <<= bExtrusionAllowed; in ApplyCustomShapeGeometryAttributes()
Completed in 88 milliseconds