Re: [dev] NetBeans Tips and Tricks

2008-04-02 Thread Ariel Constenla-Haile
Hi Jürgen, seems you're back from holidays, hope you had fun! Juergen Schmidt escribió: By the way, I was able to configure NetBeans C++ Project to compile and debug C++ client applications on Linux; I think I may write something in the Wiki so that Java-NB users can give it a try at the UNO

Re: [dev] Installing OOo 2.4.0 and DEV300m5 in parallel on Ubuntu

2008-04-02 Thread Ariel Constenla-Haile
Michele escribió: Hello, I would like to install OOo2.4 with the DEV300m5 in parallel on my ubuntu box, but I don't know how. They are both called openoffice, so when i try to install dpkg *substitutes* one version with the other. I have found this command for RPMs in an old setup guide: rpm -

Re: [dev] Hi

2008-04-02 Thread Jan Holesovsky
Hi Guy, Dne Monday 31 of March 2008 21:15:17 Guy Standen napsal(a): > I am a professional computer (games) programmer and am interested in > contributing to the development of Open Office. My resume is available on > request. Welcome to the world of OOo! You might find some interesting info her

Re: [dev] Need redirection..

2008-04-02 Thread Jan Holesovsky
Hi Sudar, Dne Wednesday 02 of April 2008 11:53:30 Sudarsun Santhiappan napsal(a): > I would like to contribute to OO as a c++ developer. I would like to pick > on OO core C++ modules. But I could not identify a project name from the > list. Can you suggest names of few projects and also redirec

Re: [dev] NetBeans Tips and Tricks

2008-04-02 Thread Juergen Schmidt
Ariel Constenla-Haile wrote: Hi Steffen, Steffen Grund escribió: Hello all, I just created a wiki page for NetBeans users to publish some tips and tricks around programming in Java for OpenOffice.org. Here it is: http://wiki.services.openoffice.org/wiki/NetBeans_Tips_and_Tricks Not much co

Re: [dev] Saving Documents

2008-04-02 Thread yaungmin
Hi, I don't quite understand your question. I am using Netbeans IDE to write my programs. I don't pass any arguments to my saveDocument method. See below for the method that I have so far. I am sure that the method just load a document from a given location and save it to a different location, wh

[dev] implementation codes for .idl files in OOo source codes

2008-04-02 Thread Zongyun Lai
Hi all, I am trying to write a broadcaster and listener example using uno API (JAVA preferred, C++ is OK too). I have found that the example at /examples/DevelopersGuide/OfficeDev/Linguistic quite useful. So, I want to find out how "linguistic" implements these feature. I found that the idl f

Re: [dev] New License and Contributor Agreement

2008-04-02 Thread Stefan Taxhet
Hi, To round off the license and contributor agreement change[0] the exempted contributions guidelines and the new source header are now available after review by the OpenOffice.org Project Leads. As you know additional functionality for OpenOffice.org may be provided as an OpenOffice.org Exte

Re: [dev] How to import external data with username/password?

2008-04-02 Thread Bernd Eilers
Jan Holesovsky wrote: Hi Mathias, Hi there! On Wednesday 02 of April 2008, Mathias Bauer wrote: Hi, I'm new to Calc, and fascinated by its power, but while using "Link to External Data" to get realtime stock quote, the website asks me to log in first, would you mind telling me how to type

[dev] Development at a Glance - Weekly Update CW14

2008-04-02 Thread Dieter Loeschky
Hi, here is the weekly update for calendar week 14: http://blogs.sun.com/GullFOSS/entry/development_at_a_glance_weekly45 Regards, Dieter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: [dev] How to import external data with username/password?

2008-04-02 Thread Jan Holesovsky
Hi Mathias, On Wednesday 02 of April 2008, Mathias Bauer wrote: > > Hi, I'm new to Calc, and fascinated by its power, but while using "Link > > to External Data" to get realtime stock quote, the website asks me to log > > in first, would you mind telling me how to type username/password when > >

Re: [dev] How to import external data with username/password?

2008-04-02 Thread Mathias Bauer
SHUE Jon wrote: > Hi, I'm new to Calc, and fascinated by its power, but while using "Link to > External Data" to get realtime stock quote, the website asks me to log in > first, would you mind telling me how to type username/password when importing > external data? Thanks. > - psist - > >

[dev] GoOOoCon 2008 programme

2008-04-02 Thread Jan Holesovsky
Hi, GoOOoCon 2008 (http://wiki.services.openoffice.org/wiki/GoOOCon_2008, a local OOo-developer-focused conference) is getting really near - the next Friday and Saturday. If you are still undecided whether to attend, hopefully the programme could persuade you :-) http://wiki.services.openoffi

Re: [dev] Saving Documents

2008-04-02 Thread Mikhail Voitenko
Hi, Which API are you using currently to let the document be saved? Please describe the arguments you provide to the API ( if any ) as well. Best regards, Mikhail. yaungmin wrote: Here is detail information about the project that I am working on. I am using Java for this add-on program. Thi

[dev] Need redirection..

2008-04-02 Thread Sudarsun Santhiappan
Hello List, I would like to contribute to OO as a c++ developer. I would like to pick on OO core C++ modules. But I could not identify a project name from the list. Can you suggest names of few projects and also redirect me to their appropriate mailing-list and team leaders ? thanks much Sudar.

Re: [dev] Update: Removing external header guards

2008-04-02 Thread Thorsten Behrens
On Wed, Apr 02, 2008 at 09:16:21AM +0200, Stephan Bergmann wrote: > But why is rtl/string.hxx "not visible to the script"? > > Do occurences of external guards around including rtl/string.hxx (and > others?) need to be removed manually? > No. Please check the file again. ;-) Cheers, -- Thorsten

Re: [dev] Update: Removing external header guards

2008-04-02 Thread Stephan Bergmann
Thorsten Behrens wrote: On Tue, Apr 01, 2008 at 03:21:01PM +0200, Stephan Bergmann wrote: Is your tooling defective? Why is the external header around rtl/string.hxx not removed below? Nope. The script first collects all headers, extracts the header guards from it, and then removes those gu