Searched refs:bTextPathAllowed (Results 1 – 3 of 3) sorted by relevance
898 sal_Bool bTextPathAllowed = sal_Bool(); in ImpExportEnhancedGeometry() local899 if ( rProp.Value >>= bTextPathAllowed ) in ImpExportEnhancedGeometry()901 bTextPathAllowed ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) ); in ImpExportEnhancedGeometry()
3149 sal_Bool bTextPathAllowed = sal_Bool(); in CreateCustomShapeProperties() local3150 if ( rrProp.Value >>= bTextPathAllowed ) in CreateCustomShapeProperties()3153 if ( bTextPathAllowed ) in CreateCustomShapeProperties()
2252 sal_Bool bTextPathAllowed = ( GetPropertyValue( DFF_Prop_fFillOK ) & 4 ) != 0; in ApplyCustomShapeGeometryAttributes() local2254 aProp.Value <<= bTextPathAllowed; in ApplyCustomShapeGeometryAttributes()
Completed in 66 milliseconds