LibreOffice
LibreOffice 24.2 SDK API Reference
|
through this interface documents can provide access to their substorages More...
import"XDocumentSubStorageSupplier.idl";
Public Member Functions | |
com::sun::star::embed::XStorage | getDocumentSubStorage ([in] string StorageName, [in] long nMode) |
provides the access to a substorage with specified name More... | |
sequence< string > | getDocumentSubStoragesNames () raises ( ::com::sun::star::io::IOException ) |
provides the list of substorages 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... | |
through this interface documents can provide access to their substorages
A temporary interface to get access to documents substorages.
com::sun::star::embed::XStorage getDocumentSubStorage | ( | [in] string | StorageName, |
[in] long | nMode | ||
) |
provides the access to a substorage with specified name
StorageName | the name of requested substorage |
nMode | a mode the storage should be opened in can take value from com::sun::star::embed::ElementModes |
sequence< string > getDocumentSubStoragesNames | ( | ) | ||
raises | ( | ::com::sun::star::io::IOException | ||
) |
provides the list of substorages