Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx404 PDFWriter::RadioButtonWidget aRB1; in doTestCode() local
405 aRB1.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "rb1_1" ) ); in doTestCode()
406 aRB1.Description = OUString( RTL_CONSTASCII_USTRINGPARAM( "radio 1 button 1" ) ); in doTestCode()
407 aRB1.Text = OUString( RTL_CONSTASCII_USTRINGPARAM( "Despair" ) ); in doTestCode()
408 aRB1.Location = Rectangle( Point( 4500, 15000 ), Size( 6000, 1000 ) ); in doTestCode()
409 aRB1.Selected = true; in doTestCode()
410 aRB1.RadioGroup = 1; in doTestCode()
411 aRB1.Border = aRB1.Background = true; in doTestCode()
412 aRB1.ButtonIsLeft = false; in doTestCode()
413 aRB1.BorderColor = Color( COL_LIGHTGREEN ); in doTestCode()
[all …]