Re: [dev] QuickLauncher: how to configure

2007-11-20 Thread Mathias Bauer
Peter Eberlein wrote: > Hi Mathias, > > Mathias Bauer schrieb: >> Peter Eberlein wrote: > >>> >>> Or can it be started without appearing in the Systray? >> >> What is the point in having the QuickLauncher running but not being >> visible? You can achieve the same result (faster start of the fir

Re: [dev] Security: how to avoid to pop up the Basic IDE?

2007-11-20 Thread Mathias Bauer
Peter Eberlein wrote: > Hi Mathias, > > Mathias Bauer schrieb: >> Peter Eberlein wrote: >> > >> Macro security is about macro execution, not about availability of the >> BasicIDE. > > And that's the point. You cannot forbid the execution of internal > non-document-bound macros with the secur

Re: [dev] Code for the zip-reader

2007-11-20 Thread Kohei Yoshida
Hi Cracker, On Wed, 2007-11-21 at 00:08 +, Cracker wrote: > But where is it exactly? I recommend you take a look at the code used for Tools > XML Filter Settings > Save as Package, which creates an XML filter package as a jar file, and jar is just another zip-based package format. The code f

Re: [dev] Code for the zip-reader

2007-11-20 Thread Caio Tiago Oliveira
Cracker, 21-11-2007 03:26: Hello,Thanks for your answer, but I'm looking for OpenOffice's implementation of the zip file format and the zip I/O. As far as I know, Zlib is an implementation of the deflate algorithm, and it can't read/write zip (or any archive format) in itself. Err... OOo uses

Re: [dev] Code for the zip-reader

2007-11-20 Thread Cracker
Hello,Thanks for your answer, but I'm looking for OpenOffice's implementation of the zip file format and the zip I/O. As far as I know, Zlib is an implementation of the deflate algorithm, and it can't read/write zip (or any archive format) in itself.Caio Tiago Oliveira wrote: zlib.

Re: [dev] Code for the zip-reader

2007-11-20 Thread Caio Tiago Oliveira
Cracker, 21-11-2007 00:08: Hello!First, I'm sorry if it's the wrong place to ask. In my application, I want to load data files from zip archives, but the only useful library for this was the ZZiplib library, which is not working with my compiler for some reason...But I noticed that OpenOffice's .

[dev] Code for the zip-reader

2007-11-20 Thread Cracker
Hello!First, I'm sorry if it's the wrong place to ask. In my application, I want to load data files from zip archives, but the only useful library for this was the ZZiplib library, which is not working with my compiler for some reason...But I noticed that OpenOffice's .ODF format is