Searched refs:aTextFont (Results  1 – 8 of 8) sorted by relevance
| /trunk/main/sc/source/ui/view/ | 
| H A D | hintwin.cxx | 53 	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 D | parasc.cxx | 128 		Font aTextFont( rOpt.GetFontName(), Size( 0, 10 ) );  in SwASCIIParser()  local130 			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 D | inputwin.cxx | 777 	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 D | dialog.cxx | 511 		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 D | hintwin.hxx | 36 	Font	aTextFont;  member in ScHintWindow
 | 
| H A D | inputwin.hxx | 98 	Font		aTextFont;  member in ScTextWnd
 | 
| /trunk/main/sc/source/ui/cctrl/ | 
| H A D | dpcontrol.cxx | 151         Font aTextFont( mpStyle->GetAppFont() );  in draw()  local158             aTextFont.SetSize( aAttrFont.GetSize() );  in draw()
 160         mpOutDev->SetFont(aTextFont);  in draw()
 
 | 
| /trunk/main/starmath/inc/ | 
| H A D | dialog.hxx | 167 	SmFontPickListBox 	aTextFont;  member in SmFontTypeDialog
 | 
        Completed in 66 milliseconds