Searched refs:aLightFont (Results 1 – 5 of 5) sorted by relevance
310 void ParaWin::SetArgumentFonts(const Font&aBoldFont,const Font&aLightFont) in SetArgumentFonts() argument313 aFntLight=aLightFont; in SetArgumentFonts()
149 void SetArgumentFonts(const Font&aBoldFont,const Font&aLightFont);
390 Font aLightFont = aFont; in ImplGetTabRect() local393 aLightFont.SetTransparent( sal_True ); in ImplGetTabRect()394 aLightFont.SetWeight( WEIGHT_LIGHT ); in ImplGetTabRect()401 SetFont( aLightFont ); in ImplGetTabRect()
146 void SetArgumentFonts(const Font&aBoldFont,const Font&aLightFont);
1048 Font aLightFont = aFont; in Paint() local1050 aLightFont.SetWeight( WEIGHT_NORMAL ); in Paint()1114 SetFont( aLightFont ); in Paint()