Home
last modified time | relevance | path

Searched refs:nCharScaleWidth (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx284 sal_uInt16 nCharScaleWidth = rCharScaleWidthItem.GetValue(); in GetTextAreaOutline() local
348 if ( ( nCharScaleWidth != 100 ) && nCharScaleWidth ) in GetTextAreaOutline()
353 …Width( (sal_Int32)( (double)aFontMetric.GetWidth() * ( (double)100 / (double)nCharScaleWidth ) ) ); in GetTextAreaOutline()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3493 sal_Int16 nCharScaleWidth = 100; in CreateCustomShapeProperties() local
3496 if ( aAny >>= nCharScaleWidth ) in CreateCustomShapeProperties()
3498 if ( nCharScaleWidth != 100 ) in CreateCustomShapeProperties()
3500 sal_Int32 nVal = nCharScaleWidth * 655; in CreateCustomShapeProperties()

Completed in 46 milliseconds