LibreOffice
LibreOffice 4.2 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
XPackageStructureCreator Interface Referencepublished

allows to convert file system folder tree in to a package. More...

import"XPackageStructureCreator.idl";

Inheritance diagram for XPackageStructureCreator:
XInterface

Public Member Functions

void convertToPackage ([in] string sFolderURL, [in]::com::sun::star::io::XOutputStream xTargetStream) raises ( ::com::sun::star::io::IOException )
 converts file system folder tree in to a package. 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...
 

Detailed Description

allows to convert file system folder tree in to a package.

Member Function Documentation

void convertToPackage ( [in] string  sFolderURL,
[in] ::com::sun::star::io::XOutputStream  xTargetStream 
)
raises (::com::sun::star::io::IOException
)

converts file system folder tree in to a package.

Parameters
sFolderURLthe URL of folder that must be converted, the URL must be in format accepted by UCB
xTargetStreamthe result package will be written into this stream
Exceptions
com::sun::star::io::IOExceptionin case any problem on reading/writing appears

The documentation for this interface was generated from the following file: