Lines Matching refs:GetFont

200 		GetFont().SetColor(rColor);  in SetColor()
249 GetFont() = rFace; in SetFont()
271 aFntSize = GetFont().GetSize(); in SetFontSize()
304 GetFont().SetSize(aFntSize); in SetFontSize()
317 GetFont() *= rSize; in SetSize()
345 GetFont().SetWeight((Attributes() & ATTR_BOLD) ? WEIGHT_BOLD : WEIGHT_NORMAL); in PrepareAttributes()
346 GetFont().SetItalic((Attributes() & ATTR_ITALIC) ? ITALIC_NORMAL : ITALIC_NONE); in PrepareAttributes()
367 GetFont() = rFormat.GetFont(FNT_MATH); in Prepare()
369 DBG_ASSERT( GetFont().GetCharSet() == RTL_TEXTENCODING_UNICODE, in Prepare()
371 GetFont().SetWeight(WEIGHT_NORMAL); in Prepare()
372 GetFont().SetItalic(ITALIC_NONE); in Prepare()
752 * GetFont().GetSize().Height()) / 100L; in Arrange()
791 aTmpDev.SetFont(GetFont()); in Arrange()
794 GetFont().GetBorderWidth())); in Arrange()
825 GetFont() = rFormat.GetFont(FNT_VARIABLE); in Prepare()
844 aTmpDev.SetFont(GetFont()); in Arrange()
855 GetFont().GetBorderWidth())); in Arrange()
863 long nDist = (rFormat.GetDistance(DIS_HORIZONTAL) * GetFont().GetSize().Height()) / 100L; in Arrange()
921 long nDelta = pOper->GetFont().GetSize().Height() / 20; in Arrange()
995 * GetFont().GetSize().Height() / 100L; in Arrange()
1101 long nFontHeight = GetFont().GetSize().Height(), in Arrange()
1378 aTmpDev.SetFont(GetFont()); in Arrange()
1435 long nOrigHeight = pBody->GetFont().GetSize().Height(); in Arrange()
1468 if (GetFont().GetSize().Height() > rFormat.GetBaseSize().Height() / 3) in Arrange()
1649 long nFaceHeight = GetFont().GetSize().Height(); in Arrange()
1679 Size aTmpSize (pLeft->GetFont().GetSize()); in Arrange()
1680 DBG_ASSERT(pRight->GetFont().GetSize() == aTmpSize, in Arrange()
1691 pLeft ->GetFont().SetSize(aTmpSize); in Arrange()
1695 pRight->GetFont().SetSize(aTmpSize); in Arrange()
1749 long nHeight = bScale ? aRefRect.GetHeight() : GetFont().GetSize().Height(); in Arrange()
1763 long nDist = GetFont().GetSize().Height() in Arrange()
1799 aTmpDev.SetFont(GetFont()); in Arrange()
1817 long nFontHeight = pBody->GetFont().GetSize().Height(); in Arrange()
1867 long nHeight = GetFont().GetSize().Height(); in CalcSymbolHeight()
1901 pSymbol->GetFont().GetSize().Height())); in Arrange()
1906 long nOrigHeight = GetFont().GetSize().Height(), in Arrange()
1975 nDist = GetFont().GetSize().Height() in Arrange()
2094 { GetFont() = rFormat.GetFont( sal::static_int_cast< sal_uInt16 >(nFnt) ); in Prepare()
2095 SetFont(GetFont()); in Prepare()
2116 pNode->SetFont(GetFont()); in Arrange()
2171 GetFont().FreezeBorderWidth(); in AdaptToY()
2182 aTmpDev.SetFont(GetFont()); in Arrange()
2184 long nBorderwidth = GetFont().GetBorderWidth(); in Arrange()
2209 long nThick = GetFont().GetSize().Height() in Arrange()
2222 long nBorderwidth = GetFont().GetBorderWidth(); in Draw()
2233 aTmpDev.SetLineColor( GetFont().GetColor() ); in Draw()
2272 aTmpDev.SetFillColor(GetFont().GetColor()); in Draw()
2274 aTmpDev.SetFont( GetFont() ); in Draw()
2317 GetFont().FreezeBorderWidth(); in AdaptToY()
2324 long nFontHeight = GetFont().GetSize().Height(); in Arrange()
2333 aTmpDev.SetFont(GetFont()); in Arrange()
2336 sal_uLong nTmpBorderWidth = GetFont().GetBorderWidth(); in Arrange()
2352 aTmpDev.SetFillColor(GetFont().GetColor()); in Draw()
2354 aTmpDev.SetFont(GetFont()); in Draw()
2356 sal_uLong nTmpBorderWidth = GetFont().GetBorderWidth(); in Draw()
2415 GetFont() = rFormat.GetFont(GetFontDesc()); in Prepare()
2417 if (IsItalic( GetFont() )) in Prepare()
2419 if (IsBold( GetFont() )) in Prepare()
2436 GetFont() *= Fraction (rFormat.GetRelSize(nSizeDesc), 100); in Arrange()
2439 aTmpDev.SetFont(GetFont()); in Arrange()
2441 SmRect::operator = (SmRect(aTmpDev, &rFormat, aText, GetFont().GetBorderWidth())); in Arrange()
2501 aTmpDev.SetFont(GetFont()); in Draw()
2579 const int nNormDist = 3 * GetFont().GetSize().Height(); in Arrange()
2680 Size aFntSize (GetFont().GetSize()); in AdaptToX()
2684 GetFont().SetSize(aFntSize); in AdaptToX()
2687 aTmpDev.SetFont(GetFont()); in AdaptToX()
2690 long nTmpBorderWidth = GetFont().GetBorderWidth(); in AdaptToX()
2697 GetFont().SetSize(aFntSize); in AdaptToX()
2702 GetFont().FreezeBorderWidth(); in AdaptToY()
2703 Size aFntSize (GetFont().GetSize()); in AdaptToY()
2711 rDevNC.SetFont(GetFont()); in AdaptToY()
2720 GetFont().SetSize(aFntSize); in AdaptToY()
2723 aTmpDev.SetFont(GetFont()); in AdaptToY()
2726 long nTmpBorderWidth = GetFont().GetBorderWidth(); in AdaptToY()
2733 GetFont().SetSize(aFntSize); in AdaptToY()
2741 GetFont() = rFormat.GetFont(GetFontDesc()); in Prepare()
2743 GetFont().SetSize( rFormat.GetFont( FNT_VARIABLE ).GetSize() ); in Prepare()
2745 DBG_ASSERT(GetFont().GetCharSet() == RTL_TEXTENCODING_SYMBOL || in Prepare()
2746 GetFont().GetCharSet() == RTL_TEXTENCODING_UNICODE, in Prepare()
2764 GetFont() *= Fraction (rFormat.GetRelSize(SIZ_TEXT), 100); in Arrange()
2767 aTmpDev.SetFont(GetFont()); in Arrange()
2769 SmRect::operator = (SmRect(aTmpDev, &rFormat, rText, GetFont().GetBorderWidth())); in Arrange()
2925 GetFont() = pSym->GetFace(); in Prepare()
2930 GetFont() = rFormat.GetFont(FNT_VARIABLE); in Prepare()
2933 GetFont().SetSize( rFormat.GetFont( FNT_VARIABLE ).GetSize() ); in Prepare()
2942 if (IsItalic( GetFont() )) in Prepare()
2944 if (IsBold( GetFont() )) in Prepare()
2983 aTmpDev.SetFont(GetFont()); in Arrange()
2985 SmRect::operator = (SmRect(aTmpDev, &rFormat, GetText(), GetFont().GetBorderWidth())); in Arrange()
2993 ((SmSpecialNode *)this)->GetFont().SetAlign(ALIGN_BASELINE); in Draw()
3007 aTmpDev.SetFont(GetFont()); in Arrange()
3010 GetFont().GetBorderWidth()).AsGlyphRect()); in Arrange()
3021 GetFont().SetColor(COL_GRAY); in Prepare()
3031 aTmpDev.SetFont(GetFont()); in Arrange()
3033 SmRect::operator = (SmRect(aTmpDev, &rFormat, GetText(), GetFont().GetBorderWidth())); in Arrange()
3044 GetFont().SetColor(COL_RED); in Prepare()
3055 aTmpDev.SetFont(GetFont()); in Arrange()
3058 SmRect::operator = (SmRect(aTmpDev, &rFormat, rText, GetFont().GetBorderWidth())); in Arrange()
3084 GetFont() = rFormat.GetFont(FNT_VARIABLE); in Prepare()
3093 aTmpDev.SetFont(GetFont()); in Arrange()
3097 long nDist = GetFont().GetSize().Height() / 10L, in Arrange()
3102 GetFont().GetBorderWidth())); in Arrange()