Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx394 PDFWriter::CheckBoxWidget aCBox2; in doTestCode() local
395 aCBox2.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "textCheckBox2" ) ); in doTestCode()
396 aCBox2.Description = OUString( RTL_CONSTASCII_USTRINGPARAM( "Another test check box" ) ); in doTestCode()
397 aCBox2.Text = OUString( RTL_CONSTASCII_USTRINGPARAM( "check me right" ) ); in doTestCode()
398 aCBox2.Location = Rectangle( Point( 4500, 14250 ), Size( 3000, 750 ) ); in doTestCode()
399 aCBox2.Checked = true; in doTestCode()
400 aCBox2.Border = aCBox2.Background = false; in doTestCode()
401 aCBox2.ButtonIsLeft = false; in doTestCode()
402 aWriter.CreateControl( aCBox2 ); in doTestCode()

Completed in 53 milliseconds