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()
2124 { GetFont() = rFormat.GetFont( sal::static_int_cast< sal_uInt16 >(nFnt) ); in Prepare()
2125 SetFont(GetFont()); in Prepare()
2146 pNode->SetFont(GetFont()); in Arrange()
2211 GetFont().FreezeBorderWidth(); in AdaptToY()
2222 aTmpDev.SetFont(GetFont()); in Arrange()
2224 long nBorderwidth = GetFont().GetBorderWidth(); in Arrange()
2249 long nThick = GetFont().GetSize().Height() in Arrange()
2262 long nBorderwidth = GetFont().GetBorderWidth(); in Draw()
2273 aTmpDev.SetLineColor( GetFont().GetColor() ); in Draw()
2312 aTmpDev.SetFillColor(GetFont().GetColor()); in Draw()
2314 aTmpDev.SetFont( GetFont() ); in Draw()
2357 GetFont().FreezeBorderWidth(); in AdaptToY()
2364 long nFontHeight = GetFont().GetSize().Height(); in Arrange()
2373 aTmpDev.SetFont(GetFont()); in Arrange()
2376 sal_uLong nTmpBorderWidth = GetFont().GetBorderWidth(); in Arrange()
2392 aTmpDev.SetFillColor(GetFont().GetColor()); in Draw()
2394 aTmpDev.SetFont(GetFont()); in Draw()
2396 sal_uLong nTmpBorderWidth = GetFont().GetBorderWidth(); in Draw()
2455 GetFont() = rFormat.GetFont(GetFontDesc()); in Prepare()
2457 if (IsItalic( GetFont() )) in Prepare()
2459 if (IsBold( GetFont() )) in Prepare()
2476 GetFont() *= Fraction (rFormat.GetRelSize(nSizeDesc), 100); in Arrange()
2479 aTmpDev.SetFont(GetFont()); in Arrange()
2481 SmRect::operator = (SmRect(aTmpDev, &rFormat, aText, GetFont().GetBorderWidth())); in Arrange()
2541 aTmpDev.SetFont(GetFont()); in Draw()
2619 const int nNormDist = 3 * GetFont().GetSize().Height(); in Arrange()
2720 Size aFntSize (GetFont().GetSize()); in AdaptToX()
2724 GetFont().SetSize(aFntSize); in AdaptToX()
2727 aTmpDev.SetFont(GetFont()); in AdaptToX()
2730 long nTmpBorderWidth = GetFont().GetBorderWidth(); in AdaptToX()
2737 GetFont().SetSize(aFntSize); in AdaptToX()
2742 GetFont().FreezeBorderWidth(); in AdaptToY()
2743 Size aFntSize (GetFont().GetSize()); in AdaptToY()
2751 rDevNC.SetFont(GetFont()); in AdaptToY()
2760 GetFont().SetSize(aFntSize); in AdaptToY()
2763 aTmpDev.SetFont(GetFont()); in AdaptToY()
2766 long nTmpBorderWidth = GetFont().GetBorderWidth(); in AdaptToY()
2773 GetFont().SetSize(aFntSize); in AdaptToY()
2781 GetFont() = rFormat.GetFont(GetFontDesc()); in Prepare()
2783 GetFont().SetSize( rFormat.GetFont( FNT_VARIABLE ).GetSize() ); in Prepare()
2785 DBG_ASSERT(GetFont().GetCharSet() == RTL_TEXTENCODING_SYMBOL || in Prepare()
2786 GetFont().GetCharSet() == RTL_TEXTENCODING_UNICODE, in Prepare()
2804 GetFont() *= Fraction (rFormat.GetRelSize(SIZ_TEXT), 100); in Arrange()
2807 aTmpDev.SetFont(GetFont()); in Arrange()
2809 SmRect::operator = (SmRect(aTmpDev, &rFormat, rText, GetFont().GetBorderWidth())); in Arrange()
2965 GetFont() = pSym->GetFace(); in Prepare()
2970 GetFont() = rFormat.GetFont(FNT_VARIABLE); in Prepare()
2973 GetFont().SetSize( rFormat.GetFont( FNT_VARIABLE ).GetSize() ); in Prepare()
2982 if (IsItalic( GetFont() )) in Prepare()
2984 if (IsBold( GetFont() )) in Prepare()
3023 aTmpDev.SetFont(GetFont()); in Arrange()
3025 SmRect::operator = (SmRect(aTmpDev, &rFormat, GetText(), GetFont().GetBorderWidth())); in Arrange()
3033 ((SmSpecialNode *)this)->GetFont().SetAlign(ALIGN_BASELINE); in Draw()
3047 aTmpDev.SetFont(GetFont()); in Arrange()
3050 GetFont().GetBorderWidth()).AsGlyphRect()); in Arrange()
3061 GetFont().SetColor(COL_GRAY); in Prepare()
3071 aTmpDev.SetFont(GetFont()); in Arrange()
3073 SmRect::operator = (SmRect(aTmpDev, &rFormat, GetText(), GetFont().GetBorderWidth())); in Arrange()
3084 GetFont().SetColor(COL_RED); in Prepare()
3095 aTmpDev.SetFont(GetFont()); in Arrange()
3098 SmRect::operator = (SmRect(aTmpDev, &rFormat, rText, GetFont().GetBorderWidth())); in Arrange()
3124 GetFont() = rFormat.GetFont(FNT_VARIABLE); in Prepare()
3133 aTmpDev.SetFont(GetFont()); in Arrange()
3137 long nDist = GetFont().GetSize().Height() / 10L, in Arrange()
3142 GetFont().GetBorderWidth())); in Arrange()