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()
3482 sal_Int16 nCharScaleWidth = 100; in CreateCustomShapeProperties() local3485 if ( aAny >>= nCharScaleWidth ) in CreateCustomShapeProperties()3487 if ( nCharScaleWidth != 100 ) in CreateCustomShapeProperties()3489 sal_Int32 nVal = nCharScaleWidth * 655; in CreateCustomShapeProperties()
Completed in 61 milliseconds