Home
last modified time | relevance | path

Searched refs:aTextFont (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dhintwin.cxx53 aTextFont = GetFont(); in ScHintWindow()
54 aTextFont.SetTransparent( sal_True ); in ScHintWindow()
55 aTextFont.SetWeight( WEIGHT_NORMAL ); in ScHintWindow()
56 aHeadFont = aTextFont; in ScHintWindow()
61 SetFont( aTextFont ); in ScHintWindow()
95 SetFont( aTextFont ); in Paint()
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx128 Font aTextFont( rOpt.GetFontName(), Size( 0, 10 ) ); in SwASCIIParser() local
130 aTextFont = pDoc->getPrinter( false )->GetFontMetric( aTextFont ); in SwASCIIParser()
131 SvxFontItem aFont( aTextFont.GetFamily(), aTextFont.GetName(), in SwASCIIParser()
132 aEmptyStr, aTextFont.GetPitch(), aTextFont.GetCharSet(), RES_CHRATR_FONT ); in SwASCIIParser()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx777 aTextFont = aAppFont; in ScTextWnd()
778 aTextFont.SetSize( PixelToLogic( aAppFont.GetSize(), MAP_TWIP ) ); // AppFont ist in Pixeln in ScTextWnd()
785 aTextFont.SetTransparent ( sal_True ); in ScTextWnd()
786 aTextFont.SetFillColor ( aBgColor ); in ScTextWnd()
788 aTextFont.SetColor (aTxtColor); in ScTextWnd()
789 aTextFont.SetWeight ( WEIGHT_NORMAL ); in ScTextWnd()
817 SetFont( aTextFont ); in Paint()
1104 pEditEngine->SetFontInfoInItemSet( *pSet, aTextFont ); in StartEditEngine()
1335 pEditEngine->SetFontInfoInItemSet( *pSet, aTextFont ); in MakeDialogEditView()
1363 aTextFont.SetFillColor ( aBgColor ); in ImplInitSettings()
[all …]
/trunk/main/starmath/source/
H A Ddialog.cxx511 case 4: pActiveListBox = &aTextFont; break; in IMPL_LINK()
557 aTextFont (this, SmResId(4)), in IMPL_LINK_INLINE_END()
587 aTextFont = pp->GetConfig()->GetFontPickList(FNT_TEXT); in ReadFrom()
595 aTextFont .Insert( rFormat.GetFont(FNT_TEXT) ); in ReadFrom()
609 pp->GetConfig()->GetFontPickList(FNT_TEXT) = aTextFont; in WriteTo()
617 rFormat.SetFont( FNT_TEXT, aTextFont .Get(0) ); in WriteTo()
/trunk/main/sc/source/ui/inc/
H A Dhintwin.hxx36 Font aTextFont; member in ScHintWindow
H A Dinputwin.hxx98 Font aTextFont; member in ScTextWnd
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx151 Font aTextFont( mpStyle->GetAppFont() ); in draw() local
158 aTextFont.SetSize( aAttrFont.GetSize() ); in draw()
160 mpOutDev->SetFont(aTextFont); in draw()
/trunk/main/starmath/inc/
H A Ddialog.hxx167 SmFontPickListBox aTextFont; member in SmFontTypeDialog

Completed in 88 milliseconds