Re: [dev] can i use MAP_PIXEL instead of APPFONT?

2010-12-06 Thread Frank Schönheit
Hi limerlin, in XXX.src file: Set the size and location use of MAP_APPFONT My question is:Why use MAP_APPFONT? Can i use MAP_PIXEL? I think MAP_PIXEL more convenient。 While pixel might be more convenient, it would be a guaranteed way to break your

Re: [dev] Re: Debugging Hanging OOo

2010-12-06 Thread Carsten Driesner
Am 30.11.2010 23:18, schrieb Knut Olav Bøhmer: On 29 November 2010 22:59, Mathias Bauernospamfor...@gmx.de wrote: On 26.11.2010 22:20, Knut Olav Bøhmer wrote: On 26 November 2010 18:28, Carsten Driesnercarsten.dries...@oracle.com wrote: The fix has been applied to CWS fwk160. The change

Re: [dev] Importing Filter fixes from Symphony

2010-12-06 Thread Laurent Godard
Hi Camille Following Eike's advice I will ask IBM people (with little hope,though :-( ). let us know whatever the response is thanks !! laurent - To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional

[dev] Re: Installing OpenOffice SDK and configuring NetBeans IDE

2010-12-06 Thread Michael Stahl
On 06/12/2010 02:25, Harsha Ravnikar wrote: I downloaded SDK version 3.2.1 for the first time from http://download.openoffice.org/sdk/index.html and extracted it. When I run the update script that comes with the SDK, I get a message Skipping deselected package for (I think) all the packages

Re: [dev] Re: Installing OpenOffice SDK and configuring NetBeans IDE

2010-12-06 Thread Konstantin Tokarev
06.12.2010, 13:14, Michael Stahl michael.x.st...@oracle.com: On 06/12/2010 02:25, Harsha Ravnikar wrote:  I downloaded SDK version 3.2.1 for the first time from  http://download.openoffice.org/sdk/index.html and extracted it.  When I run the update script that comes with the SDK, I get a

Re: [dev] Instance of soffice.bin remains running after closing OOo

2010-12-06 Thread Mikhail Voytenko
Hi Jan, please try to send .uno::CloseWin dispatch request to the frame of the background.odt document to close the document as an experiment. This request is triggered when you click with the mouse to close the document window. It checks whether there are other frames that prevent

Re: [dev] Performance: Loading a large plain data file takes very long - solution proposal

2010-12-06 Thread Niklas Nebel
On 12/04/10 15:24, Bartosz wrote: Loading a large plain data file takes very long. This problem was described at: http://wiki.services.openoffice.org/wiki/Calc/Performance/The_Ou_case Look at file: http://svn.services.openoffice.org/opengrok/xref/DEV300_m94/sc/source/filter/xml/xmlsubti.cxx

Re: [dev] Re: Debugging Hanging OOo

2010-12-06 Thread Knut Olav Bøhmer
Hi, On 6 December 2010 09:37, Carsten Driesner carsten.dries...@oracle.com wrote: Am 30.11.2010 23:18, schrieb Knut Olav Bøhmer: On 29 November 2010 22:59, Mathias Bauernospamfor...@gmx.de  wrote: On 26.11.2010 22:20, Knut Olav Bøhmer wrote: On 26 November 2010 18:28, Carsten

Re: [dev] Re: Debugging Hanging OOo

2010-12-06 Thread Carsten Driesner
Am 06.12.2010 12:32, schrieb Knut Olav Bøhmer: I will change the patch to make it work for OOo 3.2.1 so you can test it. My tests with the latest DEV300 version looks very good and I cannot see a deadlock anymore. Please stay tuned I will send it to you as soon as possible. Thank you :) Hi

RE: [dev] can i use MAP_PIXEL instead of APPFONT?

2010-12-06 Thread limerlin
Frank ,thank you very much. Date: Mon, 6 Dec 2010 09:19:39 +0100 From: frank.schoenh...@oracle.com To: dev@openoffice.org Subject: Re: [dev] can i use MAP_PIXEL instead of APPFONT? Hi limerlin, in XXX.src file: Set the size and location use of MAP_APPFONT My question is:Why