LibreOffice
LibreOffice 24.8 SDK API Reference
|
provides dialogs implementing the com::sun::star::awt::XDialog interface. More...
import <XDialogProvider.idl;
Public Member Functions | |
com::sun::star::awt::XDialog | createDialog ([in] string URL) raises ( com::sun::star::lang::IllegalArgumentException ) |
creates a dialog for the given URL. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
provides dialogs implementing the com::sun::star::awt::XDialog interface.
com::sun::star::awt::XDialog createDialog | ( | [in] string | URL | ) | ||
raises | ( | com::sun::star::lang::IllegalArgumentException ) |
creates a dialog for the given URL.
URL | is the URL. |
com::sun::star::lang::IllegalArgumentException | if no dialog for the given URL is found or if the URL is invalid. |