Re: [dev] Debug & Step Through Source Code of OpenOffice 3.0.0 viaVisual Studio C++ 2003 / 2005

2008-09-01 Thread Tor Lillqvist
>> Is it possible to Debug and step through the source code of OpenOffice 3.0.0 >> (BEB300_m3) , using Visual Studio C++ 2003 /2005 ? > yes, please have a look here: Except that one is supposed to use the compiler from Visual Studio 2008 (possibly the Express version) to build current OOo versions

[dev] Re: Starting OO headless - registration?

2008-09-01 Thread Bastian Preindl
Hi. problem solved, also for MacOS: ./soffice.bin -accept="socket,port=55100;urp;" -nologo -nofirststartwizard -norestore -nolockcheck -nocrashreport -nodefault -env:UserInstallation=file:///tmp/55100 Also stating "-headless" when wanting OO to work in headless mode helps a lot ... *ashame*

[dev] OOo SVN migration

2008-09-01 Thread Jens-Heiner Rechtien
Hi, last weekend I managed to hurt myself with the kick starter of a bike and as a result I'm out of office for probably a week. This means that the Subversion migration will probably be delayed for a few days. Sorry for that. I keep you posted about when exactly we will do the migration. Heiner

Re: [dev] Compiling on OpenSolaris: GNU make a must?

2008-09-01 Thread Juergen Schmidt
Hi Ulf, OpenOffice neither use gnu make nor Sun make. It uses dmake and a version of dmake comes with the OO.org build environment. Juergen Ulf Wendel wrote: Hi! I was trying to make OOo use the Solaris compiler using CC=cc CXX=CC ./configure [...] and thought it would be fine to use the S

Re: [dev] Help with Calc TRUE function interrupting alphabetical listing

2008-09-01 Thread Mike Hall
Mike Hall wrote: Mike Hall wrote: Ann Flaherty wrote: Good Day, I am new to OO, but am loving it thus far. I do have a dilemna with the TRUE function. I have created a database of personal contact info for an exhibit I am curating. One of the artists has the surname of 'True'. I've tried

Re: [dev] Help with Calc TRUE function interrupting alphabetical listing

2008-09-01 Thread Mike Hall
Mike Hall wrote: Ann Flaherty wrote: Good Day, I am new to OO, but am loving it thus far. I do have a dilemna with the TRUE function. I have created a database of personal contact info for an exhibit I am curating. One of the artists has the surname of 'True'. I've tried again and again t

Re: [dev] debug macros in tools and trailing ";"

2008-09-01 Thread Juergen Schmidt
Thorsten Behrens wrote: On Fri, Aug 29, 2008 at 04:17:09PM +0100, Caolán McNamara wrote: Do we want to fix this, or ignore it entirely :-). If it gets fixed, which do we want, change the DBG_ set of macros to follow what people are generally doing with them, i.e. make them expect a trailing ";",

Re: [dev] Help with Calc TRUE function interrupting alphabetical listing

2008-09-01 Thread Mike Hall
Ann Flaherty wrote: Good Day, I am new to OO, but am loving it thus far. I do have a dilemna with the TRUE function. I have created a database of personal contact info for an exhibit I am curating. One of the artists has the surname of 'True'. I've tried again and again to enter as such, but

Re: [dev] Debug & Step Through Source Code of OpenOffice 3.0.0 via Visual Studio C++ 2003 / 2005

2008-09-01 Thread Oliver Bolte
Hi, artella coding wrote: Hi, Is it possible to Debug and step through the source code of OpenOffice 3.0.0 (BEB300_m3) , using Visual Studio C++ 2003 /2005 ? yes, please have a look here: http://wiki.services.openoffice.org/wiki/Building_OOo_with_Cygwin_on_Windows I looked on the site an

Re: [dev] Help with Calc TRUE function interrupting alphabetical listing

2008-09-01 Thread Joost Andrae
Hello Ann, just enter it as 'True By using the apostrophe the following text is handled as text. Otherwise the "TRUE" is handled as function which gives 1 (formatted as "TRUE") as return value. I am new to OO, but am loving it thus far. I do have a dilemna with the TRUE function. I have c

Re: [dev] SDK on Mac OS X 10.4

2008-09-01 Thread Juergen Schmidt
Pierre Doyon wrote: Hi Juergen, Stephan Bergmann wrote: On 08/29/08 14:36, Pierre Doyon wrote: Hi Stephan, On 08/28/08 18:32, Pierre Doyon wrote: Hi, The undefined symbols come from the following warnings ld: warning can't open dynamic library: @loader_path/libuno_sal.dylib.3 referenced

[dev] Debug & Step Through Source Code of OpenOffice 3.0.0 via Visual Studio C++ 2003 / 2005

2008-09-01 Thread artella coding
Hi, Is it possible to Debug and step through the source code of OpenOffice 3.0.0 (BEB300_m3) , using Visual Studio C++ 2003 /2005 ? I looked on the site and only found : http://tools.openoffice.org/dev_docs/build_windows_tcsh.html http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org