Re: [Libreoffice] [PATCH][PUSHED] Remove last instance and Finally remove SvULongs

2011-10-03 Thread David Tardon
On Sun, Oct 02, 2011 at 09:57:19AM +0200, Maciej Rumianowski wrote: > Hi *, > > I'm sending 2 patches removing finally SvULongs from LibreOffice:) Pushed, thanks! D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedeskto

Re: [Libreoffice] Extending export to support creole

2011-10-03 Thread Jan Holesovsky
Hi Alec, On 2011-10-04 at 00:17 +1100, Alec Taylor wrote: > How would I go about extending LibreOffice's export feature to support > Creole markup? > > I'm currently using this: http://code.google.com/p/python-creole/, and > it's great, but it's a bit cumbersome to export my odt to html, then >

Re: [Libreoffice] Build breaks in libcmis

2011-10-03 Thread Olivier Hallot
I just pulled the master (git pull -r), and libcmis is still breaking my build on linux. --disable cmis configure: WARNING: unrecognized options: --disable-cmis Thanks Olivier 2011/10/3 Cedric Bosdonnat > On Sun, 2011-10-02 at 23:23 +0200, Regina Henschel wrote: > > I've cloned and build fro

[Libreoffice] Build breaks in curl

2011-10-03 Thread Regina Henschel
Hi all, and build breaks again :( This time in curl, see attached error log. Kind regards Regina log for /cygdrive/c/git/LO35SEPT/curl if [ -f ./wntmsci12.pro/misc/build/curl-7.19.7.exists ] ; then mv ./wntmsci12.pro/misc/build/curl-7.19.7 ./wntmsci12.pro/misc/build/curl-7.19.7_removeme ; fi mak

[Libreoffice] tail_build again depends on l10ntools

2011-10-03 Thread Thorsten Behrens
Hi Tor, as a heads-up - had to revert your a649aac68c47e40ff518d874b3c10010fb7d18fc to have Android building again - I recall you suggested to disable building of the l10n binaries inside l10ntools directly? Cheers, -- Thorsten pgpEEIxBSuxFb.pgp Description: PGP signature _

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

2011-10-03 Thread Peter Jentsch
Hi Arnaud, arnaud.malguy@... writes: > > > >​​Hi all, > >  > >I wrote XSLT 2.0 filters that works fine in LibreOffice 3.3.4 but doesn't work in 3.4.3 version. > > It's because between these two verions, a libxslt implementation of XSLTFilter has been added and set

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

2011-10-03 Thread Norbert Thiebaud
On Mon, Oct 3, 2011 at 9:48 AM, Chr. Rossmanith wrote: > One improvement suggested by Norbert on IRC: using OUString instead of > ::rtl::OUString. What is the preferred syntax Note: I don't know what is the 'preferred' way, I just noticed that there was a mix of the 2 notations (actually 3 even :

Re: [Libreoffice] ODBC handles, a quibble

2011-10-03 Thread Terrence Enger
On Mon, 2011-10-03 at 11:06 +0100, Caolán McNamara wrote: > On Thu, 2011-09-29 at 12:02 -0400, Terrence Enger wrote: > > > > The validity of a handle in a compilation unit other > > than the one in which the identified resource was > > allocated is implementation-defined. > > If I had

[Libreoffice] gbuild hack

2011-10-03 Thread Jan Holesovsky
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 gbuild solution, but I fail to see the right one. The probl

Re: [Libreoffice] Build breaks in libcmis

2011-10-03 Thread Cedric Bosdonnat
On Sun, 2011-10-02 at 23:23 +0200, Regina Henschel wrote: > I've cloned and build from master today and it breaks in libcmis. Error > messages in build_error.log cited below. There are still some build problems on windows with libcmis as it's the first 3rd party library to be gbuildified. Please

Re: [Libreoffice] toolbox control / selection semantics ...

2011-10-03 Thread Billy Charlton
Great, thanks very much! I already fired off the first build last night, and am now trying to get it to pick up where it failed. I'll find folks on IRC when I hit my next snags. - Billy On Mon, Oct 3, 2011 at 3:26 AM, Michael Meeks wrote: > Hi Billy, > > On Fri, 2011-09-30 at 08:39 -0700, Bi

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

2011-10-03 Thread Chr. Rossmanith
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 in the source code. Christina Am 03.10.201

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

2011-10-03 Thread arnaud.mal...@arkarell.com
​​Hi all,   I wrote XSLT 2.0 filters that works fine in LibreOffice 3.3.4 but doesn't work in 3.4.3 version. It's because between these two verions, a libxslt implementation of XSLTFilter has been added and set to default instead of java-saxon implementation. And libxslt doesn't support XSLT 2.0  

[Libreoffice] Extending export to support creole

2011-10-03 Thread Alec Taylor
Good morning, How would I go about extending LibreOffice's export feature to support Creole markup? I'm currently using this: http://code.google.com/p/python-creole/, and it's great, but it's a bit cumbersome to export my odt to html, then paste into a .py file, then output to a .txt (Creole) fil

Re: [Libreoffice] build break on Windows in svl module?

2011-10-03 Thread Noel Grandin
Nope, still not working. Perhaps because there was only a revert to a change to SfxStyleSheetBase, and a similar revert needs to happen to SfxStyleSheet ?? -- Noel Grandin Caolán McNamara wrote: > On Mon, 2011-10-03 at 13:33 +0200, Noel Grandin wrote: >> Hi >> >> Compiling on Windows using Cygwi

Re: [Libreoffice] build break on Windows in svl module?

2011-10-03 Thread Noel Grandin
thanks. Caolán McNamara wrote: > On Mon, 2011-10-03 at 13:33 +0200, Noel Grandin wrote: >> Hi >> >> Compiling on Windows using Cygwin and Visual Studio, there is a >> compile error in the svl module. >> Any ideas? > interesting, well I pushed > http://cgit.freedesktop.org/libreoffice/core/commit/?

Re: [Libreoffice] build break on Windows in svl module?

2011-10-03 Thread Caolán McNamara
On Mon, 2011-10-03 at 13:33 +0200, Noel Grandin wrote: > Hi > > Compiling on Windows using Cygwin and Visual Studio, there is a > compile error in the svl module. > Any ideas? interesting, well I pushed http://cgit.freedesktop.org/libreoffice/core/commit/?id=d1420b9235649af5cbba8f515c69afc362e09b

[Libreoffice] build break on Windows in svl module?

2011-10-03 Thread Noel Grandin
Hi Compiling on Windows using Cygwin and Visual Studio, there is a compile error in the svl module. Any ideas? Regards, Noel Grandin Disclaimer: http://www.peralex.com/disclaimer.html = (1/1) Building module svl = Entering /cygdrive/c/libreoffice/libo/svl/prj cd ..

[Libreoffice] ExternalLib.mk rpath gotchas

2011-10-03 Thread Caolán McNamara
playing around with solenv/gbuild/ExternalLib.mk I see a bit of a gotcha, though we've basically had it in the old build system too, except not as obvious. New one does basically ./configure --prefix=/path/to/solver make install which is cool, but libtool has this quirk that if then wants to ad

[Libreoffice] feature/gtk3 bits ...

2011-10-03 Thread Michael Meeks
Hi Lucas, On Wed, 2011-08-17 at 14:57 +0100, Michael Meeks wrote: > > I will try to complete to work again on gtk3 next week... > > I look forward to that :-) Nice work with the native widget rendering, lovely to have the color / font / style theme setting sync. back in gtk3, and t

Re: [Libreoffice] ODBC handles, a quibble

2011-10-03 Thread Caolán McNamara
On Thu, 2011-09-29 at 12:02 -0400, Terrence Enger wrote: > Silly me! While reading some of the LibreOffice code for > ODBC connections, I started to look at ... > > ISO/IEC FCD 9075-3:2006(E) > Title: Information technology - Database Languages - SQL > - Part 3: Call-Level Interfa

[Libreoffice] toolbox control / selection semantics ...

2011-10-03 Thread Michael Meeks
Hi Billy, On Fri, 2011-09-30 at 08:39 -0700, Billy Charlton wrote: > So, my pet peeve issue is a Calc bug/feature request first filed in > *2003* -- and is in the OOo bugzilla at > https://issues.apache.org/ooo/show_bug.cgi?id=10864 . I actually > filed one of the 12 dupes around 2006. H

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

2011-10-03 Thread Caolán McNamara
On Sun, 2011-10-02 at 23:23 +0400, Ivan Timofeev wrote: > This patches replace MultiSelection with StringRangeEnumerator in > Draw, because StringRangeEnumerator allows duplicated and reversed > ranges, i.e. "1,1,3-1". Second patch contains only cleaning changes. All looks good to me anyway, pushe

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

2011-10-03 Thread Caolán McNamara
On Mon, 2011-10-03 at 10:07 +0100, Michael Meeks wrote: > Hi Christina, > > On Sun, 2011-10-02 at 20:52 +0200, Chr. Rossmanith wrote: > > could someone please review this small patch. I'll extend the > > replacement (and push on my own) but want to be sure that there are no > > mistakes. At leas

Re: [Libreoffice] installed 3.5 doesn't find MSVCR90.dll

2011-10-03 Thread Caolán McNamara
On Sun, 2011-10-02 at 12:04 +0200, Regina Henschel wrote: > Hi all, > > I have build current master with "make build" and installed from > setup.exe in > \instsetoo_native\wntmsci12.pro\LibreOffice_Dev\native\install\en-US > The installed LO doesn' start, but gives error message (German WinXP) >

Re: [Libreoffice] about unusedcode.easy

2011-10-03 Thread Caolán McNamara
On Fri, 2011-09-30 at 11:34 -0500, Norbert Thiebaud wrote: > On Fri, Sep 30, 2011 at 11:03 AM, Caolán McNamara wrote: > > On Fri, 2011-09-30 at 05:10 -0500, Norbert Thiebaud wrote: > >> More generally: either the accessor is not useful and both set and > >> get can go, or it is and the fact that o

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

2011-10-03 Thread Michael Meeks
Hi Christina, On Sun, 2011-10-02 at 20:52 +0200, Chr. Rossmanith wrote: > could someone please review this small patch. I'll extend the > replacement (and push on my own) but want to be sure that there are no > mistakes. At least it seems to build :-) Looks great to me :-) Tha

[Libreoffice] [PUSHED][PATCH] Print preview: set frame size to preview size even if there is no preview

2011-10-03 Thread Caolán McNamara
On Tue, 2011-09-27 at 21:22 +0400, Ivan Timofeev wrote: > This patch improves appearance of the print dialog a bit. Looks much better to me, pushed, thanks for these. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freede

Re: [Libreoffice] #ifdef ALPHA for DEC Alpha?

2011-10-03 Thread Caolán McNamara
On Mon, 2011-10-03 at 02:27 +0900, Takeshi Abe wrote: > Anyway I have no Alpha to check the build, so try on machines of the > architecture would be greatly appreciated. Heh, my alpha is a bit underpowered and overhot, alpha hacking happens in the winter months when its cold and I need a heater :-

[Libreoffice] [PUSHED] [PATCH] [Bug 41408] [UI] Need more room for localized string (IV)

2011-10-03 Thread Caolán McNamara
On Sun, 2011-10-02 at 21:48 -0300, Olivier Hallot wrote: > The following patch gives more room to Calc page dialog to display > localized strings without truncation Pushed now, thanks for these :-) C. ___ LibreOffice mailing list LibreOffice@lists.free

Re: [Libreoffice] [PUSHED] Fix for bug fdo#41310 - Need more room for localized string

2011-10-03 Thread Andras Timar
Hi, 2011/10/3 Michael Meeks : >        The fontsize -should- be immaterial, the dialog layout units should be > specified in a way that scales with font size, so that shouldn't be a > problem. > >> I have no Windows nor Mac box to test the patch. > >        I wouldn't worry about that; these dialo

[Libreoffice] [PUSHED] Fix for bug fdo#41310 - Need more room for localized string

2011-10-03 Thread Michael Meeks
Hi Olivier, On Thu, 2011-09-29 at 21:27 -0300, Olivier Hallot wrote: > Hi here is the patch for bug fdo#41310 - Need more room for localized > string. Thanks ! :-) I just pushed it. > I resized the dialog box 30 units to the right, and the objects were > ajusted accordingly. I have measu

Re: [Libreoffice] build breakage in stax module?

2011-10-03 Thread Noel Grandin
Thanks Christian. -- Noel G Christian Lohmaier wrote: > Hi Noel, *, > > On Fri, Sep 30, 2011 at 10:35 AM, Noel Grandin wrote: >> Hi >> >> Building under Windows7 using Visual Studio, getting build breakage in stax >> module. >> Any ideas? > bug in configure the check explicitly checks whether th

Re: [Libreoffice] Build breaks in libcmis

2011-10-03 Thread Cedric Bosdonnat
On Mon, 2011-10-03 at 05:48 +0200, Jean-Baptiste Faure wrote: > Broken for me too but the problem is in the minimal number version for > libcurl. libcmis want at least 7.21 and my Ubuntu 10.04 x86_64 has 7.19.7 I changed a few things in there yesterday in libcmis... but I haven't pushed them yet.

Re: [Libreoffice] Build breaks in libcmis

2011-10-03 Thread Cedric Bosdonnat
Hi Regina, On Sun, 2011-10-02 at 23:23 +0200, Regina Henschel wrote: > I've cloned and build from master today and it breaks in libcmis. Error > messages in build_error.log cited below. I've seen the tinderboxes results this week-end... there are build breakers on Windows and MacOS X mostly. I'l