Home
last modified time | relevance | path

Searched refs:aShowFont (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/svtools/workben/
H A Dsvdem.cxx132 ShowFont aShowFont; member in MyFontDialog
343 aShowFont( this ), in MyFontDialog()
451 aShowFont.SetPosSizePixel( Point( 165, 180 ), Size( 240, 70 ) ); in MyFontDialog()
452 aShowFont.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "Sample" ) ) ); in MyFontDialog()
453 aShowFont.Show(); in MyFontDialog()
516 aShowFont.SetFont( aFont ); in SetAttr()
/AOO42X/main/starmath/source/
H A Ddialog.cxx272 aShowFont.SetFont(Face); in IMPL_LINK_INLINE_START()
302 aShowFont.SetFont(Face); in IMPL_LINK()
315 aShowFont.SetFont(Face); in SetFont()
328 aShowFont (this, SmResId(1)), in SmFontDialog()
354 aShowFont.SetBorderStyle( WINDOW_BORDER_MONO ); in SmFontDialog()
397 aShowFont.SetBackground( aWall ); in InitColor_Impl()
398 aShowFont.SetTextColor( aTxtColor ); in InitColor_Impl()
/AOO42X/main/starmath/inc/
H A Ddialog.hxx105 SmShowFont aShowFont; member in SmFontDialog