Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx366 PDFWriter::PushButtonWidget aUriBtn; in doTestCode() local
367 aUriBtn.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "wwwButton" ) ); in doTestCode()
368 aUriBtn.Description = OUString( RTL_CONSTASCII_USTRINGPARAM( "A URI button" ) ); in doTestCode()
369 aUriBtn.Text = OUString( RTL_CONSTASCII_USTRINGPARAM( "to www" ) ); in doTestCode()
370 aUriBtn.Location = Rectangle( Point( 9500, 9000 ), Size( 4500, 3000 ) ); in doTestCode()
371 aUriBtn.Border = aUriBtn.Background = true; in doTestCode()
372 aUriBtn.URL = OUString( RTL_CONSTASCII_USTRINGPARAM( "http://www.heise.de" ) ); in doTestCode()
373 aWriter.CreateControl( aUriBtn ); in doTestCode()

Completed in 58 milliseconds