Lines Matching refs:aFont
363 Font aFont( pTextView->GetTextEngine()->GetFont() ); in DataChanged() local
364 aFont.SetFillColor( rCol ); in DataChanged()
365 pTextView->GetTextEngine()->SetFont( aFont ); in DataChanged()
526 Font aFont; in CreateTextEngine() local
527 aFont.SetTransparent( sal_False ); in CreateTextEngine()
528 aFont.SetFillColor( rCol ); in CreateTextEngine()
529 SetPointFont( aFont ); in CreateTextEngine()
530 aFont = GetFont(); in CreateTextEngine()
531 aFont.SetFillColor( rCol ); in CreateTextEngine()
532 pOutWin->SetFont( aFont ); in CreateTextEngine()
533 pTextEngine->SetFont( aFont ); in CreateTextEngine()
1062 Font aFont; in SetFont() local
1066 aFont = OutputDevice::GetDefaultFont(DEFAULTFONT_FIXED, aLanguages[0], 0, this); in SetFont()
1069 aFont = OutputDevice::GetDefaultFont(DEFAULTFONT_SANS_UNICODE, in SetFont()
1071 sFontName = aFont.GetName(); in SetFont()
1079 Font aFont(aInfo); in SetFont() local
1083 aFont.SetSize(pOutWin->LogicToPixel(aSize, MAP_TWIP)); in SetFont()
1084 GetTextEngine()->SetFont( aFont ); in SetFont()
1085 pOutWin->SetFont(aFont); in SetFont()