Searched refs:aFntSize (Results 1 – 3 of 3) sorted by relevance
262 Size aFntSize; in SetFontSize() local272 aFntSize.Width() = 0; in SetFontSize()288 aFntSize.Height() = (long) (Fraction(aFntSize.Height()) * rSize); in SetFontSize()293 aFntSize.Height() = (long) (Fraction(aFntSize.Height()) / rSize); in SetFontSize()2723 aFntSize.Width() = nWidth; in AdaptToX()2724 GetFont().SetSize(aFntSize); in AdaptToX()2734 aFntSize.Width() *= nWidth; in AdaptToX()2737 GetFont().SetSize(aFntSize); in AdaptToX()2747 if (aFntSize.Width() == 0) in AdaptToY()2759 aFntSize.Height() = nHeight; in AdaptToY()[all …]
726 Size aFntSize = aFnt.GetSize(); in SmGetGlyphBoundRect() local730 while( aFntSize.Height() > 2000 * nScaleFactor ) in SmGetGlyphBoundRect()733 aFnt.SetSize( Size( aFntSize.Width() / nScaleFactor, aFntSize.Height() / nScaleFactor ) ); in SmGetGlyphBoundRect()
489 SvxFontHeightItem aFntSize( PT_14, 100, RES_CHRATR_FONTSIZE ); in GetTxtCollFromPool() local498 SetAllScriptItem( aSet, aFntSize ); in GetTxtCollFromPool()
Completed in 43 milliseconds