Home
last modified time | relevance | path

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

/trunk/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()
407 aRB1.Text = OUString( RTL_CONSTASCII_USTRINGPARAM( "Despair" ) ); 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()
414 aRB1.BackgroundColor = Color( COL_LIGHTBLUE ); in doTestCode()
415 aRB1.TextColor = Color( COL_LIGHTRED ); in doTestCode()
[all …]

Completed in 505 milliseconds