Searched refs:aRB2 (Results 1 – 1 of 1) sorted by relevance
419 PDFWriter::RadioButtonWidget aRB2; in doTestCode() local420 aRB2.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "rb2_1" ) ); in doTestCode()421 aRB2.Description = OUString( RTL_CONSTASCII_USTRINGPARAM( "radio 2 button 1" ) ); in doTestCode()422 aRB2.Text = OUString( RTL_CONSTASCII_USTRINGPARAM( "Joy" ) ); in doTestCode()423 aRB2.Location = Rectangle( Point( 10500, 15000 ), Size( 3000, 1000 ) ); in doTestCode()424 aRB2.Selected = true; in doTestCode()425 aRB2.RadioGroup = 2; in doTestCode()426 aWriter.CreateControl( aRB2 ); in doTestCode()
Completed in 82 milliseconds