Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx385 PDFWriter::CheckBoxWidget aCBox; in doTestCode() local
386 aCBox.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "textCheckBox" ) ); in doTestCode()
387 aCBox.Description = OUString( RTL_CONSTASCII_USTRINGPARAM( "A test check box" ) ); in doTestCode()
388 aCBox.Text = OUString( RTL_CONSTASCII_USTRINGPARAM( "check me" ) ); in doTestCode()
389 aCBox.Location = Rectangle( Point( 4500, 13500 ), Size( 3000, 750 ) ); in doTestCode()
390 aCBox.Checked = true; in doTestCode()
391 aCBox.Border = aCBox.Background = false; in doTestCode()
392 aWriter.CreateControl( aCBox ); in doTestCode()

Completed in 64 milliseconds