Re: [Libreoffice] [PATCH] [PUSHED] .: stoc/source

2011-10-04 Thread Stephan Bergmann
On 10/04/2011 11:01 PM, Kevin Hunter wrote: At 4:15pm -0400 Tue, 04 Oct 2011, Stephan Bergmann wrote: Thanks a lot for the patch. I think the real intent always was to actually look through all the returned getSuperclasses(), and the error that superclasses past the first one are effectively ign

[Libreoffice] memory leak or tricky LO foo?

2011-10-04 Thread Kevin Hunter
Hullo List, In idly reading LO code (trying yet again to spend time wrapping my head around anything in the code base), I'm puzzled by this snippet (with minor format alteration for email) from svl/source/numbers/zforlist.cxx (currently around line 2226). It seems to me that pNewFormat is a

[Libreoffice] libCMIS breakages ???

2011-10-04 Thread Fridrich Strba
Hello, good people, I am just wondering why the libcmis module cannot for the time being be using the "old" way of building as many of the C++ libraries in our tree do. In any case, there is no solution for Windows yet with the gbuildified external libraries. So, instead of having the default conf

[Libreoffice] management of files in src/

2011-10-04 Thread Kevin Hunter
Hullo List, The files that get downloaded and placed in the src/ directory, resembling something akin to: 63ddc5116488985e820075e65fbe6aa4-openssl-0.9.8o.tar.gz 09357cc74975b01714e00c5899ea1881-pixman-0.12.0.tar.gz 0b49ede71c21c0599b0cc19b353a6cb3-README_apache-commons.txt Do we have

[Libreoffice] Build breaks in postprocess

2011-10-04 Thread Regina Henschel
Hi all, I still get no build on WinXP :( I set --without-cmis for autogen.sh because of the trouble with libcmis. I build then and it first breaks in tail_build because of missing soffice.exe.manifest. I thought it might be a timing problem due to parallelism and start building from top again.

[Libreoffice] [PATCH] simplify IsEmpty() logic in autodoc

2011-10-04 Thread Kevin Hunter
Hullo List, A simple driveby patch that makes use of the standard library. Cheers, Kevin >From a2a9a1363a3a2ba0f7415295e7ebabb03acfe724 Mon Sep 17 00:00:00 2001 From: Kevin Hunter Date: Tue, 4 Oct 2011 18:56:18 -0400 Subject: [PATCH] Simplify logic to use std::vector's .empty() No need to muc

Re: [Libreoffice] [Libreoffice-commits] .: stoc/source

2011-10-04 Thread Kevin Hunter
At 4:15pm -0400 Tue, 04 Oct 2011, Stephan Bergmann wrote: Thanks a lot for the patch. I think the real intent always was to actually look through all the returned getSuperclasses(), and the error that superclasses past the first one are effectively ignored has never been noticed. Excellent. Wa

[Libreoffice] [ANN] Modified directory layout for http://download.documentfoundation.org/libreoffice/old/

2011-10-04 Thread Thorsten Behrens
Hi *, due to legitimate complaints from LibO packagers, I've tweaked the dir layout of our _archival_ site - *current versions are not affected*. The layout collects all artifacts of a given version below the full numeric version identifier (e.g. 3.4.1.3 for 3.4.1 final), including boxed and port

Re: [Libreoffice] [Libreoffice-commits] .: stoc/source

2011-10-04 Thread Stephan Bergmann
On 10/04/2011 07:11 PM, Kevin Hunter wrote: At 9:33am -0400 Mon, 03 Oct 2011, Tor Lillqvist wrote: stoc/source/inspect/introspection.cxx | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit 9e6d06a871b366cc72f9a23ab45080b66a47f144 Making my way through a backlog of

Re: [Libreoffice] [PATCH] String::CompareIngoreCaseToAscii

2011-10-04 Thread August Sodora
I've attached a revised patch that should fix the pLine issue. The assignment to pLine is now redundant and all the checks in pLine can probably be more appropriately expressed in terms of aLine anyway. I'm not sure how ToUpperAscii affects this patch, do you mind explaining a little further? Augu

Re: [Libreoffice] Text formatting issues copying from source

2011-10-04 Thread Thorsten Behrens
IT Support RIX wrote: > Our team is having difficulties in using 'Libre office’ software. > Hi, this is a developer list - please file bug reports at https://bugs.freedesktop.org/ (select product "LibreOffice"). If you're looking for professional support, folks from this list can help: http://w

Re: [Libreoffice] gbuild question

2011-10-04 Thread Michael Stahl
On 29.09.2011 15:54, Matúš Kukan wrote: > Hi Peter > > On 25 September 2011 01:05, Peter Foley wrote: >> While working on converting xmerge to gbuild I found that the current >> gbuild Jar.mk doesn't support adding non java files to the jar. >> The xmerge jars need a component.xml file included i

Re: [Libreoffice] [PATCH] [Libreoffice-commits] .: stoc/source

2011-10-04 Thread Kevin Hunter
At 1:11pm -0400 Tue, 04 Oct 2011, Kevin Hunter wrote: At 9:33am -0400 Mon, 03 Oct 2011, Tor Lillqvist wrote: [snip] Bah, should've added [PATCH] to the subject. Sorry about that. Kevin ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org h

Re: [Libreoffice] gbuild hack

2011-10-04 Thread Michael Stahl
On 03.10.2011 18:06, Jan Holesovsky wrote: > Hi Bjoern, > > In order to get MinGW (and Windows in general) build to green again, I > pushed the following hack: > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=deb2d9b1775605c415d7d31b5ed56d065d13981b > > I am sure it is not the right g

Re: [Libreoffice] gbuild hack

2011-10-04 Thread Bjoern Michaelsen
On Mon, 03 Oct 2011 18:06:37 +0200 Jan Holesovsky wrote: > Can you please have a look & fix it the correct way? As replied off list: Done. Best, Bjoern -- https://launchpad.net/~bjoern-michaelsen ___ LibreOffice mailing list LibreOffice@lists.fr

[Libreoffice] RdbTargets need to be in their own makefile by now

2011-10-04 Thread Bjoern Michaelsen
Hi all, Please note with: http://cgit.freedesktop.org/libreoffice/core/commit/?id=ff9dc14034b28492d302a6cbe94a63d308335ddd RdbTargets need to be in their own makefile by now. However by this we gain that RdbTargets will be updated automatically if you change its makefile now, which is a huge g

Re: [Libreoffice] [Libreoffice-commits] .: stoc/source

2011-10-04 Thread Kevin Hunter
At 9:33am -0400 Mon, 03 Oct 2011, Tor Lillqvist wrote: stoc/source/inspect/introspection.cxx |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit 9e6d06a871b366cc72f9a23ab45080b66a47f144 Making my way through a backlog of commits ... it seems to me that it d

Re: [Libreoffice] ODBC handles, a quibble

2011-10-04 Thread Stephan Bergmann
On 10/04/2011 06:27 PM, Terrence Enger wrote: (*) In the hope of attracting critical feedback (but constructive, of course: this is after all LibreOffice ), I sprinkled the code liberally with questions and comments. Most conspicuously, - I cite the X/Open reference manual.

Re: [Libreoffice] ODBC handles, a quibble

2011-10-04 Thread Terrence Enger
I am sorry for the length of this answer; hope it is worth reading. On Tue, 2011-10-04 at 11:27 +0100, Michael Meeks wrote: > On Fri, 2011-09-30 at 14:13 -0400, Terrence Enger wrote: > > My interest is in the fractions of seconds in times and > > timestamps, an interest provoked by bug 34309 "Erro

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Petr Mladek changed: What|Removed |Added Depends on||30467 --- Comment #15 from Petr Mladek 20

Re: [Libreoffice] Writer : XSLT 2.0 Filters KO in LibreOffice 3.4.3 but OK in 3.3.4

2011-10-04 Thread arnaud.mal...@arkarell.com
Hi Michael, Hi Peter,   Thanks for your answers.   I tried to put the implementation name in the node as specified by Peter, but it doesn't work, my package is not loaded when I put "com.sun.star.comp.JAXTHelper" at that place which must contains in fact the name of my filter (if I understand well

Re: [Libreoffice] Build breaks in libcmis

2011-10-04 Thread Olivier Hallot
Hello Cédric, Now I get an issue with curl.h make -r in libcmis: (snip) libtool: compile: ccache g++ -DPACKAGE_NAME=\"libcmis\" -DPACKAGE_TARNAME=\"libcmis\" -DPACKAGE_VERSION=\"0.1.0\" "-DPACKAGE_STRING=\"libcmis 0.1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libcmis\" -DVER

[Libreoffice] Text formatting issues copying from source

2011-10-04 Thread IT Support RIX
Hi, We are a support team helping a small research team and we are using Ubuntu Linux. Our team is having difficulties in using 'Libre office’ software. With Libre office in Linux we could not retain the formatting(such as italic, bold and other special characters) while copying from sourc

[Libreoffice] PUSHED][PATCH] migrate to StringRangeEnumerator in Draw

2011-10-04 Thread Caolán McNamara
On Tue, 2011-10-04 at 17:50 +0400, Ivan Timofeev wrote: > oops, I've said "+ 1", but wrote "- 1" to patch. I'm sorry. no problem, pushed for you now, thanks. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org

Re: [Libreoffice] [PUSHED][PATCH] migrate to StringRangeEnumerator in Draw

2011-10-04 Thread Ivan Timofeev
oops, I've said "+ 1", but wrote "- 1" to patch. I'm sorry. From 754322a700c43d84f3c17926dd5d993a08f46ee3 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Tue, 4 Oct 2011 17:16:34 +0400 Subject: [PATCH] fix doubling of one page when range is empty and incorrect selection page --- sd/source/ui

Re: [Libreoffice] [PUSHED][PATCH] migrate to StringRangeEnumerator in Draw

2011-10-04 Thread Ivan Timofeev
Hello, my previous patch introduced some bugs. :-) 1. If doc contains the only one page and range is empty, this page doubles. I think, this is due to errors in StringRangeEnumerator. 2. Current page index is zero-based in code and one-based in UI. So, I've added "+1". From d4ed0f5f1cc5e34fdad1cfd

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Tomáš Chvátal changed: What|Removed |Added Depends on||40298 --- Comment #14 from Tomáš Chvátal

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 40449, which changed state. Bug 40449 Summary: SPELLCHECK does not recognize text language https://bugs.freedesktop.org/show_bug.cgi?id=40449 What|Old Value |New Value ---

Re: [Libreoffice] [PATCH] Replace (Byte)String with O(U)String in sw

2011-10-04 Thread Stephan Bergmann
On 10/03/2011 04:48 PM, Chr. Rossmanith wrote: One improvement suggested by Norbert on IRC: using OUString instead of ::rtl::OUString. What is the preferred syntax using ::rtl::OUString at the beginning of the file and OUString throughout the remaining source code or ::rtl::OUString everywhere

Re: [Libreoffice] Build breaks in libcmis

2011-10-04 Thread Cedric Bosdonnat
Hi Olivier, On Tue, 2011-10-04 at 07:49 -0300, Olivier Hallot wrote: > checking for CPPUNIT... no > configure: error: Package requirements (cppunit >= 1.12 ) were not > met: > > No package 'cppunit' found Ok, I disabled the tests build on libcmis... which aren't used anyway and would slow down t

Re: [Libreoffice] OOo CWSes

2011-10-04 Thread Norbert Thiebaud
On Tue, Oct 4, 2011 at 4:55 AM, Michael Stahl wrote: >over at ApacheOOo, the following CWSes with a 3.4 target have been >integrated on top of that: I counted about 205-210 commits so far. a good chunk related to license-purity... There is 109 I haven't looked at yet. Out the one I looked at, I

Re: [Libreoffice] Build breaks in curl

2011-10-04 Thread Caolán McNamara
On Tue, 2011-10-04 at 00:08 +0200, Regina Henschel wrote: > Hi all, > > and build breaks again :( > This time in curl, see attached error log. bah, should be fixed again now. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lis

Re: [Libreoffice] Build breaks in libcmis

2011-10-04 Thread Olivier Hallot
Hello Cédric ERROR: error 65280 occurred while making /home/tdf/git/core/libcmis/prj it seems that the error is inside 'libcmis', please re-run build inside this module to isolate the error and/or test your fix: --- /bin/bash

Re: [Libreoffice] [PATCH] String::CompareIngoreCaseToAscii

2011-10-04 Thread Caolán McNamara
On Tue, 2011-10-04 at 10:57 +0200, Jan Holesovsky wrote: > BTW, another horror in the original code is: > > > ch1 = aSym.ToUpperAscii().GetBuffer()[0]; > > ie. we convert the entire string to upper case, and then throw all that > away but the first char. [Byte]String::ToUpperAscii, see tools/sou

Re: [Libreoffice] ODBC handles, a quibble

2011-10-04 Thread Michael Meeks
On Fri, 2011-09-30 at 14:13 -0400, Terrence Enger wrote: > My interest is in the fractions of seconds in times and > timestamps, an interest provoked by bug 34309 "Error on > importing a timestamp field from db2 via ODBC" > . Nice - than

Re: [Libreoffice] ExternalLib.mk rpath gotchas

2011-10-04 Thread Stephan Bergmann
On 10/04/2011 12:13 PM, Caolán McNamara wrote: On Tue, 2011-10-04 at 11:49 +0200, Stephan Bergmann wrote: On 10/03/2011 12:45 PM, Caolán McNamara wrote: A better solution might be to put a stock "libtool" into our tree, patch it to smuggle the correct gb_LinkTarget__RPATHS entry into the link l

Re: [Libreoffice] ExternalLib.mk rpath gotchas

2011-10-04 Thread Caolán McNamara
On Tue, 2011-10-04 at 11:49 +0200, Stephan Bergmann wrote: > On 10/03/2011 12:45 PM, Caolán McNamara wrote: > > A better solution might be to put a stock "libtool" into our tree, patch > > it to smuggle the correct gb_LinkTarget__RPATHS entry into the link > > line, and then always copy our patched

Re: [Libreoffice] Writer : XSLT 2.0 Filters KO in LibreOffice 3.4.3 but OK in 3.3.4

2011-10-04 Thread Michael Meeks
Hi Arnaud, On Mon, 2011-10-03 at 16:16 +0200, arnaud.mal...@arkarell.com wrote: > I wrote XSLT 2.0 filters that works fine in LibreOffice 3.3.4 but > doesn't work in 3.4.3 version. Bother. > It's because between these two verions, a libxslt implementation of > XSLTFilter has been added

[Libreoffice] OOo CWSes

2011-10-04 Thread Michael Stahl
hi all, is there a plan to integrate the outstanding OOo CWSes into LibO? AFAIK the last HG milestone that was merged into LO is DEV300m106. since then a bunch of 3.4-targeted CWSes were integrated into OOO340m1, which is (modulo some missing files) the initial revision of the ApacheOOo SVN repo

Re: [Libreoffice] ExternalLib.mk rpath gotchas

2011-10-04 Thread Stephan Bergmann
On 10/03/2011 12:45 PM, Caolán McNamara wrote: A better solution might be to put a stock "libtool" into our tree, patch it to smuggle the correct gb_LinkTarget__RPATHS entry into the link line, and then always copy our patched libtool over preexisting libtools when we unpack "external" tarballs i

Re: [Libreoffice] cppunit test and smoketest failures

2011-10-04 Thread Stephan Bergmann
On 10/02/2011 08:49 PM, Peter Foley wrote: :&& LD_LIBRARY_PATH=/root/libreoffice/smoketestoo_native/unxlngx6.pro/lib:/root/libreoffice/solver/unxlngx6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} /root/libreoffice/solver/unxlngx6.pro/bin/cppunit/cppunittester \ -env:UNO_SERVI

Re: [Libreoffice] [PATCH] String::CompareIngoreCaseToAscii

2011-10-04 Thread Jan Holesovsky
Hi August, On 2011-10-02 at 20:00 -0400, August Sodora wrote: > Apparently the issue was that I actually wasn't using the parameter :) > I've attached a preliminary patch (my first!) for review. Great stuff, thank you for that! :-) Unfortunately the original code is a kind of horror, and there

Re: [Libreoffice] [PUSHED, partial][PATCH] Refactoring for WMF Loading

2011-10-04 Thread Marc-André Laverdière
Based on Caolan's comments, here's another attempt at doing things right. I'm unable to test right now (some symlink problem)... please don't push right away :) Marc-André Laverdière Software Security Scientist Innovation Labs, Tata Consultancy Services Hyderabad, India On 09/27/2011 06:25 PM, C

[Libreoffice] Fwd: [Repo] HG repo with CWSes archived

2011-10-04 Thread Michael Stahl
FYI... Original Message Subject: [Repo] HG repo with CWSes archived Date: Tue, 04 Oct 2011 10:15:55 +0200 From: Michael Stahl Newsgroups: gmane.comp.apache.incubator.ooo.devel hi all, as a backup/archive of the historic OOo code i've put up a HG repo containing OOO340 + all H

Re: [Libreoffice] Writer : XSLT 2.0 Filters KO in LibreOffice 3.4.3 but OK in 3.3.4

2011-10-04 Thread arnaud.mal...@arkarell.com
sktop.org/archives/libreoffice/attachments/20111003/a9e7f09e/attachment-0001.pgp> > > -- > > Message: 3 > Date: Tue, 04 Oct 2011 00:08:06 +0200 > From: Regina Henschel > Subject: [Libreoffice] Build breaks in curl > To: LO-dev > Message-ID

Re: [Libreoffice] Build breaks in libcmis

2011-10-04 Thread Cedric Bosdonnat
Hi Olivier, On Mon, 2011-10-03 at 23:38 -0300, Olivier Hallot wrote: > I just pulled the master (git pull -r), and libcmis is still breaking > my build on linux. What build breaker did you have? It would be nice to know it in order to fix it. > --disable cmis oops, I was certain to have pushed