Searched refs:nCharScaleWidth (Results 1 – 2 of 2) sorted by relevance
284 sal_uInt16 nCharScaleWidth = rCharScaleWidthItem.GetValue(); in GetTextAreaOutline() local348 if ( ( nCharScaleWidth != 100 ) && nCharScaleWidth ) in GetTextAreaOutline()353 …Width( (sal_Int32)( (double)aFontMetric.GetWidth() * ( (double)100 / (double)nCharScaleWidth ) ) ); in GetTextAreaOutline()
3493 sal_Int16 nCharScaleWidth = 100; in CreateCustomShapeProperties() local3496 if ( aAny >>= nCharScaleWidth ) in CreateCustomShapeProperties()3498 if ( nCharScaleWidth != 100 ) in CreateCustomShapeProperties()3500 sal_Int32 nVal = nCharScaleWidth * 655; in CreateCustomShapeProperties()
Completed in 47 milliseconds