Home
last modified time | relevance | path

Searched refs:nCharScaleWidth (Results 1 – 2 of 2) sorted by relevance

/aoo4110/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()
/aoo4110/main/filter/source/msfilter/
H A Descherex.cxx3482 sal_Int16 nCharScaleWidth = 100; in CreateCustomShapeProperties() local
3485 if ( aAny >>= nCharScaleWidth ) in CreateCustomShapeProperties()
3487 if ( nCharScaleWidth != 100 ) in CreateCustomShapeProperties()
3489 sal_Int32 nVal = nCharScaleWidth * 655; in CreateCustomShapeProperties()

Completed in 111 milliseconds