Re: [dev] embedding BLOBs in ODT (and accessing them via UNO)

2007-02-22 Thread Mathias Bauer
Peter Vandenabeele wrote: > On 2/21/07, Matthias B. <[EMAIL PROTECTED]> wrote: >> What we would like to do is to put an extra binary file into >> the ODT file (which after all is just a ZIP archive) and to read this >> file in our custom component. > > Isn't the idea of meta-data in ODF 1.2 inten

Re: [dev] CWS Handling: Binary Incompatible Changes

2007-02-22 Thread Rüdiger Timm
Stephan Bergmann wrote: Rüdiger Timm wrote: *New Policy*: Mark modules where you have done binary incompatible changes. What about those infamous cases as adding an idl file to udkapi and thus having to rebuild offapi, offuh, ridljar---do we just continue to keep these dependencies implici

Re: [dev] CWS Handling: Binary Incompatible Changes

2007-02-22 Thread Stephan Bergmann
Rüdiger Timm wrote: *New Policy*: Mark modules where you have done binary incompatible changes. What about those infamous cases as adding an idl file to udkapi and thus having to rebuild offapi, offuh, ridljar---do we just continue to keep these dependencies implicitly hard-coded in Hamburg R

[dev] CWS Handling: Binary Incompatible Changes

2007-02-22 Thread Rüdiger Timm
Change in CWS Handling == Summary: When you are doing binary incompatible changes in your CWS, please mark those modules 'incompatible' in EIS. Detailed Description: - *Background*: For all current cod

Re: [dev] Reasons why OpenOffice encounters error

2007-02-22 Thread Steffen Grund
Well, hard to say what happens without knowing what you do... As a wild guess, is there something like this in your code: frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); Then replace it. This code may stop the JavaVM and this can crash the office. Do you get a stack trace when the offic

[dev] Re: [gsl-dev] Re: [dev] VCL performance , feature improvements for Sommer of Code?

2007-02-22 Thread Caolan McNamara
On Thu, 2007-02-22 at 09:11 +0100, Mathias Bauer wrote: > Hi, > > this mail goes to dev@gsl.openoffice.org and [EMAIL PROTECTED] Please > follow up on the gsl list. > > Philipp Lohmann - Sun Germany wrote: > > > Clemens Eisserer wrote: > >> What do you think about writing out a summer-of-code sl

Re: [dev] VCL performance , feature improvements for Sommer of Code?

2007-02-22 Thread Mathias Bauer
Hi, this mail goes to dev@gsl.openoffice.org and [EMAIL PROTECTED] Please follow up on the gsl list. Philipp Lohmann - Sun Germany wrote: > Clemens Eisserer wrote: >> What do you think about writing out a summer-of-code slot this year >> for enhancing VCL. >> VCL itself is a great toolkit and I

Re: [dev] embedding BLOBs in ODT (and accessing them via UNO)

2007-02-22 Thread Mathias Bauer
Mathias Bauer wrote: > Matthias B. wrote: > >> We have a custom OOo component and we'd like to store additional data >> inside a document that this component can access. So far we've encoded >> the data as text and then stored it in notes, but this is quite >> hackish. What we would like to do is

Re: [dev] DisposedException when connecting to OpenOffice

2007-02-22 Thread Stephan Bergmann
Jan Pavelka wrote: com.sun.star.lang.DisposedException: java.io.IOException: com.sun.star.io.IOException: EOF reached - socket,host=localhost,port=6000,localHost=localhost,localPort=35109,peer Host=localhost,peerPort=6000 at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge$Mess

[dev] Registry: default icon set change to crystal not working

2007-02-22 Thread Rodrigo Castro
Hi, I have two Linux systems with openoffice 2.0.3 and 2.1.0. My goal is to change my icon set to crystal as a default system value, so I added the property Misc/SymbolStyle to any of the following locations: /usr/lib/openoffice/share/registry/data/org/openoffice/Office/Common.xcu /usr/lib/op

Re: [dev] embedding BLOBs in ODT (and accessing them via UNO)

2007-02-22 Thread Peter Vandenabeele
On 2/21/07, Matthias B. <[EMAIL PROTECTED]> wrote: What we would like to do is to put an extra binary file into the ODT file (which after all is just a ZIP archive) and to read this file in our custom component. Isn't the idea of meta-data in ODF 1.2 intended for these type of applications ? Do