[Libreoffice-commits] .: scripting/source

2012-04-25 Thread Stephan Bergmann
scripting/source/pyprov/description.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit eae0f40bbad072de0bc3a035a4c7fba0a0fa1a53 Author: Stephan Bergmann Date: Thu Apr 26 08:34:12 2012 +0200 Bump extension version after changing to passive registration

Re: need help: clean build of master does not run

2012-04-25 Thread Stephan Bergmann
On 04/26/2012 08:07 AM, Winfried Donkers wrote: After a ./g pull -r and a clean build of master, both my machines instantly produce an error when I try to run LibreOffice: on one machine (openSUSE 11.4): warn:desktop:22640:1:/home/w.donkers/git/libo/desktop/source/app/app.cxx:702: UNO Exception

Re: [REVIEW 3-5] lp#818761: Remove SalDisplay::GetKeyboardName

2012-04-25 Thread Thomas Arnhold
Hi Bjoern, to answer Norbert's question about signalKeysChanged - this was removed with: 9a7605b8f08dfcfbc99bc0c635014eac8e41e932 Thomas On 04/26/2012 12:46 AM, Bjoern Michaelsen wrote: Hi there, I just adjusted 04b9c2f633f0be1b676933943bdd0b1dc58b5471 from master for cherry-pick on -3-5 be

need help: clean build of master does not run

2012-04-25 Thread Winfried Donkers
After a ./g pull -r and a clean build of master, both my machines instantly produce an error when I try to run LibreOffice: on one machine (openSUSE 11.4): warn:desktop:22640:1:/home/w.donkers/git/libo/desktop/source/app/app.cxx:702: UNO Exception: InvalidRegistryException: file:///home/w.donker

Re: [PATCH] fdo#39643: Remove --disable-strip-solver configure option

2012-04-25 Thread David Ostrovsky
Hello Petr, thank you for your review and your comments. Here is a new version with these issues fixed: 1. no strip in solenv/bin/deliver.pl any more 2. solenv/bin/modules/installer preserves striping code 3. there is a new target install-strip that do strip during installation process. Quest

Re: distro-configs files, autogen.sh options, defaults etc

2012-04-25 Thread Enrico Weigelt
> (*) While this can (and did) happen just by changes in the package > itself, > automagically toggling configure-output is severly raising the risk. ACK. Build processes should be as predictable and deterministic as possible. Optimally, it should be a function (in mathematical terms) with as few

Re: [PUSHED][PATCH] fdo#45664 EasyHack: Calc can't export the cells formulas to CSV (only the cells values)

2012-04-25 Thread Florent Gallaire
I, Florent Gallaire, as the only author of all the source code that I send to the LibreOffice project, I contribute this and further patches under LGPLv3+ and MPL 1.1 licenses. Florent Gallaire Paris, France april 26, 2012 -- FLOSS Engineer & Lawyer __

Re: [PUSHED][PATCH] fdo#45664 EasyHack: Calc can't export the cells formulas to CSV (only the cells values)

2012-04-25 Thread Florent Gallaire
Thanks for the commit Eike, I'm really proud and grateful ! > Main change is that the "Save cell content as shown" option is > independent of the "Save formulas" option and should not be disabled > when checking that. I disagree, and I will try to explain myself : When you export a cell with =DAT

Re: Missing index 0 in SvxShapeCollection::getSupportedServiceNames_Static()?

2012-04-25 Thread Takeshi Abe
Hi Eike, On Wed, 25 Apr 2012 15:17:17 +0200, Eike Rathke wrote: > On Wednesday, 2012-04-25 02:18:24 +0900, Takeshi Abe wrote: > >> uno::Sequence< ::rtl::OUString > aSeq(2); >> -aSeq.getArray()[1] = ::rtl::OUString( >> RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.Shapes") ); >> +

[Libreoffice-commits] .: svx/source

2012-04-25 Thread Takeshi Abe
svx/source/unodraw/unoshcol.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c1c023c67b84dac239013d1788137efd4c683e21 Author: Takeshi Abe Date: Thu Apr 26 10:52:27 2012 +0900 Assign com.sun.star.drawing.Shapes at index 0 Thanks to Eike for review.

[Libreoffice-commits] .: sysui/desktop

2012-04-25 Thread Bjoern Michaelsen
sysui/desktop/menus/impress.desktop |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b77858bf67f177d6f90969df456a533203996025 Author: Bjoern Michaelsen Date: Thu Apr 26 02:10:36 2012 +0200 lp#904212: add missing mimetypes to impress.desktop * applicati

[REVIEW 3-5] lp#818761: Remove SalDisplay::GetKeyboardName

2012-04-25 Thread Bjoern Michaelsen
Hi there, I just adjusted 04b9c2f633f0be1b676933943bdd0b1dc58b5471 from master for cherry-pick on -3-5 because it removes code that causes this crasher: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/818761 you will find the fixed-up patch at: https://gerrit.libreoffice.org/#/c/10

[PATCH] Fix debug message and remove useless try...catch from ImplImageTree::loadImage

2012-04-25 Thread Gábor Stefanik
The debug message references a different file name than what is actually being loaded. Also, the try...catch block looks superfluous, it merely re-throws whatever exception it has caught. 0001-Fix-debug-message-and-remove-useless-try.catch-from-.patch Description: Binary data ___

[PATCH] fdo#48870: Remove icon-themes/galaxy/res/cookie.png

2012-04-25 Thread Gábor Stefanik
Remove the now unused cookie.png image. Apply on top of the previous patch. 0001-fdo-48870-Remove-icon-themes-galaxy-res-cookie.png.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.o

Re: make check problem in libtest_smoketest building master

2012-04-25 Thread David Ostrovsky
On 13.04.2012 11:35, Noel Grandin wrote: On 2012-04-12 14:40, Stephan Bergmann wrote: Insist on people compiling with an unbroken toolchain instead? It looks like Fedora is also going to do this: http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking I'm willing to write a confi

Re: Delete-unused-code-TypeDescriptor_Init_Impl.patch

2012-04-25 Thread Stephan Bergmann
On 04/25/2012 05:29 PM, Caolán McNamara wrote: On Wed, 2012-04-25 at 00:11 +0100, José Santiago Jiménez Sarmiento caolanm->sbergman: That leaky TypeDescriptor_Init_Impl is back to haunt you. What would you prefer ?, use it, loose it, hide it ? #libreoffice-dev: Jan 05 12:02:47 LibreOffice (cor

[PATCH] fdo#48870: Remove cookie handling code.

2012-04-25 Thread Gábor Stefanik
0001-fdo-48870-Remove-cookie-handling-code.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: distro-configs files, autogen.sh options, defaults etc

2012-04-25 Thread Bjoern Michaelsen
Hi Lubos, On Wed, Apr 25, 2012 at 05:05:55PM +0200, Lubos Lunak wrote: > ... whatever my definition of meaning of that is ... Thats no way to weaselword out of the real issue. I already proposed you to implement an explicit: ./autogen.sh --automagic without changing the current default behavio

[GSoC2012] Introduction / Impress smartphone remote control

2012-04-25 Thread Andrzej J. R. Hunt
Hi everyone, I'm also very excited about being accepted for taking part in GSoC this year. I'm going to be working on adding smartphone remote control for LibO Impress, specifically implementing an android app to control presentations. To make up for the fact that I can't devote all my time t

confirm license

2012-04-25 Thread José Santiago Jiménez Sarmiento
"I confirm that I license all my contributions under the LGPLv3+/MPL+ licenses" -- __ José Santiago Jiménez Sarmiento *-- AVISO --* Mensaje confidencial. Queda terminantemente prohibido la publicación de su contenido a terceros sin mi autorización, según obliga l

Re: distro-configs files, autogen.sh options, defaults etc

2012-04-25 Thread Stephan Bergmann
On 04/25/2012 05:05 PM, Lubos Lunak wrote: The choice has already been made, and it's whatever we ship as our internal ...more or less intensively patched... copies. (At least, this was a real problem in the past, when people thought they could replace LO's -- or, back then, OOo's rather

[Libreoffice-commits] .: desktop/source

2012-04-25 Thread Stephan Bergmann
desktop/source/app/cmdlineargs.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit c389a7c22f709cc897ef33f10b617bf71dfa028e Author: Stephan Bergmann Date: Wed Apr 25 21:09:11 2012 +0200 ...and remove duplicate #include again diff --git a/desktop/source/app/cmdlineargs.hxx b

Re: [PUSHED][PATCH] Remove unused method UnoControlBase::UnoControlBase()

2012-04-25 Thread Caolán McNamara
On Fri, 2012-04-20 at 16:50 +0200, Xavi Escriche Galindo wrote: marking this dup as pushed as well. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: desktop/source

2012-04-25 Thread Stephan Bergmann
desktop/source/app/cmdlineargs.hxx |4 1 file changed, 4 insertions(+) New commits: commit e171c4805d98c345581a581c8d08c87de3759693 Author: Stephan Bergmann Date: Wed Apr 25 21:01:30 2012 +0200 Missing #include diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/a

[Libreoffice-commits] .: i18npool/Library_localedata_euro.mk i18npool/source

2012-04-25 Thread Eike Rathke
i18npool/Library_localedata_euro.mk|1 i18npool/source/localedata/data/myv_RU.xml | 357 + i18npool/source/localedata/localedata.cxx |1 3 files changed, 359 insertions(+) New commits: commit 6c33e7da4d8c24497407af0818c374aae89f99ae Author: Eike Rat

[Libreoffice-commits] .: solenv/gbuild

2012-04-25 Thread Stephan Bergmann
solenv/gbuild/platform/WNT_INTEL_GCC.mk |1 + 1 file changed, 1 insertion(+) New commits: commit b032c4ab53c5c1414974d83552384ced66ee9a0f Author: Stephan Bergmann Date: Wed Apr 25 20:44:36 2012 +0200 Missing EXTENSIONLIBS in DLLFILENAMES diff --git a/solenv/gbuild/platform/WNT_INTEL_

[PATCH] Remove unused method ScDPObject::HasGroups

2012-04-25 Thread Javier Catala
This patch removes the unused method ScDPObject::HasGroups, as listed in unusedcode.easy I license this code under LGPLv3+/MPL+ licenses From 29cfed449184437245f5daf8a07778d66409a793 Mon Sep 17 00:00:00 2001 From: Javier Catala Date: Wed, 25 Apr 2012 16:51:59 +0200 Subject: [PATCH] Remove unused

[Libreoffice-commits] .: scp2/source

2012-04-25 Thread Andras Timar
scp2/source/ooo/windowscustomaction_ooo.scp |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 5bc7a02a0f958ccd2a6479c5214b436cb3d6136d Author: Andras Timar Date: Wed Apr 25 20:23:13 2012 +0200 fdo#40481 run SelectLanguage custom action during silent install, t

[Libreoffice-commits] .: oox/source

2012-04-25 Thread Radek Doulík
oox/source/drawingml/shape.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c41e9c7c0a7a986c8ad87a4b8033843803792506 Author: Radek Doulik Date: Wed Apr 25 19:52:13 2012 +0200 fix few issues after SAL_INFO conversion diff --git a/oox/source/drawingml/sh

Re: [REVIEW-3-5] --enable-python=internal build fix

2012-04-25 Thread Stephan Bergmann
On 04/25/2012 05:10 PM, Caolán McNamara wrote: The fix for Linux is bundled into the *aix* patch :-) ! Yeah, when I tried to understand what's going on there now (having totally forgotten about that patch from a couple months ago), I thought "which idiot put a Linux fix into an AIX patch?" _

[Libreoffice-commits] .: 2 commits - desktop/source sc/inc sc/source unusedcode.easy

2012-04-25 Thread Caolán McNamara
desktop/source/app/cmdlineargs.hxx |1 + sc/inc/dociter.hxx |1 - sc/source/core/data/dociter.cxx|5 - unusedcode.easy|1 - 4 files changed, 1 insertion(+), 7 deletions(-) New commits: commit bb8df514c22b805e8ab3dbe35fbed6d891882187 Auth

Re: Windows -> MSVC vs. gcc

2012-04-25 Thread Norbert Thiebaud
On Wed, Apr 25, 2012 at 10:55 AM, Jesús Corrius wrote: >> could anyone of the Windows experts please give me some insight, >> why you're using MSVC for LO, instead of gcc ? >> >> Is there anything important that cannot be done w/ gcc ? > > Short version: > > The MSVC build is considered stable (ha

Re: [PUSHED] patch for libreoffice (fich dociter.cxx)

2012-04-25 Thread Caolán McNamara
On Tue, 2012-04-24 at 16:51 +0200, Jose Manuel Recarey Quintans wrote: > Hi. i send a patch for libreoffice (fich dociter.cxx) > thanks Massaged the patch a little and pushed, thanks for this. Can you confirm its under our preferred LGPLv3+/MPL+ license combination ? C.

Re: Windows -> MSVC vs. gcc

2012-04-25 Thread Jesús Corrius
> could anyone of the Windows experts please give me some insight, > why you're using MSVC for LO, instead of gcc ? > > Is there anything important that cannot be done w/ gcc ? Short version: The MSVC build is considered stable (has historically always been used to compile OOo/LibO) while the gcc

Windows -> MSVC vs. gcc

2012-04-25 Thread Enrico Weigelt
Hi folks, could anyone of the Windows experts please give me some insight, why you're using MSVC for LO, instead of gcc ? Is there anything important that cannot be done w/ gcc ? thanks. -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Dev

[Libreoffice-commits] .: xmlsecurity/source

2012-04-25 Thread Jesús Corrius
xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 33f5acad371bcf838011b3629450e6dcd405a4e9 Author: Jesús Corrius Date: Wed Apr 25 17:46:26 2012 +0200 Remove blank space introduced in previous patch diff --git a/xmls

Re: distro-configs files, autogen.sh options, defaults etc

2012-04-25 Thread Enrico Weigelt
> mu(*). You are asking the wrong question. The problem is that "is > suitable" is > not something that is easily decidable. Even less so by configure > automagic. It > often boils to making the choice between two sets of bugs (or a set > of bugs vs. > one big blocker). Well, this is a problem of

Re: [PUSHED] unused code

2012-04-25 Thread José Santiago Jiménez Sarmiento
Ok, thanks! El 25 de abril de 2012 16:25, Caolán McNamara escribió: > On Tue, 2012-04-24 at 16:12 -0400, Kohei Yoshida wrote: > > FWIW it was already like that in 3.5. > > Its been like that since Sep 2000. screw it, I ain't changing it now > just because the symmetry would be pleasing :-). So,

Re: [REJECTED] inline-unused-ctor-needed-by-MSVC-at-compile-time

2012-04-25 Thread José Santiago Jiménez Sarmiento
Ok, Thanks! El 25 de abril de 2012 16:17, Jesús Corrius escribió: > This patch is already applied to master. > > -- > Jesús Corrius > -- __ José Santiago Jiménez Sarmiento *-- AVISO --* Mensaje confidencial. Queda terminantemente prohibido la publicación de

Re: [PUSHED] 0001-Delete-unused-code-CertificateExtension_XmlSecImpl-s.patch

2012-04-25 Thread José Santiago Jiménez Sarmiento
Ok! Thanks!!! El 25 de abril de 2012 16:19, Jesús Corrius escribió: > Hi, > > On Wed, Apr 25, 2012 at 12:27 AM, José Santiago Jiménez Sarmiento > wrote: > > Hello! I am begginer in software libre colaboration. > > I hope I can enter fully into this world and in the future be a good > > collabor

Re: [RESOLVED][PATCH] Remove unused code (ImpSvtData)

2012-04-25 Thread Caolán McNamara
On Tue, 2012-04-24 at 15:02 -0700, Javier Catala wrote: > Hi everyone, > > this patch removes the unused destructor in the ImpSvtData class, as listed > in unusedcode.easy See http://lists.freedesktop.org/archives/libreoffice/2012-April/030785.html for the gotcha with unused destructors. I'll re

[Libreoffice-commits] .: editeng/inc editeng/source

2012-04-25 Thread Caolán McNamara
editeng/inc/editeng/editeng.hxx|1 - editeng/source/editeng/editeng.cxx |5 - 2 files changed, 6 deletions(-) New commits: commit aba2ed749e819bcd03af70ae2b0e551b5524e320 Author: Jose Santiago Jimenez Sarmiento Date: Tue Apr 24 19:00:12 2012 +0100 remove some unused code

Re: Delete-unused-code-TypeDescriptor_Init_Impl.patch

2012-04-25 Thread Caolán McNamara
On Wed, 2012-04-25 at 00:11 +0100, José Santiago Jiménez Sarmiento caolanm->sbergman: That leaky TypeDescriptor_Init_Impl is back to haunt you. What would you prefer ?, use it, loose it, hide it ? C. ___ LibreOffice mailing list LibreOffice@lists.freede

[Libreoffice-commits] .: desktop/source

2012-04-25 Thread Stephan Bergmann
desktop/source/app/app.cxx |2 desktop/source/app/appinit.cxx | 24 +++- desktop/source/app/cmdlineargs.cxx | 91 ++--- desktop/source/app/cmdlineargs.hxx | 19 +++--- desktop/source/app/officeipcthread.cxx | 19 -- 5 fil

Re: [PUSHED] unused code

2012-04-25 Thread Caolán McNamara
On Tue, 2012-04-24 at 16:12 -0400, Kohei Yoshida wrote: > FWIW it was already like that in 3.5. Its been like that since Sep 2000. screw it, I ain't changing it now just because the symmetry would be pleasing :-). So, patch applied as it is. caolanm->jimenezsarmiento: thanks for this, pushed now

[Libreoffice-commits] .: 5 commits - sw/source writerfilter/source

2012-04-25 Thread Lubos Lunak
sw/source/core/unocore/unosett.cxx | 46 ++-- writerfilter/source/dmapper/NumberingManager.cxx | 52 +-- writerfilter/source/dmapper/NumberingManager.hxx |4 + 3 files changed, 76 insertions(+), 26 deletions(-) New commits: commit fb68711f

[PUSHED] 0001-Delete-unused-code-CertificateExtension_XmlSecImpl-s.patch

2012-04-25 Thread Jesús Corrius
Hi, On Wed, Apr 25, 2012 at 12:27 AM, José Santiago Jiménez Sarmiento wrote: > Hello! I am begginer in software libre colaboration. > I hope I can enter fully into this world and in the future be a good > collaborator. > Thanks. This one looks good. Thank you :) Please don't forget to send a me

Re: [libreoffice-marketing] LibreOffice Hackfest Munich 2012

2012-04-25 Thread João Fernando
Hello, now I'm posting the event on social networks I have access. 2012/4/25 Florian Effenberger > Good news, everyone! > > The LiMux office of the city of Munich invited us for a second LibreOffice > Hackfest in Bavaria's capital this autumn. To determine the best weekend, > please cast your vo

[REJECTED] inline-unused-ctor-needed-by-MSVC-at-compile-time

2012-04-25 Thread Jesús Corrius
This patch is already applied to master. -- Jesús Corrius ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: svtools/inc svtools/source unusedcode.easy xmlsecurity/source

2012-04-25 Thread Jesús Corrius
svtools/inc/svtools/framestatuslistener.hxx |1 svtools/source/uno/framestatuslistener.cxx| 28 -- unusedcode.easy |2 xmlsecurity/source/xmlsec/certificateextension_xmlsecimpl.cxx |8 -- xm

Re: [RESOLVED][PATCH] Remove unused code (ImpSvtData)

2012-04-25 Thread Caolán McNamara
On Wed, 2012-04-25 at 13:47 +0100, Caolán McNamara wrote: > We should try and fix the leak and call the destructor somewhere rather > than removing the destructor. Refactored now to not leave that gotcha in the unusedcode.easy list. Fixed. C. ___ Libre

Re: [PATCH] Remove unused method EditEngine::GetNextVisPortion

2012-04-25 Thread Jesús Corrius
Precisament ara s'estava discutint si s'ha d'eliminar aquest mètode o no... Tens molta mala sort... :) Deixa el patch, però et recomano que en busquis un altre si vols tenir acabada la PAC avui. On Wed, Apr 25, 2012 at 5:07 PM, Javier Catala wrote: > This patch removes the unused method EditEng

Re: [REVIEW-3-5] --enable-python=internal build fix

2012-04-25 Thread Caolán McNamara
On Wed, 2012-04-25 at 11:13 +0200, Stephan Bergmann wrote: > Without > > > "Linux LD_LIBRARY_PATH is missing as well.", --enable-python=internal > fails to build on Linux. The fix for Linux is bu

[PATCH] Remove unused method EditEngine::GetNextVisPortion

2012-04-25 Thread Javier Catala
This patch removes the unused method EditEngine::GetNextVisPortion, as listed in unusedcode.easy From ca3d332382da58e843542605b6b3b9fbf2fdcac3 Mon Sep 17 00:00:00 2001 From: Javier Catala Date: Wed, 25 Apr 2012 13:12:02 +0200 Subject: [PATCH] Remove unused GetNextVisPortion --- editeng/inc/edit

[Libreoffice-commits] .: 4 commits - chart2/source cui/source fpicker/source sd/source sfx2/source svtools/inc svtools/Library_svt.mk svtools/Package_inc.mk svtools/source sw/source tools/inc unusedco

2012-04-25 Thread Caolán McNamara
chart2/source/controller/main/UndoCommandDispatch.cxx |2 cui/source/dialogs/about.cxx |9 +- cui/source/inc/about.hxx |2 fpicker/source/office/PlacesListBox.cxx |2 sd/source/ui/view/viewshe3.cxx

Re: distro-configs files, autogen.sh options, defaults etc

2012-04-25 Thread Lubos Lunak
On Wednesday 25 of April 2012, Bjoern Michaelsen wrote: > On Wed, Apr 25, 2012 at 03:01:16PM +0200, Lubos Lunak wrote: > > Is there any reasonable use case for preferring almost all internal > > copies of libraries if the system-wide one is suitable? > > mu(*). You are asking the wrong question.

[PUSHED][3-5] Re: [REVIEW-3-5] --enable-python=internal build fix

2012-04-25 Thread Michael Stahl
On 25/04/12 11:13, Stephan Bergmann wrote: > Without > > > "Linux LD_LIBRARY_PATH is missing as well.", --enable-python=internal > fails to build on Linux. > > Would be nice to have that fix in -

[PUSHED][3-5] Re: [REVIEW:3-5] fdo#44176 dmapper: fix import of titlepg top/bottom margin

2012-04-25 Thread Michael Stahl
On 25/04/12 16:56, Michael Stahl wrote: > On 25/04/12 12:13, Miklos Vajna wrote: >> Hi, >> >> See >> http://cgit.freedesktop.org/libreoffice/core/commit/?id=b0edaff >> >> Regression from 3.4 for RTF, as far as I see this was never correct for >> DOCX. Backported patch attached. > > pushed to libre

LibreOffice Hackfest Munich 2012

2012-04-25 Thread Florian Effenberger
Good news, everyone! The LiMux office of the city of Munich invited us for a second LibreOffice Hackfest in Bavaria's capital this autumn. To determine the best weekend, please cast your vote in our poll at http://www.doodle.com/sz6eehwtn57f765a The final date will be announced as so

Re: [PATCH] fdo#39643: Remove --disable-strip-solver configure option

2012-04-25 Thread Petr Mladek
d.ostrov...@idaia.de píše v Út 24. 04. 2012 v 11:33 +0200: > Do we agree about to drop the striping code from ooinstaller? What do you mean by ooinstaller? Just the single ooinstall script or also also the solenv/bin/modules/installer/* stuff? It is hard to say until we know what is the benefit o

Re: [REVIEW:3-5] fdo#44176 dmapper: fix import of titlepg top/bottom margin

2012-04-25 Thread Michael Stahl
On 25/04/12 12:13, Miklos Vajna wrote: > Hi, > > See > http://cgit.freedesktop.org/libreoffice/core/commit/?id=b0edaff > > Regression from 3.4 for RTF, as far as I see this was never correct for > DOCX. Backported patch attached. pushed to libreoffice-3-5, just needed some tweaking with RTL_CONS

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - 2 commits - python/Python-aix.patch writerfilter/source

2012-04-25 Thread Michael Stahl
python/Python-aix.patch |3 ++- writerfilter/source/dmapper/PropertyMap.cxx | 15 --- 2 files changed, 14 insertions(+), 4 deletions(-) New commits: commit c67e6375be1ae303fd57a24ef28ca4e232917379 Author: Miklos Vajna Date: Wed Apr 11 09:45:53 2012 +0200

Re: Base: Slow search in form

2012-04-25 Thread Mark Stanton
> poor performance is invariably linked to the code - the search > functionality has always been a poor performer thanks to OOo/LO's > requirement to load the whole *** result set into memory... This is in fact why I asked the question about what database engine is being used. This is unlikel

[PUSHED] Removed unused code from vcl

2012-04-25 Thread Jesús Corrius
Pushed as: http://cgit.freedesktop.org/libreoffice/core/commit/?id=83201a345f90061a88c0bc1f9ede952a539df822 Thanks for the patch! On Wed, Apr 25, 2012 at 4:14 PM, Vicente Vendrell wrote: > I confirm it. Sorry. > Best regards. > > -Mensaje original- > De: jcorr...@gmail.com [mailto:jcorr

[Libreoffice-commits] .: unusedcode.easy vcl/inc vcl/source

2012-04-25 Thread Jesús Corrius
unusedcode.easy |1 - vcl/inc/vcl/dialog.hxx |1 - vcl/source/window/dialog.cxx | 11 --- 3 files changed, 13 deletions(-) New commits: commit 83201a345f90061a88c0bc1f9ede952a539df822 Author: Vicente Vendrell Date: Wed Apr 25 16:20:47 2012 +0200 Remove

[Libreoffice-commits] .: connectivity/source

2012-04-25 Thread Tor Lillqvist
connectivity/source/drivers/macab/MacabPreparedStatement.hxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 2f45e42a1bd4ff4c781020301cbbb28e8b152903 Author: Tor Lillqvist Date: Wed Apr 25 17:04:04 2012 +0300 WaE: hides overloaded virtual function

Re: [PATCH] Removed unused code from vcl

2012-04-25 Thread Jesús Corrius
On Wed, Apr 25, 2012 at 2:16 PM, Vicente Vendrell wrote: > Here is the patch from unused method Dialog::Dialog(Window*, ResId const&) Looks good. Can you confirm this patches are under the LGPLv3+/MPL+ licenses? -- Jesús Corrius ___ LibreOffice mail

Re: Dictionaries & stuff

2012-04-25 Thread Tomáš Chvátal
2012/4/25 Caolán McNamara : > > True. I maintain (a little out of date) a matrix of what's available > https://fedoraproject.org/wiki/OpenOffice.org/LinguisticComponents > Some stuff is only available as firefox/thunderbird etc extensions > although they use hunspell as well. Some stuff (IIRC) has

[Libreoffice-commits] .: 2 commits - sw/source

2012-04-25 Thread Tor Lillqvist
sw/source/core/inc/tblrwcl.hxx |4 ++-- sw/source/ui/dbui/mmaddressblockpage.hxx |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 5cb50258947b14e21d74fec507faf231f3bcc180 Author: Tor Lillqvist Date: Wed Apr 25 16:27:57 2012 +0300 WaE: hides ove

Re: distro-configs files, autogen.sh options, defaults etc

2012-04-25 Thread Bjoern Michaelsen
On Wed, Apr 25, 2012 at 03:01:16PM +0200, Lubos Lunak wrote: > Is there any reasonable use case for preferring almost all internal copies > of > libraries if the system-wide one is suitable? mu(*). You are asking the wrong question. The problem is that "is suitable" is not something that is eas

[Libreoffice-commits] .: sw/source

2012-04-25 Thread Stephan Bergmann
sw/source/core/doc/tblcpy.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit c262099220086a41499865761040d085213ae10f Author: Stephan Bergmann Date: Wed Apr 25 15:19:51 2012 +0200 warning: comparison between signed and unsigned integer expressions (Mac OS

Re: Missing index 0 in SvxShapeCollection::getSupportedServiceNames_Static()?

2012-04-25 Thread Eike Rathke
Hi Takeshi, On Wednesday, 2012-04-25 02:18:24 +0900, Takeshi Abe wrote: > uno::Sequence< ::rtl::OUString > aSeq(2); > -aSeq.getArray()[1] = ::rtl::OUString( > RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.Shapes") ); > +aSeq.getArray()[0] = ::rtl::OUString( > RTL_CONSTASCII_UST

[PATCH] Removed unused code from vcl

2012-04-25 Thread Vicente Vendrell
Here is the patch from unused method Dialog::Dialog(Window*, ResId const&) Have a nice day! 0001-Removed-usused-method-Dialog-Dialog-Window-ResId-con.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org h

Cruft in potentially bundled extensions' Addons.xcu

2012-04-25 Thread Stephan Bergmann
Hi all, The versions of the Google Docs & Zoho 3.0.0 and Metaweblog support 0.1 extensions that are potentially bundled with LibreOffice master (with --enable-ext-google-docs resp. --enable-ext-oooblogger) each contain Addons.xcu files that contain invalid (but ignored) data. Starting an --e

[Libreoffice-commits] .: filter/source sw/qa

2012-04-25 Thread Miklos Vajna
filter/source/msfilter/util.cxx |2 ++ sw/qa/extras/rtftok/data/fdo44211.rtf |4 sw/qa/extras/rtftok/rtftok.cxx| 25 - 3 files changed, 30 insertions(+), 1 deletion(-) New commits: commit a8c05ae840f2673803d9784600be9a7b734076fc Author: Aurimas

Re: [PATCH] Remove unused code (ImpSvtData)

2012-04-25 Thread Caolán McNamara
On Wed, 2012-04-25 at 05:16 -0700, Javier Catala wrote: > Hi everyone, > > This patch removes unused destructor in the ImpSvtData class, as listed in > unusedcode.easy Yeah, but see unusedcode.README and "f". If the constructor used, but the destructor is unused. Then its probably a leak and we

Re: distro-configs files, autogen.sh options, defaults etc

2012-04-25 Thread Lubos Lunak
On Tuesday 24 of April 2012, Caolán McNamara wrote: > On Tue, 2012-04-24 at 17:16 +0200, Lubos Lunak wrote: > > Running "./autogen.sh --with-system-libs" fails as soon as it finds one > > external library that does not exist system-wide (and there's pretty much > > bound to be one, given what all

Re: Help about Calc Functions

2012-04-25 Thread Eike Rathke
Hi Andras, On Tuesday, 2012-04-24 12:05:35 +0200, Andras Timar wrote: > BTW I can imagine that function names > are in the original German alphabetical order, but I haven't checked > it. :) I could imagine you might be right ;) Though in practice it looks more like it was sorted in German alpha

Re: Dictionaries & stuff

2012-04-25 Thread Caolán McNamara
On Tue, 2012-04-24 at 22:07 +0200, Tomáš Chvátal wrote: > This led me to unfortunate conclusion that there is NO official page where to > figure which are latest version and how to obtain them. True. I maintain (a little out of date) a matrix of what's available https://fedoraproject.org/wiki/Ope

Re: Need help: SVG import

2012-04-25 Thread Michael Stahl
On 25/04/12 11:48, Noel Grandin wrote: > Looks like the code in > unoxml/source/dom/saxbuilder.cxx > converts the SAX event stream into a DOM tree. true, but irrelevant here because this is not used when calling Reference< XDocument > SAL_CALL CDocumentBuilder::parse(const Reference< XInputStr

Re: [PUSHED][PATCH] fdo#45664 EasyHack: Calc can't export the cells formulas to CSV (only the cells values)

2012-04-25 Thread Eike Rathke
Hi Florent, On Monday, 2012-04-23 04:47:50 +0200, Florent Gallaire wrote: > I think this patch is clean. Hey, great, thanks! It didn't apply cleanly as some of the surrounding code lines were changed in the mean time, but pushed with http://cgit.freedesktop.org/libreoffice/core/commit/?id=c041db

[Libreoffice-commits] .: 2 commits - sc/source

2012-04-25 Thread Eike Rathke
sc/source/ui/dbgui/asciiopt.cxx |2 ++ sc/source/ui/dbgui/imoptdlg.cxx |5 + sc/source/ui/dbgui/imoptdlg.hrc |1 + sc/source/ui/dbgui/imoptdlg.src | 28 ++-- sc/source/ui/dbgui/scuiimoptdlg.cxx | 14 -- sc/source/ui/docshell/d

[Libreoffice-commits] .: filter/inc filter/source sw/source writerfilter/source

2012-04-25 Thread Caolán McNamara
filter/inc/filter/msfilter/util.hxx|7 +-- filter/source/msfilter/util.cxx| 10 +- sw/source/filter/ww8/ww8par.cxx|9 +++-- writerfilter/source/rtftok/rtfdocumentimpl.cxx |2 +- 4 files changed, 18 insertions(+), 10 deletion

[Libreoffice-commits] .: Branch 'libreoffice-3-5-3' - instsetoo_native/util solenv/inc

2012-04-25 Thread Petr Mladek
instsetoo_native/util/openoffice.lst | 30 +++--- solenv/inc/minor.mk |4 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) New commits: commit ae66f426835803b76a9456bd9fb4e3dfcdb05103 Author: Petr Mladek Date: Wed Apr 25 14:16:57 2012 +0200

[PATCH] Remove unused code (ImpSvtData)

2012-04-25 Thread Javier Catala
Hi everyone, This patch removes unused destructor in the ImpSvtData class, as listed in unusedcode.easy From bdfc550685d238a62602a4f93da0ab804d77b2f6 Mon Sep 17 00:00:00 2001 From: Javier Catala Date: Tue, 24 Apr 2012 20:24:17 +0200 Subject: [PATCH] Remove unused ImpSvtData destructor. Committe

Re: [Libreoffice-commits] .: filter/inc filter/Library_msfilter.mk filter/Package_inc.mk filter/source sw/source writerfilter/Library_rtftok.mk writerfilter/source

2012-04-25 Thread Miklos Vajna
On Wed, Apr 25, 2012 at 01:49:51PM +0200, Lubos Lunak wrote: > Are you sure this is right? The old code used SvxLanguageItem, not > Application::GetSettings(). See http://article.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/28726, Caolán mentioned he'll adapt it to whatever it make

Re: [Libreoffice-commits] .: filter/inc filter/Library_msfilter.mk filter/Package_inc.mk filter/source sw/source writerfilter/Library_rtftok.mk writerfilter/source

2012-04-25 Thread Lubos Lunak
On Wednesday 25 of April 2012, Miklos Vajna wrote: > msfilter::util: avoid code duplication by merging from sw and > writerfilter > ... > +rtl_TextEncoding GetDefaultTextEncoding() > +{ > +const rtl::OUString& rLanguage = > Application::GetSettings().GetLocale().Language; + > +if (rLang

[Libreoffice-commits] .: instsetoo_native/inc_ooohelppack instsetoo_native/inc_ooolangpack instsetoo_native/inc_openoffice instsetoo_native/inc_sdkoo instsetoo_native/inc_ure instsetoo_native/res

2012-04-25 Thread Andras Timar
instsetoo_native/inc_ooohelppack/windows/msi_templates/Control.idt | 32 +- instsetoo_native/inc_ooolangpack/windows/msi_templates/Control.idt | 32 +- instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt | 32 +- instsetoo_native/inc_sdkoo/windows/ms

Re: .: sw/source

2012-04-25 Thread Tor Lillqvist
> this is wrong: the method must be called Notify so the SfxBroadcaster > calls it. Ah ok. Will revert and add a pragma instead then to make it a warning only even if -Werror. > if you get a warning "hides overloaded virtual function" here then i > don't understand it because there is an explicit

Re: Need help: SVG import

2012-04-25 Thread Marco Cecchetti
After giving a better look, I could have found where the problem is: look at the begin of visitElements routine (line 101): if( xElem->hasAttributes() ) rFunc(xElem,xElem->getAttributes()); else rFunc(xElem); The function called in case the element has at least one attri

[Libreoffice-commits] .: vcl/aqua

2012-04-25 Thread Stephan Bergmann
vcl/aqua/source/dtrans/DataFlavorMapping.cxx |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit 004763101a7c5d70c735656e62ca351595da317b Author: Stephan Bergmann Date: Wed Apr 25 13:16:25 2012 +0200 isOUStringType still used (from dbgutil code) diff --gi

Re: .: sw/source

2012-04-25 Thread Michael Stahl
On 25/04/12 10:52, Tor Lillqvist wrote: > sw/source/ui/dbui/mmaddressblockpage.cxx |2 +- > sw/source/ui/dbui/mmaddressblockpage.hxx |4 +--- > 2 files changed, 2 insertions(+), 4 deletions(-) > > New commits: > commit 192edc5e65685a3093d94457dca9db8d3b891486 > Author: Tor Lillqvist > Da

Re: Need help: SVG import

2012-04-25 Thread Marco Cecchetti
That's odd, saxbuilder should be completely agnostic from a element name point of view. Did you try to print element names xElem->getNodeName() (line 1227) for the broken example ? -- Marco On Wed, 25 Apr 2012 11:48:10 +0200, Noel Grandin wrote: Looks like the code in unoxml/source/

[Libreoffice-commits] .: sw/source

2012-04-25 Thread Michael Stahl
sw/source/ui/dbui/mmaddressblockpage.cxx |2 +- sw/source/ui/dbui/mmaddressblockpage.hxx |4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) New commits: commit afccf73c63731fa17d113a6a983ee17c13db5f5f Author: Michael Stahl Date: Wed Apr 25 13:00:07 2012 +0200 Revert "WaE: h

[Libreoffice-commits] .: 5 commits - avmedia/inc avmedia/source desktop/source oox/inc oox/source sc/inc sc/source sd/source svtools/inc svtools/source svx/inc svx/source unusedcode.easy

2012-04-25 Thread Caolán McNamara
avmedia/inc/avmedia/mediawindow.hxx |1 avmedia/source/viewer/mediawindow.cxx |7 - avmedia/source/viewer/mediawindowbase_impl.cxx|7 - avmedia/source/viewer/mediawindowbase_impl.hxx|1 desktop/sour

[PUSHED] Re: [PATCH] convert SV*PTRARR stuff in SW module

2012-04-25 Thread Michael Stahl
On 24/04/12 19:41, Noel Grandin wrote: > On Tue, Apr 24, 2012 at 19:03, Michael Stahl wrote: >> >> so the first patch, which Caolan already pushed, causes a segfault in >> dbaccess_complex, because of a double free in >> SwXTextView::removeSelectionChangeListener: the >> boost::ptr_vector::erase()

Re: [Libreoffice][GSoC2012] Enhancing Impress svg export filter

2012-04-25 Thread Marco Cecchetti
On Wed, 25 Apr 2012 09:23:11 +0200, Jan Holesovsky wrote: Hi Marco, On 2012-04-24 at 22:45 +0200, Thorsten Behrens wrote: > Btw, what is LibreOffice policy for rebasing a feature branch ? > I'd defer to Kendy here. :) Oh - whatever works best for you :-) Either just develop without rebasi

[Libreoffice-commits] .: Branch 'feature/cmclayout' - 7 commits - postprocess/checkxml postprocess/packconfig sfx2/inc sfx2/source sw/Package_uiconfig.mk sw/source sw/uiconfig vcl/inc vcl/source

2012-04-25 Thread Caolán McNamara
postprocess/checkxml/checkxml.pl |4 postprocess/packconfig/packconfig.pl |2 sfx2/inc/sfx2/basedlgs.hxx |6 sfx2/source/dialog/basedlgs.cxx | 44 +++ sw/Package_uiconfig.mk |4 sw/source/ui/inc/titlepage.hxx | 44 +-- sw/source/ui/mis

Re: Base: Slow search in form

2012-04-25 Thread Alexander Thurgood
Le 24/04/12 13:28, Egon a écrit : Hi Egon, See also : news://snews.gmane.org/gmane.comp.openoffice.dba.user Thread entitled "Slow database access with jre 1.6u30" The problem is not new as such. http://openoffice.markmail.org/message/6ha2bxxqqxrcdqac?q=list:org.openoffice.dba.users+search+per

[Libreoffice-commits] .: writerfilter/source

2012-04-25 Thread Miklos Vajna
writerfilter/source/dmapper/PropertyMap.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 5f32957bc31a4676f2321c5a9a9e6945490861e4 Author: Miklos Vajna Date: Wed Apr 25 12:16:52 2012 +0200 use PropNameSupplier in SectionPropertyMap::PrepareHeaderFooterP

  1   2   >