Searched refs:aRB3 (Results 1 – 1 of 1) sorted by relevance
428 PDFWriter::RadioButtonWidget aRB3; in doTestCode() local429 aRB3.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "rb1_2" ) ); in doTestCode()430 aRB3.Description = OUString( RTL_CONSTASCII_USTRINGPARAM( "radio 1 button 2" ) ); in doTestCode()431 aRB3.Text = OUString( RTL_CONSTASCII_USTRINGPARAM( "Desperation" ) ); in doTestCode()432 aRB3.Location = Rectangle( Point( 4500, 16000 ), Size( 3000, 1000 ) ); in doTestCode()433 aRB3.Selected = true; in doTestCode()434 aRB3.RadioGroup = 1; in doTestCode()435 aWriter.CreateControl( aRB3 ); in doTestCode()
Completed in 86 milliseconds