| LibreOffice
    LibreOffice 24.8 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 | |
| sequence< string > | getDocumentSubStoragesNames () raises ( ::com::sun::star::io::IOException ) | 
| provides the list of substorages | |
| Public Member Functions inherited from XInterface | |
| 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. | |
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