Home
last modified time | relevance | path

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

/trunk/main/svtools/workben/
H A Dsvdem.cxx124 ListBox aUnderlineBox; member in MyFontDialog
335 aUnderlineBox( this, WB_DROPDOWN ), in MyFontDialog()
368 aUnderlineBox.SetPosSizePixel( Point( 15, 180 ), Size( 130, 100 ) ); in MyFontDialog()
369 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_NONE" ) ) ); in MyFontDialog()
370 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_SINGLE" ) ) ); in MyFontDialog()
371 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DOUBLE" ) ) ); in MyFontDialog()
372 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DOTTED" ) ) ); in MyFontDialog()
373 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DONTKNOW" ) ) ); in MyFontDialog()
374 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DASH" ) ) ); in MyFontDialog()
375 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_LONGDASH" ) ) ); in MyFontDialog()
[all …]