Hi Stephan,

thank you for your answer. I will try that service and report back in some days.

Kind regards
Regina

Stephan Bergmann schrieb:
On 10/11/2015 08:31 PM, Regina Henschel wrote:
I want to write a Basic macro to preview an .xhp file while editing it.
Viewing such file works fine with LoadComponentFromUrl with protocol
"vnd.sun.star.help", if the file is inside a .jar container.

But how can I modify or create or zip/unzip the content of such
container using a Basic macro? A SimpleFileAccess sees it only as file,
not as folder.

There is a UCP for a vnd.sun.star.pkg URL scheme, to access content
within a (zip, jar) package.  See the documentation of the
css.ucb.PackageContentProvider UNO service for details.  (There is also
a css.uri.VndSunStarPkgUrlReferenceFactory UNO service that helps create
such vnd.sun.star.pkg URLs.)

Underlying that is UNO services like css.packages.Package and
css.packages.zip.ZipFileAccess.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to