Re: [dev] I want to contribute

2006-04-19 Thread Laurent Godard
Hi thanks for your proposal you can have a first look at ooo internals through the starter guide http://wiki.services.openoffice.org/wiki/Main_Page moreover, contributing can be done through Extensions, requiring less knowledge about OOo internals and a good way to start with the API

Re: [dev] scripted multiplatform .doc to .html conversion

2006-04-19 Thread Tom Schindl
Hi, there's a fully functional codesnippet available which does show how document-conversion can happen. http://codesnippets.services.openoffice.org/Office/Office.ConvertDocuments.snip If you are running this from a J2EE application you need to take into consideration that ***one*** OO-Instance

Re: [dev] Creating a listener for Cell Data change in OpenOffice calc.

2006-04-19 Thread Sathya C
Hi, Is there a way to know which cell in the range was modified? Thanks Regards, -Sathya On 4/18/06, Niklas Nebel [EMAIL PROTECTED] wrote: Sathya C wrote: I am writing an add-in for OpenOffice Calc. I want my program to get notified when something is entered into a the spreadsheet

Re: [dev] Draw ideas

2006-04-19 Thread Mathias Bauer
Werner Schulte wrote: In can create the layered figure, name the single objects and find that objects in the content.xml file, which can be extracted from my application easy. The only thing I am missing is the fact, that I would need to add some kind of meta data to each object, which can

Re: [dev] OOo and problem with UIDs...

2006-04-19 Thread Mathias Bauer
marekjs wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. I've very weird problem: Sometimes, my OOo locks. When I try to start soffice, swriter I can't: some seconds mixing my HDD and silence. Well. I change the user id (UID) to different - it's start normally. But, when

Re: [dev] Implementing Document Restrictions in Star Office and Open Office

2006-04-19 Thread Mathias Bauer
Hi Valden, Valden Longhurst wrote: After talking with Malte Timmermann from Sun, he mentioned I might want to bring my ideas to this group. Is this the correct group for this idea? Attached is a PDF on how we can use both symmetric and asymmetric encryption--WITHOUT using a Rights

Re: [dev] I want to contribute

2006-04-19 Thread Mathias Bauer
James Courtier-Dutton wrote: For example, when one compares two documents, all the changes in the text are highlighted, except text inside tables. It is probably there by design at the moment, but it is a little inconsistent. Having OO highlight changes in the contents of tables would be a

Re: [dev] Implementing Document Restrictions in Star Office and Open Office

2006-04-19 Thread Tom Schindl
Why not simply creating a Issue and attaching the document and posting the IT-ID ;-) To Mathias Bauer wrote: Hi Valden, Valden Longhurst wrote: After talking with Malte Timmermann from Sun, he mentioned I might want to bring my ideas to this group. Is this the correct group for this

Re: [dev] Executable Memory

2006-04-19 Thread Stephan Bergmann
Stephan Bergmann wrote: Matthias Huetsch wrote: Hi Stephan, sorry for jumping in late; see my comments inline... Stephan Bergmann wrote On 03/17/06 15:59,: [...] Part of my motivation is the issue that you mentioned in the email that started this thread, i.e. issue 47132 (and its

Re: [dev] Creating a listener for Cell Data change in OpenOffice calc.

2006-04-19 Thread Niklas Nebel
Sathya C wrote: Is there a way to know which cell in the range was modified? If you add the listener to a cell range or sheet, no, and you'll also be notified only once if several cells are modified at the same time. If you want to observe individual cells (and there's not too many of

[dev] Implementing Document Restrictions in Star Office and Open Office

2006-04-19 Thread Valden Longhurst
Second attempt because it seems the PDF didn't come through After talking with Malte Timmermann from Sun, he mentioned I might want to bring my ideas to this group. Is this the correct group for this idea? Attached are two OOo files on how we can use both symmetric and asymmetric

[dev] Build error

2006-04-19 Thread Yoann Babel
Building on Debian Stable (Sarge) for the first time (I want to test VBA compat), I get this error after a while : java -Xms256m -Xmx256m -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl

Re: [dev] Build error

2006-04-19 Thread Yoann Babel
Yoann Babel wrote: Building on Debian Stable (Sarge) for the first time (I want to test VBA compat), I get this error after a while : java -Xms256m -Xmx256m -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl

Re: [dev] Implementing Document Restrictions in Star Office and Open Office

2006-04-19 Thread Malte Timmermann
Valden, I personally wouldn't implement access control. Everybody can modify OOo and get rid of all security checks. So the only thing I would do is encrypting the session key with users public keys, so only certain people can open the document. That is all you can guarantee! Once somebody has

[dev] CP Hennessy: Winner, March Round Article Contest

2006-04-19 Thread Louis Suarez-Potts
All, New Developer Article Contest Winner: CP Hennessy! CP Hennessy has won the latest round of the contest with an excellent article on the citation facilities of OpenOffice.org. Titled, Current Implementation of the OpenOffice.org Bibliographic Component, the work examines the APIs

Re: [dev] scripted multiplatform .doc to .html conversion

2006-04-19 Thread Kirk Israel
Tom, thanks, that is very cool. I was able to get the snippet up and running... Through trial and error I got the correct Jars from my OOo directory I needed to compile against, and then Google indicated I needed to include the OOo/program directory in the classpath. Was there a smarter way I

[dev] startup logs of OOo

2006-04-19 Thread marekjs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. How can I log startup process of OOo ? I haven't any messages under console and into system logs (linux) - -- - --- Regards: marekjs gg: 805516 tlen: marekjs(at)tlen(dot)pl gmail:

Re: [dev] I want to contribute

2006-04-19 Thread CPHennessy
On Thu April 13 2006 23:49, Dominic Joseph wrote: Dear OpenOffice, I would like to donate some time to the openOffice project. I am currently graduating with a 4 year computer science degree on May 6. I am going to start a C++ development job in a couple of months, so I have lots of free

RE: [dev] startup logs of OOo

2006-04-19 Thread Leibowitz, Michael
There is a logging facility built into OpenOffice.org. Set the environment variable RTL_LOGFILE to the filename that you want logs outputted to. You will only get performance markers unless OpenOffice.org is compiled with TIMELOG defined. Hope that helps. -- Michael Leibowitz Software