Lines Matching refs:aBulletFont
201 Font aBulletFont( GetBulletFont() ); in CreateLayoutStyleSheets() local
397 aBulletFont.SetSize(Size(0,1552)); // 44 pt in CreateLayoutStyleSheets()
398 PutNumBulletItem( pSheet, aBulletFont ); in CreateLayoutStyleSheets()
1152 Font aBulletFont( String( RTL_CONSTASCII_USTRINGPARAM( "StarSymbol" )), Size(0, 1000) ); in GetBulletFont() local
1153 aBulletFont.SetCharSet(RTL_TEXTENCODING_UNICODE); in GetBulletFont()
1154 aBulletFont.SetWeight(WEIGHT_NORMAL); in GetBulletFont()
1155 aBulletFont.SetUnderline(UNDERLINE_NONE); in GetBulletFont()
1156 aBulletFont.SetOverline(UNDERLINE_NONE); in GetBulletFont()
1157 aBulletFont.SetStrikeout(STRIKEOUT_NONE); in GetBulletFont()
1158 aBulletFont.SetItalic(ITALIC_NONE); in GetBulletFont()
1159 aBulletFont.SetOutline(sal_False); in GetBulletFont()
1160 aBulletFont.SetShadow(sal_False); in GetBulletFont()
1161 aBulletFont.SetColor(Color(COL_AUTO)); in GetBulletFont()
1162 aBulletFont.SetTransparent(sal_True); in GetBulletFont()
1164 return aBulletFont; in GetBulletFont()