Lines Matching refs:aBulletFont

966 	Font aBulletFont;  in ImpCalcBulletFont()  local
969 aBulletFont = *pFmt->GetBulletFont(); in ImpCalcBulletFont()
973 aBulletFont = aStdFont; in ImpCalcBulletFont()
974 aBulletFont.SetUnderline( UNDERLINE_NONE ); in ImpCalcBulletFont()
975 aBulletFont.SetOverline( UNDERLINE_NONE ); in ImpCalcBulletFont()
976 aBulletFont.SetStrikeout( STRIKEOUT_NONE ); in ImpCalcBulletFont()
977 aBulletFont.SetEmphasisMark( EMPHASISMARK_NONE ); in ImpCalcBulletFont()
978 aBulletFont.SetRelief( RELIEF_NONE ); in ImpCalcBulletFont()
987 aBulletFont.SetAlign( ALIGN_BOTTOM ); in ImpCalcBulletFont()
988 aBulletFont.SetSize( Size( 0, nScaledLineHeight ) ); in ImpCalcBulletFont()
990 aBulletFont.SetVertical( bVertical ); in ImpCalcBulletFont()
991 aBulletFont.SetOrientation( bVertical ? 2700 : 0 ); in ImpCalcBulletFont()
1002 aBulletFont.SetColor( aColor ); in ImpCalcBulletFont()
1003 return aBulletFont; in ImpCalcBulletFont()
1032 Font aBulletFont( ImpCalcBulletFont( nPara ) ); in PaintBullet() local
1035 aBulletFont.SetAlign( bSymbol ? ALIGN_BOTTOM : ALIGN_BASELINE ); in PaintBullet()
1037 pOutDev->SetFont( aBulletFont ); in PaintBullet()
1073 Font aRotatedFont( aBulletFont ); in PaintBullet()
1570 Font aBulletFont( ImpCalcBulletFont( nPara ) ); in ImplGetBulletSize() local
1572 pRefDev->SetFont( aBulletFont ); in ImplGetBulletSize()
1707 Font aBulletFont( ImpCalcBulletFont( nPara ) ); in ImpCalcBulletArea() local
1708 if ( aBulletFont.GetCharSet() != RTL_TEXTENCODING_SYMBOL ) in ImpCalcBulletArea()
1712 pRefDev->SetFont( aBulletFont ); in ImpCalcBulletArea()