Home
last modified time | relevance | path

Searched refs:aBoldFont (Results 1 – 7 of 7) sorted by relevance

/trunk/main/extensions/source/update/ui/
H A Dupdatecheckui.cxx909 Font aBoldFont = aOldFont; in Paint() local
910 aBoldFont.SetWeight( WEIGHT_BOLD ); in Paint()
912 SetFont( aBoldFont ); in Paint()
984 Font aBoldFont = aOldFont; in RecalcTextRects() local
986 aBoldFont.SetWeight( WEIGHT_BOLD ); in RecalcTextRects()
990 SetFont( aBoldFont ); in RecalcTextRects()
1005 aBoldFont.GetHeight() * 3 / 4 + in RecalcTextRects()
1017 …maTextRect.Move( 2*BUBBLE_BORDER, BUBBLE_BORDER + TIP_HEIGHT + maTitleRect.GetHeight() + aBoldFont in RecalcTextRects()
/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx86 aBoldFont = aNormFont; in ScHeaderControl()
87 aBoldFont.SetWeight( WEIGHT_BOLD ); in ScHeaderControl()
89 SetFont(aBoldFont); in ScHeaderControl()
276 aBoldFont.SetColor( aTextColor ); in Paint()
278 aBoldFont.SetColor( aSelTextColor ); in Paint()
564 SetFont(aBoldFont); in Paint()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx560 Font aBoldFont( aStdFont ); in DrawRow() local
561 aBoldFont.SetWeight( WEIGHT_BOLD ); in DrawRow()
562 SetFont( aBoldFont ); in DrawRow()
/trunk/main/formula/source/ui/dlg/
H A Dparawin.cxx310 void ParaWin::SetArgumentFonts(const Font&aBoldFont,const Font&aLightFont) in SetArgumentFonts() argument
312 aFntBold=aBoldFont; in SetArgumentFonts()
H A Dparawin.hxx149 void SetArgumentFonts(const Font&aBoldFont,const Font&aLightFont);
/trunk/main/sc/source/ui/inc/
H A Dhdrcont.hxx50 Font aBoldFont; member in ScHeaderControl
H A Dparawin.hxx146 void SetArgumentFonts(const Font&aBoldFont,const Font&aLightFont);

Completed in 33 milliseconds