LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows to create and initialize a new embedded object using GUI dialog. More...
import"XInsertObjectDialog.idl";
Public Member Functions | |
InsertedObjectInfo | createInstanceByDialog ([in] ::com::sun::star::embed::XStorage xStorage, [in] string sEntName, [in] sequence< ::com::sun::star::beans::PropertyValue > lObjArgs) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::io::IOException, ::com::sun::star::uno::Exception ) |
creates a new object using GUI dialog. 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... | |
allows to create and initialize a new embedded object using GUI dialog.
InsertedObjectInfo createInstanceByDialog | ( | [in] ::com::sun::star::embed::XStorage | xStorage, |
[in] string | sEntName, | ||
[in] sequence< ::com::sun::star::beans::PropertyValue > | lObjArgs | ||
) | |||
raises | ( | ::com::sun::star::lang::IllegalArgumentException, | |
::com::sun::star::io::IOException, | |||
::com::sun::star::uno::Exception | |||
) |
creates a new object using GUI dialog.
The dialog allows for user to do a number of choices that are container related. This information will be returned in the InsertedObjectInfo object.
xStorage | a parent storage the entry should be created/opened in |
sEntName | a name for the entry |
lObjArgs | optional parameters for the object persistence initialization see also com::sun::star::embed::EmbeddedObjectDescriptor |
com::sun::star::lang::IllegalArgumentException | one of arguments is illegal |
com::sun::star::io::IOException | in case of io problems during opening or creation |
com::sun::star::uno::Exception | in case of other problems |