Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/ !
H A Dpdfwriter_impl.cxx449 PDFWriter::ListBoxWidget aLstBox; in doTestCode() local
450 aLstBox.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "testListBox" ) ); in doTestCode()
451 aLstBox.Text = OUString( RTL_CONSTASCII_USTRINGPARAM( "One" ) ); in doTestCode()
452 aLstBox.Description = OUString( RTL_CONSTASCII_USTRINGPARAM( "select me" ) ); in doTestCode()
453 aLstBox.Location = Rectangle( Point( 4500, 18000 ), Size( 3000, 1500 ) ); in doTestCode()
454 aLstBox.Sort = true; in doTestCode()
455 aLstBox.MultiSelect = true; in doTestCode()
456 aLstBox.Border = aLstBox.Background = true; in doTestCode()
457 aLstBox.BorderColor = Color( COL_BLACK ); in doTestCode()
458 aLstBox.Entries.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "One" ) ) ); in doTestCode()
[all …]