Lines Matching refs:maBulletFont
196 maBulletFont.SetColor( COL_AUTO ); in OutlineView()
197 maBulletFont.SetHeight( 1000 ); in OutlineView()
198 maBulletFont.SetCharSet(RTL_TEXTENCODING_MS_1252); // and replacing other values by standard in OutlineView()
199 maBulletFont.SetName( String( RTL_CONSTASCII_USTRINGPARAM( "StarSymbol" )) ); in OutlineView()
200 maBulletFont.SetWeight(WEIGHT_NORMAL); in OutlineView()
201 maBulletFont.SetUnderline(UNDERLINE_NONE); in OutlineView()
202 maBulletFont.SetStrikeout(STRIKEOUT_NONE); in OutlineView()
203 maBulletFont.SetItalic(ITALIC_NONE); in OutlineView()
204 maBulletFont.SetOutline(sal_False); in OutlineView()
205 maBulletFont.SetShadow(sal_False); in OutlineView()
2055 pActWin->SetFont( maBulletFont);