Re: [dev] I want to contribute

2006-04-18 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 http://w

[dev] OOo and problem with UIDs...

2006-04-18 Thread marekjs
-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 I try the previous UID -

[dev] live broadcast from FISL

2006-04-18 Thread Jacqueline McNally
From Sulamita Garcia, LinuxChix Brasil (www.linuxchix.org.br). Forwarded from LinuxChix Announce list. There are other FISL and OSS topics at http://infomediatv.terra.com.br but I'm not sure if they all have translation into other languages. Regards Jacqueline Hi I would like to announce the

Re: [dev] I want to contribute

2006-04-18 Thread James Courtier-Dutton
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 time on my hands right now. I am e

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

2006-04-18 Thread Kirk Israel
This project got backburnered but is now coming up again, the concept of integrating OOo's doc to HTML conversion as seamlessly as possible into an exisint J2EE application. My understanding is that OOo must be present (copied to, but not necceaarily installed, baed on Mathias' previous comments.

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

2006-04-18 Thread Valden Longhurst
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 Management or Licensing server to enforce busi

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

2006-04-18 Thread Sathya C
Hi Niklas, Thank you very much. I was able to get the Data modified events using XModifyBroadcaster interface 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 > > notifi

Re: [dev] How can I load a JavaScript library in a JavaScript Macro enviroment?

2006-04-18 Thread Jürgen Schmidt
Hi Luiz, sorry for the late answer but i was "out of scope" for some weeks. OOo of course supports Python, if you prefer Python you can use it directly. Juergen Luiz Siqueira wrote: I really not a JavaScript Developer, I'm looking for a way to make Macros more efficiently. With JavaScript

Re: [dev] Right to left inserting of special characters is confusing

2006-04-18 Thread Frank Meies
Hi Habib, On 04/18/06 13:33, Habib Seifzadeh wrote: So, I ask my question from you in another way: if I'm in right to left mode, how can I type "(x+(z-y))" ??? The problem is the beginning and ending parenthesis are typed reverse but middle parenthesis are typed correct. one possible way is t

[dev] Right to left inserting of special characters is confusing

2006-04-18 Thread Habib Seifzadeh
Hi developers, I have a problem with right to left mode when inserting parenthesis. I reported an issue and put my problem into Writer forum, but didn't get any reply. The URL of my question in forum is: http://www.oooforum.org/forum/viewtopic.phtml?t=34970 and my issue number is : 61016 So, I ask

[dev] Top Requests for Programming

2006-04-18 Thread Garret Smith
Hi: I read the Contributing > Programming list on the Openoffice.org website, and it says to email here to get the top request list. Could I be aware of the current top requests? Thanks! -Garret Smith - To unsubscribe, e-mail

[dev] I want to contribute

2006-04-18 Thread Dominic Joseph
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 time on my hands right now. I am eager to get my hands dir

[dev] urgent request: survey 'open source software'

2006-04-18 Thread Ansgar Broese
Hello, I don't want to bother you with any surveys, but I need your help to get some replies for a paper about open source. Here is a new, shorter version (approx 15 - 20 min) of the questionnair: Link to survey: http://131.188.245.243/php/survey/index.php?sid=32 I would be glad if you could ca

Re: [dev] Finding out the cell address inside the addon

2006-04-18 Thread Niklas Nebel
Dinesh Varadharajan wrote: I forgot to mention i am writing java addon and inside it we wont be having any reference. And also there seems to be no way of doing any callbacks to the formula execution. The position of the cell that's being calculated isn't available to an add-in function, sorr

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

2006-04-18 Thread Niklas Nebel
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 cell or the data has been modified in the data cell. Can you please advice me which Listener I should be using. I tried using XEventListener and XActiva