Home
last modified time | relevance | path

Searched refs:bTextPathOn (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx424 sal_Bool bTextPathOn = sal_False; in IsTextPath() local
428 *pAny >>= bTextPathOn; in IsTextPath()
429 return bTextPathOn; in IsTextPath()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2526 sal_Bool bTextPathOn = ( GetPropertyValue( DFF_Prop_gtextFStrikethrough ) & 0x4000 ) != 0; in ApplyCustomShapeGeometryAttributes() local
2527 if ( bTextPathOn ) in ApplyCustomShapeGeometryAttributes()
2534 aProp.Value <<= bTextPathOn; in ApplyCustomShapeGeometryAttributes()
H A Descherex.cxx3418 sal_Bool bTextPathOn = sal_Bool(); in CreateCustomShapeProperties() local
3419 if ( rrProp.Value >>= bTextPathOn ) in CreateCustomShapeProperties()
3422 if ( bTextPathOn ) in CreateCustomShapeProperties()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx820 sal_Bool bTextPathOn = sal_Bool(); in ImpExportEnhancedGeometry() local
821 if ( rProp.Value >>= bTextPathOn ) in ImpExportEnhancedGeometry()
823 bTextPathOn ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) ); in ImpExportEnhancedGeometry()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx270 sal_Bool bTextPathOn = sal_False; in REF() local
274 *pAny >>= bTextPathOn; in REF()
281 sal_Bool bLineGeometryNeededOnly = bTextPathOn; in REF()
286 if ( bTextPathOn ) in REF()

Completed in 88 milliseconds