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()
3125 sal_Bool bExtrusionAllowed = sal_Bool(); in CreateCustomShapeProperties() local3126 if ( rrProp.Value >>= bExtrusionAllowed ) in CreateCustomShapeProperties()3129 if ( bExtrusionAllowed ) in CreateCustomShapeProperties()
2234 sal_Bool bExtrusionAllowed = ( GetPropertyValue( DFF_Prop_fFillOK ) & 16 ) != 0; in ApplyCustomShapeGeometryAttributes() local2236 aProp.Value <<= bExtrusionAllowed; in ApplyCustomShapeGeometryAttributes()
Completed in 62 milliseconds