Searched refs:aUriBtn (Results 1 – 1 of 1) sorted by relevance
366 PDFWriter::PushButtonWidget aUriBtn; in doTestCode() local367 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 57 milliseconds