Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx376 PDFWriter::PushButtonWidget aDstBtn; in doTestCode() local
377 aDstBtn.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "destButton" ) ); in doTestCode()
378 aDstBtn.Description = OUString( RTL_CONSTASCII_USTRINGPARAM( "A Dest button" ) ); in doTestCode()
379 aDstBtn.Text = OUString( RTL_CONSTASCII_USTRINGPARAM( "to paragraph" ) ); in doTestCode()
380 aDstBtn.Location = Rectangle( Point( 14500, 9000 ), Size( 4500, 3000 ) ); in doTestCode()
381 aDstBtn.Border = aDstBtn.Background = true; in doTestCode()
382 aDstBtn.Dest = nFirstDest; in doTestCode()
383 aWriter.CreateControl( aDstBtn ); in doTestCode()

Completed in 61 milliseconds