Home
last modified time | relevance | path

Searched refs:aFntSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/starmath/source/
H A Dnode.cxx262 Size aFntSize; in SetFontSize() local
272 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 …]
H A Drect.cxx726 Size aFntSize = aFnt.GetSize(); in SmGetGlyphBoundRect() local
730 while( aFntSize.Height() > 2000 * nScaleFactor ) in SmGetGlyphBoundRect()
733 aFnt.SetSize( Size( aFntSize.Width() / nScaleFactor, aFntSize.Height() / nScaleFactor ) ); in SmGetGlyphBoundRect()
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx489 SvxFontHeightItem aFntSize( PT_14, 100, RES_CHRATR_FONTSIZE ); in GetTxtCollFromPool() local
498 SetAllScriptItem( aSet, aFntSize ); in GetTxtCollFromPool()

Completed in 43 milliseconds