Searched refs:bTextPathOn (Results 1 – 5 of 5) sorted by relevance
270 sal_Bool bTextPathOn = sal_False; in REF() local274 *pAny >>= bTextPathOn; in REF()281 sal_Bool bLineGeometryNeededOnly = bTextPathOn; in REF()286 if ( bTextPathOn ) in REF()
820 sal_Bool bTextPathOn = sal_Bool(); in ImpExportEnhancedGeometry() local821 if ( rProp.Value >>= bTextPathOn ) in ImpExportEnhancedGeometry()823 bTextPathOn ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) ); in ImpExportEnhancedGeometry()
424 sal_Bool bTextPathOn = sal_False; in IsTextPath() local428 *pAny >>= bTextPathOn; in IsTextPath()429 return bTextPathOn; in IsTextPath()
3418 sal_Bool bTextPathOn = sal_Bool(); in CreateCustomShapeProperties() local3419 if ( rrProp.Value >>= bTextPathOn ) in CreateCustomShapeProperties()3422 if ( bTextPathOn ) in CreateCustomShapeProperties()
2526 sal_Bool bTextPathOn = ( GetPropertyValue( DFF_Prop_gtextFStrikethrough ) & 0x4000 ) != 0; in ApplyCustomShapeGeometryAttributes() local2527 if ( bTextPathOn ) in ApplyCustomShapeGeometryAttributes()2534 aProp.Value <<= bTextPathOn; in ApplyCustomShapeGeometryAttributes()
Completed in 125 milliseconds