Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Rene Engelhard
Hi, On Tue, Aug 24, 2010 at 08:50:13AM +0200, Stephan Bergmann wrote: The static NativeLibraryLoader.loadLibrary(PipeConnection.class.getClassLoader(), jpipe); in class com.sun.star.lib.connections.pip.PipeConnection within jurt.jar effectively depends on finding a jpipe dynamic library

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Rene Engelhard
Hi, On Tue, Aug 24, 2010 at 08:50:13AM +0200, Stephan Bergmann wrote: This works in standard OOo installations, where the jpipe dynamic library is found relative to jurt.jar within the URE installation either in ../../lib (Unix) or ../bin (Windows). This fails if you either use a

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Rene Engelhard
On Tue, Aug 24, 2010 at 10:26:58AM +0200, Rene Engelhard wrote: Hi, On Tue, Aug 24, 2010 at 08:50:13AM +0200, Stephan Bergmann wrote: The static NativeLibraryLoader.loadLibrary(PipeConnection.class.getClassLoader(), jpipe); in class com.sun.star.lib.connections.pip.PipeConnection

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread rony
Hi René, hi Michael, just managed to re-install the Ubuntu version of OOo. Out of the box the reported error occurs. Then, following Michael's advice and adding /usr/lib/ure/lib/ to CLASSPATH resolved the problem and OOo can be addressed via Java from the commandline ! So there is at least a

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Rene Engelhard
On Mon, Aug 23, 2010 at 08:53:26PM +0200, rony wrote: So there is at least a problem in the Ubuntu distribution with the setup somewhere. As we already found out in this thread. It's a problem in Debian and Ubuntu because we move the Java libs to a standardized path with symlinks and OOo cannot

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Stephan Bergmann
On 08/24/10 10:41, Rene Engelhard wrote: On Tue, Aug 24, 2010 at 10:26:58AM +0200, Rene Engelhard wrote: On Tue, Aug 24, 2010 at 08:50:13AM +0200, Stephan Bergmann wrote: The static NativeLibraryLoader.loadLibrary(PipeConnection.class.getClassLoader(), jpipe); in class

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Rene Engelhard
Hi, On Tue, Aug 24, 2010 at 12:02:55PM +0200, Rene Engelhard wrote: On Mon, Aug 23, 2010 at 08:53:26PM +0200, rony wrote: So there is at least a problem in the Ubuntu distribution with the setup somewhere. As we already found out in this thread. It's a problem in Debian and Ubuntu

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-24 Thread Stephan Bergmann
On 08/24/10 13:31, Rene Engelhard wrote: On Tue, Aug 24, 2010 at 01:19:43PM +0200, Stephan Bergmann wrote: Please do not put an absolute path into plain OOo's jurt.jar Class-Path. It's for *Debians* OOo. The path won't change in Debian anyways (and if it did it would automaticatilly be

[dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-23 Thread Michael Stahl
On 21/08/2010 23:57, rony wrote: Hi René, sorry that it took a while to get back, but I got totally carried away changing/enhancing the installation scripts and had to get everything into sync again, before coming back to check out and analyze the problem with the Ubuntu distribution.

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-23 Thread Rene Engelhard
On Mon, Aug 23, 2010 at 11:42:22AM +0200, Michael Stahl wrote: i think i remember this error... it is caused by not finding some URE dynamic libraries, like libjpipe.so. the Java UNO bridge apparently uses native code via JNI for some things. Then that is a bug in the bridge or the extension

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-23 Thread Rene Engelhard
Michael Stahl wrote. so try adding /usr/lib/ure/lib/ to CLASSPATH, see if that helps. Or LD_LIBRARY_PATH (no idea whether that helps for JNI Linkage but it can be tried, too) Grüße/Regards, René - To unsubscribe, e-mail:

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-23 Thread rony
On 23.08.2010 14:09, Rene Engelhard wrote: On Mon, Aug 23, 2010 at 11:42:22AM +0200, Michael Stahl wrote: i think i remember this error... it is caused by not finding some URE dynamic libraries, like libjpipe.so. the Java UNO bridge apparently uses native code via JNI for some things.

Re: [dev] Re: Genuine OOo in distributions ? (Re: [dev] OOo installation packages for Linux, a few (easy) questions

2010-08-23 Thread Rene Engelhard
On Mon, Aug 23, 2010 at 03:29:47PM +0200, rony wrote: (Or do I have to go through Synaptic manager and check all sort of Eww, synaptic. modules (with the risk that I am overlooking an important one, given that the OOo related modules seem to be quite dispersed.) apt-get install

Re: [dev] Re: building openoffice problem

2010-08-23 Thread Soohong Min
Hello, I'm building OpenOffice 3.2.1.4. I wonder there is a way to install some modules. Actually I deleted some modules I don't need to install in the middle of building. After building packimages module, I got some error message including some lists I deleted and it indicates that there is

Re: [dev] Re: building openoffice problem

2010-08-23 Thread David Tardon
On Mon, Aug 23, 2010 at 02:59:09PM -0700, Soohong Min wrote: Hello, I'm building OpenOffice 3.2.1.4. I wonder there is a way to install some modules. Actually I deleted some modules I don't need to install in the middle of building. After building packimages module, I got some error

Re: [dev] Re: building openoffice problem

2010-08-22 Thread David Tardon
On Fri, Aug 20, 2010 at 09:30:40PM +0200, eric b wrote: Hi, Le 20 août 10 à 20:54, Soohong Min a écrit : Did you move the sources or modified the directories names since the first time you did configure ? Yes. I moved the sources to other computer. If so, how can I match with the

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Bernd Eilers
On 19.08.2010 21:38, Soohong Min wrote: Thanks for your reply. Can you tell me in detail how to build specific module in Openoffice source, if possble? Thanks *huh* what was not clear about the description? Here is an Example for the module vcl: $ cd vcl $ build Kind regards, Bernd

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Eike Rathke
Hi, On Friday, 2010-08-20 14:15:08 +0200, Bernd Eilers wrote: On 19.08.2010 21:38, Soohong Min wrote: Can you tell me in detail how to build specific module in Openoffice source, if possble? Here is an Example for the module vcl: $ cd vcl $ build $ deliver Don't forget to deliver in

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Soohong Min
Hi, After building module, I got this error message cd framework $build $deliver I get build: command not found deliver: command not found How can I get build command? I use Ubuntu 10.4. Thanks On Fri, Aug 20, 2010 at 6:04 AM, Eike Rathke eike.rat...@oracle.com wrote: Hi, On Friday,

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Santiago Bosio
Soohong Min escribió: Hi, After building module, I got this error message cd framework $build $deliver I get build: command not found deliver: command not found How can I get build command? I use Ubuntu 10.4. Thanks Perhaps, you don't set the environment correctly. Before cd'ing

Re: [dev] Re: building openoffice problem

2010-08-20 Thread eric b
Hi, Le 20 août 10 à 15:54, Santiago Bosio a écrit : Perhaps, you don't set the environment correctly. +1 Source the LinuxX86Env.Set.sh (or LinuxX86_64Env.Set.sh on 64 bits Linux) is correct, and probably the reason, but not bootstrap, needed only once. Before cd'ing into the module

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Soohong Min
I tried to set the environment correctly. After ./bootstrap - source LinuxX86Env.Set.sh - cd module build I got this message perl: warning: Setting locale failed perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG =

Re: [dev] Re: building openoffice problem

2010-08-20 Thread eric b
Hi, Le 20 août 10 à 20:34, Soohong Min a écrit : I tried to set the environment correctly. After ./bootstrap - source LinuxX86Env.Set.sh - cd module build I got this message perl: warning: Setting locale failed perl: warning: Please check that your locale settings: LANGUAGE =

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Soohong Min
Thanks for your reply. Can't open perl script /home/vaio/Downloads/ooo-build-3.2.1.4/build/ooo320-m19/solenv/bin/build.pl: No such file or directory What is the right path ? This is right path /home/soo/Downloads/office/ooo-build-3.2.1.4/build/ooo320-m19/solenv/bin/build.pl Did

Re: [dev] Re: building openoffice problem

2010-08-20 Thread eric b
Hi, Le 20 août 10 à 20:54, Soohong Min a écrit : Did you move the sources or modified the directories names since the first time you did configure ? Yes. I moved the sources to other computer. If so, how can I match with the environment variables contained in the LinuxX86Env.Set.sh?

Re: [dev] Re: building openoffice problem

2010-08-20 Thread Soohong Min
Hi, I redo configure again and then tried to do below $./bootstrap dmake present in /ooo-build-3.2.1.4/build/ooo320-m19/solenv/unxlngr/bin/dmake dmake copied to /ooo-build-3.2.1.4/build/ooo320-m19/solenv/unxlngr/bin/dmake $source LinuxX86Env.Set.sh $build build -- version: - ERROR: dmake:

[dev] Re: building openoffice problem

2010-08-19 Thread Björn Michaelsen
Am Wed, 18 Aug 2010 16:41:13 -0700 schrieb Soohong Min shm...@gmail.com: Hello, I need to build openoffcie 3.2.1.4. By the way I have some errors to build some modules while making. When I just use command 'make' after fixing some errors in a module, it takes a lot of times to build entire

Re: [dev] Re: building openoffice problem

2010-08-19 Thread Soohong Min
Thanks for your reply. Can you tell me in detail how to build specific module in Openoffice source, if possble? Thanks Soohong 2010/8/19 Björn Michaelsen bjoern.michael...@gmail.com: Am Wed, 18 Aug 2010 16:41:13 -0700 schrieb Soohong Min shm...@gmail.com: Hello, I need to build openoffcie

[dev] Re: [users] Re: [discuss] Questionnaire for our Research

2010-08-18 Thread Thomas Lange - Oracle
Hi, On 16.08.2010 21:16, Alexandro Colorado wrote: On Mon, Aug 16, 2010 at 12:21 PM, Nitin Mohan moha...@onid.orst.edu wrote: Hi, This is with reference to the earlier mail sent by me regarding the questionnaire for our research. We are doing a research study on how different projects

[dev] Re: [discuss] Questionnaire for our Research

2010-08-16 Thread Alexandro Colorado
On Mon, Aug 16, 2010 at 12:21 PM, Nitin Mohan moha...@onid.orst.edu wrote: Hi, This is with reference to the earlier mail sent by me regarding the questionnaire for our research. We are doing a research study on how different projects handle bugs and whether duplicate bugs are of great

[dev] Re: perplexed, OOO330_m2, --with-kde4, make

2010-08-05 Thread Michael Stahl
On 05/08/2010 11:50, luxInteg wrote: $SCRIPTS/office/TEST/officeMAKETEST: line 176: source: LinuxX86-64Env.Set.sh: file not found there's your problem: if your environment isn't set up properly, then nothing will work. -- Inexact sciences like economics advance funeral by funeral. -- Paul

[dev] Re: Framework To-Do's

2010-08-02 Thread ameya joshi
HI All, I am Ameya , I want to contribute to the open office .org open source projects. I have been learning C for past 9 months am pretty comfortable with it , but i want to test my skills on practical applications. I have been through The To-dos list of framework saw that the skills

[dev] Re: Framework To-Do's

2010-08-02 Thread ameya joshi
HI All, I am Ameya , I want to contribute to the open office .org open source projects. I have been learning C for past 9 months am pretty comfortable with it , but i want to test my skills on practical applications. I have been through The To-dos list of framework saw that the skills

Re: [dev] Re: Framework To-Do's

2010-08-02 Thread Alexandro Colorado
On Sat, Jul 31, 2010 at 1:43 PM, ameya joshi joshiameyajo...@gmail.com wrote: HI All, I am Ameya , I want to contribute to the open office .org open source projects. I have been learning C for past 9 months am pretty comfortable with it , but i want to test my skills on practical

Re: [dev] Re: Framework To-Do's

2010-08-02 Thread Billy Noel
Hi Ameya, In my opinion having an intricate knowledge of C is a valuable asset. Especially if you will be working low level apps. C++/OOAD is a little different beast. I have 12+ years of C++ Java but I have been digging through the code for a couple months to make sure I know how the basic

Re: [dev] Re: Framework To-Do's

2010-08-02 Thread Billy Noel
Sorry Ameya, Silly gmail sent ahead of time :) I was only stating that I speak for everyone we welcome you with open arms. Just don't get burnt out due to the complexity of some of the apps. -Billy On Mon, Aug 2, 2010 at 1:31 PM, Billy Noel billy.n...@gmail.com wrote: Hi Ameya,

[dev] Re: svarray replace by STL - patch

2010-07-30 Thread Michael Stahl
On 30/07/2010 13:22, Bartosz wrote: Hi. I have created patch, which replace SV_DECL_PTRARR with std::vector. It is first step to resolve old bug: http://www.openoffice.org/issues/show_bug.cgi?id=84159 Unfortunately this patch is not works correctly. After compile/run OpenOffice the

[dev] Re: Build order

2010-07-29 Thread Björn Michaelsen
Am Wed, 28 Jul 2010 19:29:50 -0700 schrieb Gregoire Gentil grego...@gentil.com: There is no static build order with the current build system, see the note on the top of the page. To have a build command you need to source the script that is generated by ./configure. Which script are you

[dev] Re: Building ooo

2010-07-29 Thread Michael Stahl
On 29/07/2010 17:46, Rick Kautick wrote: Hi all, I'm not sure if I have come to the right place, but here goes nothing. I recently decided that I wanted to get involved with open source development, and thought that fixing some small bugs or creating basic enhancements to oo would be a good

Re: [dev] Re: Building ooo

2010-07-29 Thread Rene Engelhard
On Thu, Jul 29, 2010 at 07:50:45PM +0200, Michael Stahl wrote: On 29/07/2010 17:46, Rick Kautick wrote: Hi all, I'm not sure if I have come to the right place, but here goes nothing. I recently decided that I wanted to get involved with open source development, and thought that fixing

[dev] Re: [Writer c# api]how can I insert the comments and author to document

2010-07-19 Thread Michael Stahl
On 17/07/2010 08:49, xiexiaoxin wrote: Hi, How to insert the Comments as the description of document by OpenOfice.org API? what my code is like below . but it only can insert the DocumentTitle to documents, but can't insert the Comment and “Author” , I don't know why. you can set all

[dev] Re: Precompiled header support on gcc platform

2010-07-17 Thread Björn Michaelsen
Am Sat, 17 Jul 2010 11:04:31 +0900 schrieb Takashi Ono t_...@hkfreak.net: I think we should decide whether or not to give up precompiled header support on gcc. That decision should be postponed to the new GNU Make build system. It makes no sense to fix gcc pch in the old system. In the new GNU

Re: [dev] Re: Precompiled header support on gcc platform

2010-07-17 Thread Takashi Ono
In message [dev] Re: Precompiled header support on gcc platform, Bjorn Michaelsen wrote... Am Sat, 17 Jul 2010 11:04:31 +0900 schrieb Takashi Ono t_...@hkfreak.net: Pch on gcc requires that the headers can be compiled in both exception handling enabled and disabled

[dev] Re: What is the best desktop tool to browse/navigate the OOo source?

2010-07-08 Thread Bjoern Michaelsen
Am Thu, 08 Jul 2010 10:15:58 +0700 schrieb Samphan Raruenrom samp...@osdev.co.th: Thank you :) Hi Samphan, more development resources are here: http://wiki.services.openoffice.org/wiki/Development if you feel something missing, let us know! BR, Bjoern

[dev] RE: fork can't reserve memory when building module postprocess under Windows

2010-07-02 Thread Ramón García Fernández
No, this does not work, configure translates any junction (because cygpath -w) does. Just try to put the OpenOffice.org source tree in a short absolute pathname like c:\ooo. Will report to cygwin. In cases like this, I suggest to use linkd.exe to create

[dev] RE: fork can't reserve memory when building module postprocess under Windows

2010-07-01 Thread Ramón García Fernández
Solved. The cause was that pathnames where too long. The argument list of the rebase command (long list of DLLs). In cases like this, I suggest to use linkd.exe to create a junction point. linkd.exe is included with the operating system. See you tomorrow. Aviso legal – Comisión Nacional del

[dev] Re: resume build

2010-06-30 Thread Tor Lillqvist
i don't know much about ntfs, but maybe it has a different concept of permissions than ordinary unix filesystems? Of course, completely different, based on arbitrarily long ACLs and not POSIX rwxrwxrwx bits. Mounting a NTFS volume on a Unix machine means these ACLs must then be somehow

[dev] RE: Issues building under windows xp: patch

2010-06-29 Thread Tor Lillqvist
It looks like I forgot to attach the patch. No problem, using the patch would be prohibited anyway, it seems: Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. Which to me seems to say that any code

[dev] Re: BUG report

2010-06-29 Thread Michael Stahl
Hi Pranas, i'm afraid your stack trace is mostly useless to upstream OOo developers, because you're not using the upstream build and the addresses in other builds are all different. On 29/06/2010 08:26, Pranas Baliuka wrote: (XII) fedora release is: Fedora release 11 (Leonidas) it seems that

[dev] Re: cannot build source

2010-06-29 Thread Michael Stahl
On 29/06/2010 11:12, mohammed safeer wrote: hi, when i tried to build OOO320_m19 i got an error.. steps i hv done are: in directory OOO320_m19 ./configure ./bootstrap source LinuxX86-64Env.Set.sh make i guess that will use system libxml2, right? after a long compiling process i

Re: [dev] Re: cannot build source

2010-06-29 Thread mohammed safeer
i have now i extracted OOo_3.2.1_src_system.tar.bz2 containing libxml2. if i redo the make,will it work fine? On Tue, Jun 29, 2010 at 2:52 PM, Michael Stahl michael.st...@sun.comwrote: On 29/06/2010 11:12, mohammed safeer wrote: hi, when i tried to build OOO320_m19 i got an error..

[dev] Re: resume build

2010-06-29 Thread Michael Stahl
On 29/06/2010 15:47, mohammed safeer wrote: hi sir.. im sorry for the error i got is pasted below... Building module sysui [...] unxlngx6.pro/bin/getuid.so dpkg-deb --build ../../ unxlngx6.pro/misc/openoffice.org3.2-debian-menus_3.2-9505_all/media/OS/openoffice/OOO320_m19/sysui/

Re: [dev] Re: resume build

2010-06-29 Thread mohammed safeer
sir, it doesn't work. my source directory is located in mounted ntfs file system. since i had no free space in linux file system. is it is the problem?? On Tue, Jun 29, 2010 at 10:06 PM, Michael Stahl michael.st...@sun.comwrote: On 29/06/2010 15:47, mohammed safeer wrote: hi sir.. im sorry

[dev] Re: resume build

2010-06-29 Thread Michael Stahl
On 29/06/2010 18:55, mohammed safeer wrote: sir, it doesn't work. my source directory is located in mounted ntfs file system. since i had no free space in linux file system. is it is the problem?? interesting. i don't know much about ntfs, but maybe it has a different concept of permissions

Re: [dev] Re: resume build

2010-06-29 Thread mohammed safeer
i cant free any more space in file system... please help me..is there any other solution. On Tue, Jun 29, 2010 at 10:33 PM, Michael Stahl michael.st...@sun.comwrote: On 29/06/2010 18:55, mohammed safeer wrote: sir, it doesn't work. my source directory is located in mounted ntfs file

Re: [dev] Re: BUG report

2010-06-29 Thread David Tardon
On Tue, Jun 29, 2010 at 10:57:36AM +0200, Michael Stahl wrote: Hi Pranas, i'm afraid your stack trace is mostly useless to upstream OOo developers, because you're not using the upstream build and the addresses in other builds are all different. On 29/06/2010 08:26, Pranas Baliuka wrote:

[dev] RE: Issues building under windows xp: patch

2010-06-28 Thread Ramón García Fernández
It looks like I forgot to attach the patch. Aviso legal – Comisión Nacional del Mercado de Valores Este mensaje y, en su caso, los ficheros que lleve incorporados, está dirigido exclusivamente a su destinatario y es de carácter confidencial. Si fuere recibido por error o se tuviere

Re: [dev] RE: Issues building under windows xp: patch

2010-06-28 Thread Eike Rathke
Hi Ramón, On Monday, 2010-06-28 21:19:12 +0200, Ramón García Fernández wrote: It looks like I forgot to attach the patch. Some attachment types are stripped from the lists. Best to add it as a plain text diff. Eike -- OOo/SO Calc core developer. Number formatter stricken i18n

Re: [dev] Re: FASTBOOL macro vs bool - decrease memory usage

2010-06-27 Thread Terrence Enger
On Fri, 2010-06-25 at 10:03 +0200, Michael Stahl wrote: On 25/06/2010 08:53, Stephan Bergmann wrote: On 06/24/10 22:51, Terrence Enger wrote: This is about a sal_Bool rather than a bool, but I shall raise the question anyway. It just happens that I was running OO under gdb, and the

[dev] Re: FASTBOOL macro vs bool - decrease memory usage

2010-06-25 Thread Michael Stahl
On 25/06/2010 08:53, Stephan Bergmann wrote: On 06/24/10 22:51, Terrence Enger wrote: This is about a sal_Bool rather than a bool, but I shall raise the question anyway. It just happens that I was running OO under gdb, and the following output had already caught my attention.

[dev] Re: Builld Error code 2

2010-06-25 Thread Michael Stahl
On 25/06/2010 06:45, Juan Manuel wrote: Keep getting this error during build on Ubuntu 10.04. Tried changing the permissions but error still remains. Any ideas? it seems the makefile there deletes the stuff and re-generates it, so it'll overwrite any manual change. dpkg-deb --build

RE: [dev] Re: Builld Error code 2

2010-06-25 Thread Juan Gonzalez Moreno
To: dev@openoffice.org From: michael.st...@sun.com Date: Fri, 25 Jun 2010 10:27:36 +0200 Subject: [dev] Re: Builld Error code 2 On 25/06/2010 06:45, Juan Manuel wrote: Keep getting this error during build on Ubuntu 10.04. Tried changing the permissions but error still remains. Any ideas

[dev] Re: FASTBOOL macro vs bool - decrease memory usage

2010-06-24 Thread Michael Stahl
On 24/06/2010 13:52, Stephan Bergmann wrote: On 06/24/10 12:42, Niklas Nebel wrote: On 06/24/10 12:29, Mathias Bauer wrote: The idea is so good that someone is already working on it. :-) There is ongoing work to replace a lot of ancient types like BOOL, USHORT etc. by sal_... types, with the

Re: [dev] Re: FASTBOOL macro vs bool - decrease memory usage

2010-06-24 Thread Rene Engelhard
Hi, On Thu, Jun 24, 2010 at 02:15:29PM +0200, Michael Stahl wrote: isn't bool ususally (or at least sometimes) 4 bytes in size? $ cat test.cxx #include stdio.h int main() { printf(%d\n, sizeof(bool)); } $ g++ -o lala ./test.cxx $ ./lala 1 Grüße/Regards, René

Re: [dev] Re: FASTBOOL macro vs bool - decrease memory usage

2010-06-24 Thread Patrick Bernard
Hi Here is an excerpt from the C++ standard about the size of fundamental types (clause 5.3.3) : sizeof(char), sizeof(signed char) and sizeof(unsigned char) are 1; the result of sizeof applied to any other fundamental type (3.9.1) is implementation-defined. [Note: in particular, sizeof(bool)

[dev] Re: subsequenttests

2010-06-23 Thread Michael Stahl
On 23/06/2010 15:57, Stephan Bergmann wrote: By now, its probably too late to be able to extract information exactly where the tests started to break on the various bots when DEV300_m80 became available end of May, right? :( let me pull something out of my fuzzy memory... some bots failed

RE: [dev] RE: Issue building OpenOffice under Windows

2010-06-23 Thread Ramón García Fernández
I thought that it was clear that the error was that the appropiate path to the libxml2.lib was not given to the linker command line. Unfortunately, there is no easy way to change the language compiler messages. I am going to install the English version of Visual C++ Express 2008. Anyway, here

Re: [dev] RE: Issue building OpenOffice under Windows

2010-06-23 Thread Mathias Bauer
Hi, I don't know what successfully installed libxml2 means. I would just build it from the OOo module and deliver it. The result of this procedure would be a libxml2.dll in solver/.../bin and a libxml2.lib import library in solver/.../lib. There are two other libraries libxml2_a.lib and

RE: [dev] RE: Issue building OpenOffice under Windows

2010-06-23 Thread Ramón García Fernández
@openoffice.org Asunto: Re: [dev] RE: Issue building OpenOffice under Windows 8Hi, I don't know what successfully installed libxml2 means. I would just build it from the OOo module and deliver it. The result of this procedure would be a libxml2.dll in solver/.../bin and a libxml2.lib import

[dev] Re: Build Open office 3.20 on window XP

2010-06-22 Thread Bjoern Michaelsen
Am Mon, 21 Jun 2010 11:59:41 +0200 schrieb Ruediger Timm ruediger.t...@sun.com: AFAIK tcsh shell is not really supported any more (though it might be on that 3.2 code base - I just do not remember exactly). Could you just try using bash instead? If that is truely the case, we should _really_

Re: [dev] Re: Build Open office 3.20 on window XP

2010-06-22 Thread Stephan Bergmann
On 06/22/10 09:31, Bjoern Michaelsen wrote: Am Mon, 21 Jun 2010 11:59:41 +0200 schrieb Ruediger Timm ruediger.t...@sun.com: AFAIK tcsh shell is not really supported any more (though it might be on that 3.2 code base - I just do not remember exactly). Could you just try using bash instead? If

Re: [dev] RE: [api-dev] pdf import programmatically

2010-06-22 Thread TJ Frazier
documentation as to what strings it accepts. Thanks again Date: Thu, 17 Jun 2010 09:15:09 + From: tvata...@starxpert.fr To: dev@openoffice.org Subject: Re: [dev] RE: [api-dev] pdf import programmatically Hi, To open you document programmatically, you can do that : sub main dim xComp as object dim

Re: [dev] RE: [api-dev] pdf import programmatically

2010-06-22 Thread Thibault Vataire
. Use its getArgs() method to access these properties (http://api.openoffice.org/docs/common/ref/com/sun/star/frame/XModel.html#getArgs). T. Vataire - Mail Original - De: Wei Min Teo shaun...@hotmail.com À: dev@openoffice.org Envoyé: Mardi 22 Juin 2010 05:37:35 Objet: RE: [dev] RE: [api

[dev] RE: Issue building OpenOffice under Windows

2010-06-22 Thread Ramón García Fernández
I am having exactly the same problem when building libxmlsecurity. I solved by editing the makefile.mk of this module. I uncommented two lines with the CONFIGURE_FLAGS, and quoted the arguments of the INC and LIB directories. These lines are now: CONFIGURE_FLAGS=crypto=$(CRYPTOLIB) debug=yes

RE: [dev] RE: Issue building OpenOffice under Windows

2010-06-22 Thread Monique Lamarre
Please take me off your email list. I do not want to receive it. TY Monique Lamarre From: ram...@cnmv.es To: dev@openoffice.org Date: Wed, 23 Jun 2010 00:08:08 +0200 Subject: [dev] RE: Issue building OpenOffice under Windows I am having exactly the same problem when building

[dev] Re: Build Open office 3.20 on window XP

2010-06-21 Thread Michael Stahl
On 20/06/2010 14:25, Lê Việt Quang wrote: Dear sir , I try to build OOO320_m12 on window XP , but it fail , and take this error , what is it ? any reason why you want to build such an outdated milestone? iirc latest OOO320 is at m19... no idea about your error, tough... -- ...the cost of

Re: [dev] Re: Build Open office 3.20 on window XP

2010-06-21 Thread Rene Engelhard
Hi, On Mon, Jun 21, 2010 at 11:47:07AM +0200, Michael Stahl wrote: On 20/06/2010 14:25, Lê Việt Quang wrote: Dear sir , I try to build OOO320_m12 on window XP , but it fail , and take this error , what is it ? any reason why you want to build such an outdated milestone? Because he wants

[dev] Re: Community Council Elections 2010-06: Introducing the Nominees

2010-06-21 Thread Andreas Bartel
Hello fellow members, Many thanks to Christoph! Now, I’d like to take the opportunity and introduce myself to the rest of the community in detail and answer your questions. Am 16.06.2010 23:21, schrieb Christoph Noack: Hi everyone, I would like to thank both Thorsten and Andreas for their

RE: [dev] RE: [api-dev] pdf import programmatically

2010-06-21 Thread Wei Min Teo
:09 + From: tvata...@starxpert.fr To: dev@openoffice.org Subject: Re: [dev] RE: [api-dev] pdf import programmatically Hi, To open you document programmatically, you can do that : sub main dim xComp as object dim args(0) as new com.sun.star.beans.PropertyValue args(0).name

Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-18 Thread Mathias Bauer
On 14.06.2010 23:32, Andrew Douglas Pitonyak wrote: On 06/14/2010 07:05 AM, Bartosz wrote: I thought I had a patch somewhere to do some of the conversion, but I can't find it now. I remember that I didn't go ahead with it at the time because my first cut at it left OOo larger than it was before

Re: [dev] Re: SfxItemSet assumptions and assertions

2010-06-18 Thread Mathias Bauer
On 16.06.2010 10:57, Bjoern Michaelsen wrote: Am Wed, 16 Jun 2010 10:11:25 +0200 schrieb Mathias Bauernospamfor...@gmx.de: BTW: I don't remember if any of the two ItemSet implementations returns an VoidItem in a GetItem call for a disabled item or if NULL is returned then. IMHO it always

Re: [dev] RE: [api-dev] pdf import programmatically

2010-06-17 Thread Thibault Vataire
...@hotmail.com À: dev@openoffice.org, d...@api.openoffice.org Envoyé: Jeudi 17 Juin 2010 04:34:36 Objet: [dev] RE: [api-dev] pdf import programmatically Hi, Can anyone help me on this? Is there a way to force a document to open with draw programmatically? From: shaun...@hotmail.com To: dev

Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-17 Thread Stephan Bergmann
On 06/17/10 15:46, Bartosz wrote: 2010/6/16 Eike Rathke wrote: Hi Bartosz, On Tuesday, 2010-06-15 09:06:19 +0200, Bartosz wrote: After replace svArrays by STL containers, in some cases I observed boost of performance. For example: for (USHORT i = 0; i aEntries.size(); ++i) Please

[dev] Re: Building the Source Code

2010-06-16 Thread Bjoern Michaelsen
Am Tue, 15 Jun 2010 10:47:07 -0700 (PDT) schrieb Matt Wis mattwi...@yahoo.com: I have installed Cygwin and the five modules listed at http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows. I cannot run configure. When I run ./configure, it says bash:

[dev] Re: about oov build

2010-06-16 Thread Bjoern Michaelsen
Am Wed, 16 Jun 2010 15:32:54 +0800 schrieb wangxiang wangxian...@gmail.com: *But another question comes back : I can't find the .o or .so libs in the folder /opt/openoffice.org3/program (There's only an libnpsoplugin.so in the folder )* Is that right ? Yes, most libs are in /opt/openoffice

Re: [dev] Re: about oov build

2010-06-16 Thread wangxiang
Thanks, I just want to build some modules like SW with the debug partial build, and replace existing libs to get some debugging But I can't find the .o or .so in the installation folders. In my fedora12, it's /opt/openoffice.org3/program/ and i follow your suggestions and find the programs

[dev] Re: SfxItemSet assumptions and assertions

2010-06-16 Thread Bjoern Michaelsen
Am Wed, 16 Jun 2010 10:11:25 +0200 schrieb Mathias Bauer nospamfor...@gmx.de: BTW: I don't remember if any of the two ItemSet implementations returns an VoidItem in a GetItem call for a disabled item or if NULL is returned then. IMHO it always should be the latter. Getting a void item the old

[dev] Re: about oov build

2010-06-16 Thread Bjoern Michaelsen
Am Wed, 16 Jun 2010 16:22:13 +0800 schrieb wangxiang wangxian...@gmail.com: Thanks, I just want to build some modules like SW with the debug partial build, and replace existing libs to get some debugging But I can't find the .o or .so in the installation folders. In my fedora12, it's

[dev] Re: about oov build

2010-06-16 Thread Michael Stahl
On 16/06/2010 10:22, wangxiang wrote: Thanks, I just want to build some modules like SW with the debug partial build, and replace existing libs to get some debugging But I can't find the .o or .so in the installation folders. In my fedora12, it's /opt/openoffice.org3/program/ and i

Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-16 Thread Eike Rathke
Hi Bartosz, On Tuesday, 2010-06-15 09:06:19 +0200, Bartosz wrote: After replace svArrays by STL containers, in some cases I observed boost of performance. For example: for (USHORT i = 0; i aEntries.size(); ++i) Please ensure to adapt also all types where necessary, in this case

Re: [dev] Re: about oov build

2010-06-16 Thread wangxiang
Thanks, i got it! 2010/6/16 Michael Stahl michael.st...@sun.com On 16/06/2010 10:22, wangxiang wrote: Thanks, I just want to build some modules like SW with the debug partial build, and replace existing libs to get some debugging But I can't find the .o or .so in the

Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-16 Thread Bartosz
Great success! I have successfully removed the SvArray of objects macro (SV_DECL_OBJARR and SV_IMPL_OBJARR macros). Please feel free to check and test it. Patch is available at (replace_svarray3.patch): http://www.openoffice.org/issues/show_bug.cgi?id=112395 2010/6/15 Bjoern Michaelsen:

[dev] RE: [api-dev] pdf import programmatically

2010-06-16 Thread Wei Min Teo
Hi, Can anyone help me on this? Is there a way to force a document to open with draw programmatically? From: shaun...@hotmail.com To: dev@openoffice.org; d...@api.openoffice.org Date: Mon, 7 Jun 2010 15:32:58 +0800 Subject: [api-dev] pdf import programmatically Hi all, I

Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-15 Thread Bartosz
Getting rid of SvArray might not be enough alone to fix this, but it would be a big step in the right direction. Please also have a look at the work in cws new_itemsets which tries to get rid of the old SfxItemSet implementation and replace it with stl container-based stuff whereever

Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-15 Thread Jan Holst Jensen
On 2010-06-15 09:06, Bartosz wrote: By the way. After replace svArrays by STL containers, in some cases I observed boost of performance. For example: for (USHORT i = 0; i aEntries.size(); ++i) { if (aEntries.at(i).aFntFmt == rFntFmt) { aRes =

Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-15 Thread Ruediger Timm
On 06/15/10 09:06, Bartosz wrote: Getting rid of SvArray might not be enough alone to fix this, but it would be a big step in the right direction. Please also have a look at the work in cws new_itemsets which tries to get rid of the old SfxItemSet implementation and replace it with stl

[dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-15 Thread Bjoern Michaelsen
Am Tue, 15 Jun 2010 09:18:45 +0200 schrieb Jan Holst Jensen j...@biochemfusion.com: On 2010-06-15 09:06, Bartosz wrote: By the way. After replace svArrays by STL containers, in some cases I observed boost of performance. For example: for (USHORT i = 0; i aEntries.size();

Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-15 Thread Mathias Bauer
On 14.06.2010 12:01, Caolán McNamara wrote: On Mon, 2010-06-14 at 11:22 +0200, Michael Stahl wrote: the SvArrays should be replaced by appropriate STL types (mostly vector, i guess, but probably in some cases stacks or deques or something else). deques I think was the best option in general

Re: [dev] Re: BigPointerArray, SvPointerArray vs STL containers

2010-06-15 Thread Jan Holst Jensen
On 2010-06-15 10:44, Bjoern Michaelsen wrote: Am Tue, 15 Jun 2010 09:18:45 +0200 schrieb Jan Holst Jensenj...@biochemfusion.com: On 2010-06-15 09:06, Bartosz wrote: By the way. After replace svArrays by STL containers, in some cases I observed boost of performance. For example:

Re: [dev] Re: CMake

2010-06-15 Thread Björn Michaelsen
Am Mon, 14 Jun 2010 14:13:36 -0400 schrieb Bill Hoffman bill.hoff...@kitware.com: OK, so you depend on gmake features. Indeed. Some of the recent gmake features are really nifty and make it quite powerful. This might be an interesting thing to try with CMake some day. To generate a makefile

<    1   2   3   4   5   6   7   8   9   10   >