| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
allows to convert filesystem folder tree into a package. More...
import "XPackageStructureCreator.idl";
 
  
| Public Member Functions | |
| void | convertToPackage ([in] string sFolderURL, [in] ::com::sun::star::io::XOutputStream xTargetStream) raises ( ::com::sun::star::io::IOException ) | 
| converts filesystem folder tree into a package. | |
| 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. | |
allows to convert filesystem folder tree into a package.
| void convertToPackage | ( | [in] string | sFolderURL, | |||
| [in] ::com::sun::star::io::XOutputStream | xTargetStream ) | |||||
| raises | ( | ::com::sun::star::io::IOException ) | ||||
converts filesystem folder tree into a package.
| sFolderURL | the URL of folder that must be converted, the URL must be in format accepted by UCB | 
| xTargetStream | the result package will be written into this stream | 
| com::sun::star::io::IOException | in case any problem on reading/writing appears |