LibreOffice
LibreOffice 24.2 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. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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. |