[Libreoffice-commits] core.git: svx/source

2013-04-25 Thread Tor Lillqvist
svx/source/gengal/gengal.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 427d20e72e914082af5cddc9527fb3df0dd270a2 Author: Tor Lillqvist t...@iki.fi Date: Thu Apr 25 08:37:40 2013 +0300 Fix warning: unused variable 'assignment' [loplugin] Change-Id:

[Libreoffice-commits] core.git: sfx2/source

2013-04-25 Thread Muthu Subramanian
sfx2/source/doc/objstor.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 06b918053fb9cf455cf431ca001a63030092d018 Author: Muthu Subramanian sumu...@suse.com Date: Thu Apr 25 11:47:56 2013 +0530 Broken security/password when saving to older odf (sx?)

[Libreoffice-commits] core.git: cppcanvas/source

2013-04-25 Thread Muthu Subramanian
cppcanvas/source/mtfrenderer/emfplus.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 4bc3ead0649bf2885050ec4cfb47a5ed13bfa41e Author: Muthu Subramanian sumu...@suse.com Date: Thu Apr 25 11:57:59 2013 +0530 n#812793: (Workaround) Transparent

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - cppcanvas/source

2013-04-25 Thread Muthu Subramanian
cppcanvas/source/mtfrenderer/emfplus.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit abd0ed222788077b66d92b84f0918309aa58d865 Author: Muthu Subramanian sumu...@suse.com Date: Thu Apr 25 11:57:59 2013 +0530 n#812793: (Workaround) Transparent

hints asked for fdo#59727

2013-04-25 Thread Winfried Donkers
Hi, Bug fdo59727 is about addin function MONTHS() that is not interpreted correctly when read from an xlsx file. That is, an xlsx file with the function MONTHS(...) opened with calc shows com.sun.star.sheet.addin.datefunctions.getdiffmonths(...) and understandably results to #NAME? . The

[Libreoffice-commits] core.git: 3 commits - animations/source dbaccess/source extensions/source offapi/com offapi/UnoApi_offapi.mk sd/CppunitTest_sd_filters_test.mk sd/CppunitTest_sd_regression_test.m

2013-04-25 Thread Noel Grandin
animations/source/animcore/animcore.cxx | 18 -- dbaccess/source/ui/browser/sbagrid.cxx| 20 +- extensions/source/propctrlr/controlfontdialog.cxx | 16 + extensions/source/propctrlr/controlfontdialog.hxx |5 +

Compilation fails with --enable-pch after global header move

2013-04-25 Thread Aurimas Fišeras
Hello, after global header move compilation of LibreOffice master fails with an error. I ran ./bin/update_pch.sh but it does not help. I build with these options: ./configure --enable-hardlink-deliver --enable-pch --disable-odk --without-help --without-java --with-lang=lt In file included from

Re: [Libreoffice-commits] core.git: 14 commits - svx/inc svx/sdi sw/sdi sw/source vcl/inc vcl/Library_vcl.mk vcl/Package_inc.mk vcl/source

2013-04-25 Thread David Tardon
Hi, On Sun, Apr 21, 2013 at 12:58:45PM -0700, Tomaž Vajngerl wrote: diff --git a/vcl/source/filter/jpeg/jinclude.h b/vcl/source/filter/jpeg/jinclude.h new file mode 100644 index 000..121fbec --- /dev/null +++ b/vcl/source/filter/jpeg/jinclude.h @@ -0,0 +1,91 @@ +/* + * jinclude.h +

[PATCH libreoffice-4-0-3] Uploading new fresh wonderful libvisio-0.0.26

2013-04-25 Thread Fridrich Strba (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3601 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/01/3601/1 Uploading new fresh wonderful libvisio-0.0.26 The release fixes several instances of data loss during

Re: Compilation fails with --enable-pch after global header move

2013-04-25 Thread Stephan Bergmann
On 04/25/2013 09:00 AM, Aurimas Fišeras wrote: I build with these options: ./configure --enable-hardlink-deliver --enable-pch --disable-odk --without-help --without-java --with-lang=lt In file included from ~/libreoffice-git/svtools/inc/pch/precompiled_svt.hxx:428:0:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0-3' - sw/source

2013-04-25 Thread Michael Stahl
sw/source/core/doc/notxtfrm.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 63397e1e699845e92e3046fd50bbbdcba6512a32 Author: Michael Stahl mst...@redhat.com Date: Tue Apr 23 22:27:57 2013 +0200 fdo#60280: sw: restore anti-aliasing for all OLE objects

[Libreoffice-commits] core.git: 4 commits - connectivity/Library_file.mk connectivity/Library_jdbc.mk connectivity/Library_mork.mk connectivity/Library_odbcbase.mk dbaccess/Library_dba.mk odk/CustomTa

2013-04-25 Thread David Tardon
connectivity/Library_file.mk |4 connectivity/Library_jdbc.mk |4 connectivity/Library_mork.mk |4 connectivity/Library_odbcbase.mk |4 dbaccess/Library_dba.mk |3 ++- odk/CustomTarget_check.mk|2 +-

[PUSHED libreoffice-4-0-3] fdo#60280: sw: restore anti-aliasing for all OLE objects

2013-04-25 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3594 Approvals: Caolán McNamara: Verified; Looks good to me, approved Eike Rathke: Looks good to me, but someone else must approve -- To

conversion operators for UNO

2013-04-25 Thread Noel Grandin
Hi I would like to discuss the addition of conversion operators for UNO. Let me start with an example. If we have IDL that looks like: interface A {} interface B : A {} Then we typically have C++ code that looks like void foo(ReferenceA a) void bar() { ReferenceB b =

Drop down menus going blank

2013-04-25 Thread Sameer Deshmukh
Hello all, I made some changes in the code related to bug 61060 (https://bugs.freedesktop.org/show_bug.cgi?id=61060), and the drop down menus in Calc (file, view, edit etc.) have gone blank. Can someone tell me the reason for this? I havnt touched any of the code that deals with the interface or

[Libreoffice-commits] core.git: testtools/CustomTarget_bridgetest_climaker.mk

2013-04-25 Thread Stephan Bergmann
testtools/CustomTarget_bridgetest_climaker.mk |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit e42eed90b5c8151f8b5520ca2728061b1ac8e41e Author: Stephan Bergmann sberg...@redhat.com Date: Thu Apr 25 10:34:52 2013 +0200 Fix generation of

[Libreoffice-commits] core.git: include/xmloff sw/inc sw/source xmloff/source

2013-04-25 Thread Maxime de Roucy
include/xmloff/txtimp.hxx| 49 ++--- include/xmloff/xmlictxt.hxx | 36 +++--- sw/inc/doc.hxx |8 - sw/inc/redline.hxx | 11 +- sw/source/core/doc/docfmt.cxx

Re: Drop down menus going blank

2013-04-25 Thread Samuel Mehrbrodt
Am 25.04.2013 10:39, schrieb Sameer Deshmukh: Hello all, I made some changes in the code related to bug 61060 (https://bugs.freedesktop.org/show_bug.cgi?id=61060), and the drop down menus in Calc (file, view, edit etc.) have gone blank. Can someone tell me the reason for this? I havnt touched

[PUSHED] comments and code reformat

2013-04-25 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3582 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3582 To unsubscribe,

Re: conversion operators for UNO

2013-04-25 Thread Miklos Vajna
On Thu, Apr 25, 2013 at 10:35:29AM +0200, Noel Grandin n...@peralex.com wrote: Then we typically have C++ code that looks like void foo(ReferenceA a) void bar() { ReferenceB b = methodThatTakesA( ReferenceA(b, UNO_QUERY_THROW) ); } I want to change things so that I

[Libreoffice-commits] core.git: forms/source offapi/com offapi/UnoApi_offapi.mk sdext/source sd/source

2013-04-25 Thread Noel Grandin
forms/source/inc/services.hxx |1 offapi/UnoApi_offapi.mk |1 offapi/com/sun/star/awt/Pointer.idl | 38 ++ sd/source/ui/slideshow/slideshowviewimpl.cxx |5 --

Re: Drop down menus going blank

2013-04-25 Thread Sameer Deshmukh
Oh yes I am also using Ubuntu 12.04 32 bit. Regards, Sameer Deshmukh On Thu, Apr 25, 2013 at 2:27 PM, Samuel Mehrbrodt s.mehrbr...@gmail.com wrote: Am 25.04.2013 10:39, schrieb Sameer Deshmukh: Hello all, I made some changes in the code related to bug 61060

Re: Hang/crash in templates

2013-04-25 Thread Miklos Vajna
Hi, On Wed, Apr 24, 2013 at 10:44:13PM +0200, Fridrich Strba fridrich.st...@graduateinstitute.ch wrote: We have a crash (on systems with low memory) or hang (with more memory) in templates. It is a problem with all templates but one can see it in impress directly, because the template

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - instsetoo_native/util solenv/inc

2013-04-25 Thread Andras Timar
instsetoo_native/util/openoffice.lst |8 solenv/inc/minor.mk |4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 138156f285ca2c08ef22b68c1e797bf5c5b7a61c Author: Andras Timar ati...@suse.com Date: Thu Apr 25 11:32:39 2013 +0200

Re: Compilation fails with --enable-pch after global header move

2013-04-25 Thread Thomas Arnhold
On 25.04.2013 09:35, Stephan Bergmann wrote: git grep -Fw using include/ | grep -Fw beans reveals that some headers dare pollute the global namespace with inappropriate using directives. /All/ those using directives (not just the ones injecting com::sun::star::uno::beans) apparently need to be

Re: Drop down menus going blank

2013-04-25 Thread Samuel Mehrbrodt
I just tried with Gnome 2 and the menus worked fine. So this is a problem concerning Unity only. Am 25.04.2013 11:07, schrieb Sameer Deshmukh: Oh yes I am also using Ubuntu 12.04 32 bit. Regards, Sameer Deshmukh ___ LibreOffice mailing list

[Libreoffice-commits] core.git: cli_ure/source

2013-04-25 Thread Tor Lillqvist
cli_ure/source/native/native_share.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3a77c4fa06e02a3758222b39e6359a9f504d42b2 Author: Tor Lillqvist tlillqv...@suse.com Date: Thu Apr 25 12:35:49 2013 +0300 Fix compilation error after

Re: conversion operators for UNO

2013-04-25 Thread Noel Grandin
On 2013-04-25 11:00, Miklos Vajna wrote: On Thu, Apr 25, 2013 at 10:35:29AM +0200, Noel Grandin n...@peralex.com wrote: Then we typically have C++ code that looks like void foo(ReferenceA a) void bar() { ReferenceB b = methodThatTakesA( ReferenceA(b, UNO_QUERY_THROW) );

Re: conversion operators for UNO

2013-04-25 Thread Miklos Vajna
On Thu, Apr 25, 2013 at 11:52:57AM +0200, Noel Grandin n...@peralex.com wrote: Hmm, and then how would you decide if UNO_QUERY or UNO_QUERY_THROW is desired? I'm only talking about the specific case of casting to a known super-interface, in which case throwing should not be possible. Ah,

Re: conversion operators for UNO

2013-04-25 Thread Michael Stahl
On 25/04/13 10:35, Noel Grandin wrote: Hi I would like to discuss the addition of conversion operators for UNO. Let me start with an example. If we have IDL that looks like: interface A {} interface B : A {} Then we typically have C++ code that looks like void

Re: conversion operators for UNO

2013-04-25 Thread Noel Grandin
On 2013-04-25 11:59, Michael Stahl wrote: e.g. this problem here caused a 3 % or so slowdown in ODF file load and/or save (i forgot which), mainly due to 2 additional queryInterface calls in a critical place: https://issues.apache.org/ooo/show_bug.cgi?id=108161 with your proposal it would be

[Libreoffice-commits] core.git: dbaccess/inc oox/inc sal/inc sc/inc sd/inc starmath/inc svtools/inc svx/inc sw/inc vcl/inc xmloff/inc

2013-04-25 Thread Thomas Arnhold
dbaccess/inc/pch/precompiled_dbu.hxx |1 oox/inc/pch/precompiled_oox.hxx |2 + sal/inc/pch/precompiled_sal.hxx | 70 +++ sc/inc/pch/precompiled_sc.hxx|3 - sd/inc/pch/precompiled_sd.hxx|4 +-

Re: conversion operators for UNO

2013-04-25 Thread Michael Stahl
On 25/04/13 12:08, Noel Grandin wrote: On 2013-04-25 11:59, Michael Stahl wrote: e.g. this problem here caused a 3 % or so slowdown in ODF file load and/or save (i forgot which), mainly due to 2 additional queryInterface calls in a critical place:

[Libreoffice-commits] core.git: sw/source

2013-04-25 Thread Fridrich Štrba
sw/source/core/unocore/unotext.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit d34a159010fc24e13613058d25a9d6b56f7855bd Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Thu Apr 25 12:17:17 2013 +0200 Belts and braces for crash in null pointer

Re: Hang/crash in templates

2013-04-25 Thread Miklos Vajna
Hi, On Thu, Apr 25, 2013 at 11:26:35AM +0200, Miklos Vajna vmik...@suse.cz wrote: I'll bisect it later today. git bisect says: 9830fd36dbdb72c79703b0c61efc027fba793c5a is the first bad commit commit 9830fd36dbdb72c79703b0c61efc027fba793c5a Author: Lionel Elie Mamane lio...@mamane.lu Date:

[Libreoffice-commits] core.git: 2 commits - svx/source sw/AllLangResTarget_sw.mk sw/inc sw/source sw/uiconfig sw/UIConfig_swriter.mk

2013-04-25 Thread Caolán McNamara
svx/source/dialog/txenctab.src |2 sw/AllLangResTarget_sw.mk |1 sw/UIConfig_swriter.mk |1 sw/inc/dialog.hrc |1 sw/inc/helpid.h |1 sw/inc/swabstdlg.hxx

Re: Hang/crash in templates

2013-04-25 Thread Thorsten Behrens
Miklos Vajna wrote: I'll bisect it later today. I wonder if 9830fd36dbdb72c79703b0c61efc027fba793c5a is related - it modifies the binary format of the templatefoldercache ... Cheers, -- Thorsten signature.asc Description: Digital signature ___

[Libreoffice-commits] core.git: helpcontent2

2013-04-25 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 82798d640347753e5b6dca0e3221b6b1b8e44fee Author: Caolán McNamara caol...@redhat.com Date: Thu Apr 25 11:38:08 2013 +0100 Updated core Project: help 9b03a7110683c9e05b5a6a193d71dcfad58b8122

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-04-25 Thread Caolán McNamara
helpers/help_hid.lst |7 --- source/text/shared/00/0215.xhp | 25 + 2 files changed, 13 insertions(+), 19 deletions(-) New commits: commit 9b03a7110683c9e05b5a6a193d71dcfad58b8122 Author: Caolán McNamara caol...@redhat.com Date: Thu Apr 25

bisect related question

2013-04-25 Thread Christina Roßmanith
Hi, some questions arise during git bisect: 1. Will each build get an unique build id? Is this id related to the most recent commit? 2. Does make tail_build.clean; make tail_build require make dev-install afterwards? 3. Do get a faster build: How can I get rid of slowcheck? Christina

[Libreoffice-commits] core.git: dbaccess/source

2013-04-25 Thread Tor Lillqvist
dbaccess/source/core/recovery/dbdocrecovery.cxx | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) New commits: commit 5907bb462de34e9cc59c178350bf9153c42d038a Author: Tor Lillqvist t...@iki.fi Date: Thu Apr 25 13:53:54 2013 +0300 Fix compilation error when

Re: bisect related question

2013-04-25 Thread Miklos Vajna
Hi Christina, On Thu, Apr 25, 2013 at 12:52:11PM +0200, Christina Roßmanith chrrossman...@gmx.de wrote: 1. Will each build get an unique build id? Is this id related to the most recent commit? Yes, as long as you do a make dev-install. (The about dialog is not updated after a simple make.)

Re: bisect related question

2013-04-25 Thread Markus Mohrhard
3. Do get a faster build: How can I get rid of slowcheck? Normally make build should skip all tests but I'm not sure if it still works. Otherwise something like make -f Makefile all -o slowcheck might work too. ___ LibreOffice mailing list

[Libreoffice-commits] core.git: helpcontent2

2013-04-25 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d8f1159cb3019bc7814f44029fe6f603a279117d Author: Caolán McNamara caol...@redhat.com Date: Thu Apr 25 12:04:32 2013 +0100 Updated core Project: help 01a9fff87678572226b099c7102f5f1b03bec4b4

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-04-25 Thread Caolán McNamara
helpers/help_hid.lst|3 --- source/text/swriter/01/0520.xhp |3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) New commits: commit 01a9fff87678572226b099c7102f5f1b03bec4b4 Author: Caolán McNamara caol...@redhat.com Date: Thu Apr 25 12:04:32 2013 +0100

Re: Hang/crash in templates

2013-04-25 Thread Lionel Elie Mamane
On Thu, Apr 25, 2013 at 12:24:37PM +0200, Miklos Vajna wrote: On Thu, Apr 25, 2013 at 11:26:35AM +0200, Miklos Vajna vmik...@suse.cz wrote: I'll bisect it later today. git bisect says: 9830fd36dbdb72c79703b0c61efc027fba793c5a is the first bad commit commit

[Libreoffice-commits] core.git: solenv/gbuild

2013-04-25 Thread David Tardon
solenv/gbuild/AutoInstallLibs.mk |5 +++-- solenv/gbuild/InstallModuleTarget.mk | 10 +- 2 files changed, 8 insertions(+), 7 deletions(-) New commits: commit 71356b046bfc17ab54c5a784522035538edda6c8 Author: David Tardon dtar...@redhat.com Date: Thu Apr 25 13:06:12 2013 +0200

Re: Hang/crash in templates

2013-04-25 Thread Miklos Vajna
On Thu, Apr 25, 2013 at 01:08:47PM +0200, Lionel Elie Mamane lio...@mamane.lu wrote: So I gather that the issue is that saving this document makes LibreOffice eat unreasonable amounts of memory. No, saving the docx attachment as odf is (more or less) fine. But then reading back the odf results

[Libreoffice-commits] core.git: Changes to 'refs/tags/suse-3.6-19'

2013-04-25 Thread Andras Timar
Tag 'suse-3.6-19' created by Andras Timar ati...@suse.com at 2013-04-25 12:29 -0700 suse-3.6-19 Changes since suse-3.6-18-1: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] Changes to 'refs/tags/suse-3.6-19'

2013-04-25 Thread Libreoffice Gerrit user
Tag 'suse-3.6-19' created by Andras Timar ati...@suse.com at 2013-04-25 12:29 -0700 suse-3.6-19 Changes since suse-3.6-12: Fridrich Å trba (2): Branch libreoffice-3-6-5 Version 3.6.5.2, tag libreoffice-3.6.5.2 Petr Mladek (1): Merge tag 'libreoffice-3.6.5.2' into suse-3.6

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/suse-3.6-19'

2013-04-25 Thread Petr Mladek
Tag 'suse-3.6-19' created by Andras Timar ati...@suse.com at 2013-04-25 12:29 -0700 suse-3.6-19 Changes since suse-3.6-12: Andras Timar (3): updated pt-PT spelling dictionary fdo#56130 update Galician dictionary pack Update pt-PT dictionary Fridrich Å trba (2): Branch

[Libreoffice-commits] help.git: Changes to 'refs/tags/suse-3.6-19'

2013-04-25 Thread Petr Mladek
Tag 'suse-3.6-19' created by Andras Timar ati...@suse.com at 2013-04-25 12:29 -0700 suse-3.6-19 Changes since suse-3.6-12: Fridrich Å trba (2): Branch libreoffice-3-6-5 Version 3.6.5.2, tag libreoffice-3.6.5.2 Petr Mladek (1): Merge tag 'libreoffice-3.6.5.2' into suse-3.6

[Libreoffice-commits] translations.git: Changes to 'refs/tags/suse-3.6-19'

2013-04-25 Thread Andras Timar
Tag 'suse-3.6-19' created by Andras Timar ati...@suse.com at 2013-04-25 12:29 -0700 suse-3.6-19 Changes since suse-3.6-0-3: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org

[Libreoffice-commits] core.git: sw/AllLangResTarget_sw.mk sw/inc sw/source sw/uiconfig sw/UIConfig_swriter.mk

2013-04-25 Thread Caolán McNamara
sw/AllLangResTarget_sw.mk |1 sw/UIConfig_swriter.mk |1 sw/inc/helpid.h |1 sw/source/ui/uiview/pview.cxx | 40 ++ sw/source/ui/uiview/pview.hrc | 51

Conflict between system and internal cairo

2013-04-25 Thread Lubos Lunak
Hello, Clang tindebox currently fails because of a race and mixup of system and internal cairo/pixman libraries. Specifically, Executable_pluginapp.bin.mk links also against gtk, which links against cairo, which links against pixman. And there is a race that results in solver containing

[Libreoffice-commits] core.git: helpcontent2

2013-04-25 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0820414d0c53ac6f67742b1ff5cd27dd011f013b Author: Caolán McNamara caol...@redhat.com Date: Thu Apr 25 12:40:45 2013 +0100 Updated core Project: help 0f337351043a65843b4b7687d33ca5afdc8289b8

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2013-04-25 Thread Caolán McNamara
helpers/help_hid.lst|3 --- source/text/swriter/02/1007.xhp | 12 +--- 2 files changed, 5 insertions(+), 10 deletions(-) New commits: commit 0f337351043a65843b4b7687d33ca5afdc8289b8 Author: Caolán McNamara caol...@redhat.com Date: Thu Apr 25 12:40:45 2013

[Libreoffice-commits] core.git: vcl/win

2013-04-25 Thread Tor Lillqvist
vcl/win/source/window/keynames.cxx | 203 ++--- 1 file changed, 103 insertions(+), 100 deletions(-) New commits: commit 792181299b78c9232ec161eb60962ebe289b Author: Tor Lillqvist t...@iki.fi Date: Thu Apr 25 14:40:10 2013 +0300 Fix KEY_SHIFT clash

Re: conversion operators for UNO

2013-04-25 Thread Lubos Lunak
On Thursday 25 of April 2013, Michael Stahl wrote: On 25/04/13 12:08, Noel Grandin wrote: On 2013-04-25 11:59, Michael Stahl wrote: e.g. this problem here caused a 3 % or so slowdown in ODF file load and/or save (i forgot which), mainly due to 2 additional queryInterface calls in a

[Libreoffice-commits] core.git: i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk i18nlangtag/Library_i18nlangtagicu.mk i18nlangtag/Library_i18nlangtag.mk i18nlangtag/Module_i18nlangtag.mk i18np

2013-04-25 Thread Eike Rathke
Library_merged.mk |1 Repository.mk |1 i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk |3 - i18nlangtag/Library_i18nlangtag.mk |6 +++

Re: conversion operators for UNO

2013-04-25 Thread Stephan Bergmann
On 04/25/2013 10:35 AM, Noel Grandin wrote: I would like to discuss the addition of conversion operators for UNO. Let me start with an example. If we have IDL that looks like: interface A {} interface B : A {} Then we typically have C++ code that looks like void foo(ReferenceA a)

[Libreoffice-commits] core.git: svtools/source

2013-04-25 Thread Jan Holesovsky
svtools/source/misc/templatefoldercache.cxx | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) New commits: commit 4fa553e4071a0ba4981a690429903c4e68607864 Author: Jan Holesovsky ke...@suse.cz Date: Thu Apr 25 13:56:00 2013 +0200 fdo#62088: Fix regression introduced by the

[Libreoffice-commits] core.git: javaunohelper/com jurt/com

2013-04-25 Thread Stephan Bergmann
javaunohelper/com/sun/star/comp/helper/Bootstrap.java | 25 - jurt/com/sun/star/comp/servicemanager/ServiceManager.java | 272 -- 2 files changed, 8 insertions(+), 289 deletions(-) New commits: commit 57a14ea0bed679c4b120c0371ab5316faf7c883f Author: Stephan Bergmann

Re: Conflict between system and internal cairo

2013-04-25 Thread Michael Stahl
On 25/04/13 13:39, Lubos Lunak wrote: Hello, Clang tindebox currently fails because of a race and mixup of system and internal cairo/pixman libraries. Specifically, Executable_pluginapp.bin.mk links also against gtk, which links against cairo, which links against pixman. And there is

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Bug 60270 depends on bug 62088, which changed state. Bug 62088 Summary: Impress crashes on setting master pages https://bugs.freedesktop.org/show_bug.cgi?id=62088 What|Removed |Added

[PATCH] Better text for Insert as Link Checkbox

2013-04-25 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3602 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/02/3602/1 Better text for Insert as Link Checkbox This Checkbox is shown in the File picker dialog and does not embed the

[PATCH] Fix inconsistent names: Image instead of Picture or Graphic

2013-04-25 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3603 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/03/3603/1 Fix inconsistent names: Image instead of Picture or Graphic Graphical objects were sometimes named Picture and

[PATCH] Better wording for Impress Start from first/current Slide

2013-04-25 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3604 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/04/3604/1 Better wording for Impress Start from first/current Slide The menu is now: Slide Show Start from first Slide

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - oox/source

2013-04-25 Thread Muthu Subramanian
oox/source/drawingml/chart/axisconverter.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 976a85dc20b0f274d0f51e9eb83e08b4763bdd2a Author: Muthu Subramanian sumu...@suse.com Date: Thu Apr 25 17:37:32 2013 +0530 n#813291: [PPTX] Axis Labels with

Re: Hang/crash in templates

2013-04-25 Thread Lionel Elie Mamane
On Thu, Apr 25, 2013 at 01:29:00PM +0200, Miklos Vajna wrote: On Thu, Apr 25, 2013 at 01:08:47PM +0200, Lionel Elie Mamane lio...@mamane.lu wrote: If you can point valgrind/gdb it yourself and point me towards the place / stacktrace that allocates a lot, I can look at that place and see if

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Samuel M. s.mehrbr...@gmail.com changed: What|Removed |Added CC||s.mehrbr...@gmail.com

Re: Hang/crash in templates

2013-04-25 Thread Michael Stahl
On 25/04/13 13:29, Miklos Vajna wrote: TemplateContent::TemplateContent gets an INetURLObject, and the next assert fails, as GetProtocol() is INET_PROT_NOT_VALID. If you step up the backtrace in gdb, you see that the URL was ~memory garbage. On the other hand, for now I would just change

[Libreoffice-commits] core.git: vcl/source

2013-04-25 Thread Eike Rathke
vcl/source/gdi/impimagetree.cxx | 23 ++- 1 file changed, 6 insertions(+), 17 deletions(-) New commits: commit 53b8d25caa1e000eeca27f3ca4f92d9cda83c652 Author: Eike Rathke er...@redhat.com Date: Thu Apr 25 14:22:45 2013 +0200 use LanguageTag fallback

Re: Hang/crash in templates

2013-04-25 Thread Miklos Vajna
On Thu, Apr 25, 2013 at 02:14:18PM +0200, Lionel Elie Mamane lio...@mamane.lu wrote: I don't know what cache you are talking about. If some binary (as opposed to XML) format got changed incompatibly, then yes, this is bad. Judging from the strings in the memory garbage I saw in gdb, this is

[PATCH libreoffice-4-0] Belts and braces for crash in null pointer dereference

2013-04-25 Thread Fridrich Strba (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3605 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/05/3605/1 Belts and braces for crash in null pointer dereference Change-Id: I17fa205f16929b913084c8eee320a73416b1eda0

[Libreoffice-commits] core.git: include/svtools svtools/source

2013-04-25 Thread Stephan Bergmann
include/svtools/DocumentToGraphicRenderer.hxx| 17 ++--- include/svtools/GraphicExportOptionsDialog.hxx | 10 ++ svtools/source/filter/GraphicExportOptionsDialog.cxx |4 3 files changed, 12 insertions(+), 19 deletions(-) New commits: commit

Re: Compilation fails with --enable-pch after global header move

2013-04-25 Thread Stephan Bergmann
On 04/25/2013 11:36 AM, Thomas Arnhold wrote: On 25.04.2013 09:35, Stephan Bergmann wrote: git grep -Fw using include/ | grep -Fw beans reveals that some headers dare pollute the global namespace with inappropriate using directives. /All/ those using directives (not just the ones injecting

[Libreoffice-commits] core.git: 6 commits - offapi/com offapi/UnoApi_offapi.mk sd/inc sd/source

2013-04-25 Thread Noel Grandin
offapi/UnoApi_offapi.mk |6 + offapi/com/sun/star/animations/AnimateColor.idl | 38 +++ offapi/com/sun/star/animations/AnimateMotion.idl| 38 +++ offapi/com/sun/star/animations/AnimateSet.idl | 38 +++

[Libreoffice-commits] core.git: include/vcl

2013-04-25 Thread Tor Lillqvist
include/vcl/controllayout.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5ad80806d6c53a16868d80ae167d9f91f0cda629 Author: Tor Lillqvist tlillqv...@suse.com Date: Thu Apr 25 15:45:26 2013 +0300 De-ambiguify 'Pair' Change-Id:

[PATCH libreoffice-4-0] fdo#42939 - write svg line widths for META_POLYLINE_ACTION.

2013-04-25 Thread Michael Meeks (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3606 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/06/3606/1 fdo#42939 - write svg line widths for META_POLYLINE_ACTION. Change-Id:

[PATCH libreoffice-4-0] fdo#62834 - svg export: close stray trailing tspans if we ha...

2013-04-25 Thread Michael Meeks (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3607 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/07/3607/1 fdo#62834 - svg export: close stray trailing tspans if we have them. Change-Id:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - filter/source

2013-04-25 Thread Michael Meeks
filter/source/svg/svgwriter.cxx | 12 +++- filter/source/svg/svgwriter.hxx |2 ++ 2 files changed, 13 insertions(+), 1 deletion(-) New commits: commit b2d1cd9873995b93577273ad8b3fb7fd4230ced9 Author: Michael Meeks michael.me...@suse.com Date: Mon Mar 25 20:44:59 2013 +

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - filter/source

2013-04-25 Thread Michael Meeks
filter/source/svg/svgwriter.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit f98d8baa449d922e4cc5bcee97c9ee1733b0f65d Author: Michael Meeks michael.me...@suse.com Date: Wed Mar 27 19:33:56 2013 + fdo#62834 - svg export: close stray trailing tspans if we have them.

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - 2 commits - filter/source

2013-04-25 Thread Michael Meeks
filter/source/svg/svgwriter.cxx | 13 - filter/source/svg/svgwriter.hxx |2 ++ 2 files changed, 14 insertions(+), 1 deletion(-) New commits: commit 90469529681c3217dab900c8983f717fb557fc5e Author: Michael Meeks michael.me...@suse.com Date: Wed Mar 27 19:33:56 2013 +

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sw/source

2013-04-25 Thread Fridrich Štrba
sw/source/core/unocore/unotext.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 7bd7e75d6914573289656ea544f8928097614b14 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Thu Apr 25 12:17:17 2013 +0200 Belts and braces for crash in null pointer

[PUSHED libreoffice-4-0] fdo#42939 - write svg line widths for META_POLYLINE_ACTION.

2013-04-25 Thread Fridrich Strba (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3606 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3606 To unsubscribe,

[PUSHED libreoffice-4-0] fdo#62834 - svg export: close stray trailing tspans if we ha...

2013-04-25 Thread Fridrich Strba (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3607 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3607 To unsubscribe,

[PUSHED libreoffice-4-0] Belts and braces for crash in null pointer dereference

2013-04-25 Thread Michael Meeks (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3605 Approvals: Michael Meeks: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3605 To unsubscribe,

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 42939, which changed state. Bug 42939 Summary: SVG Export ignores line width https://bugs.freedesktop.org/show_bug.cgi?id=42939 What|Removed |Added

[Libreoffice-commits] core.git: vcl/unx

2013-04-25 Thread Caolán McNamara
vcl/unx/gtk/window/gtksalframe.cxx | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) New commits: commit b1fc17ea25a6c6b0e451d6a1fd420a32ec0369e6 Author: Caolán McNamara caol...@redhat.com Date: Thu Apr 25 14:04:56 2013 +0100 Resolves: fdo#63802 return true if we have

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - 4 commits - sal/osl svx/source xmloff/source

2013-04-25 Thread Michael Stahl
sal/osl/w32/dllentry.c | 19 --- sal/osl/w32/interlck.c | 101 svx/source/svdraw/svdobj.cxx|1 xmloff/source/core/xmltoken.cxx | 26 ++ 4 files changed, 16 insertions(+), 131 deletions(-) New commits: commit

[Libreoffice-commits] core.git: extensions/StaticLibrary_plugcon.mk

2013-04-25 Thread Luboš Luňák
extensions/StaticLibrary_plugcon.mk |8 1 file changed, 8 insertions(+) New commits: commit dabe10eb94fda61ec39932548c4279611b057658 Author: Luboš Luňák l.lu...@suse.cz Date: Thu Apr 25 15:35:38 2013 +0200 workaround race condition with mixing internal/system cairo libs

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - oox/source

2013-04-25 Thread Muthu Subramanian
oox/source/drawingml/chart/axisconverter.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit af6299687ef968a3731cbfa24c3820f5006b2823 Author: Muthu Subramanian sumu...@suse.com Date: Thu Apr 25 17:37:32 2013 +0530 n#813291: [PPTX] Axis Labels with

[Libreoffice-commits] core.git: oox/source

2013-04-25 Thread Felix Zhang
oox/source/drawingml/textparagraphproperties.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 78a20557601d9ca7b446df0cffa72398576741ed Author: Felix Zhang fezh...@suse.com Date: Thu Apr 25 19:22:29 2013 +0530 bnc#793414: Bullet points are not indented correctly. diff

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - oox/source

2013-04-25 Thread Felix Zhang
oox/source/drawingml/textparagraphproperties.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit e01435a0c1910caf86712ab71f7b714f6ed9c782 Author: Felix Zhang fezh...@suse.com Date: Thu Apr 25 19:22:29 2013 +0530 bnc#793414: Bullet points are not indented correctly. diff

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - instsetoo_native/util solenv/inc

2013-04-25 Thread Andras Timar
instsetoo_native/util/openoffice.lst |8 solenv/inc/minor.mk |4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 467748ef3d900ef42ca95df1715879335673341d Author: Andras Timar ati...@suse.com Date: Thu Apr 25 15:55:53 2013 +0200

[Libreoffice-commits] libcdr.git: src/lib

2013-04-25 Thread David Tardon
src/lib/CDRContentCollector.cpp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7b6657f598ef5993c454d7bf3a9cf660e4f25db5 Author: David Tardon dtar...@redhat.com Date: Thu Apr 25 16:00:27 2013 +0200 fdo#63734 angle is represented internally in radians diff

[Libreoffice-commits] core.git: vcl/unx

2013-04-25 Thread Caolán McNamara
vcl/unx/gtk/window/gtksalframe.cxx | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) New commits: commit 21fb092398fb21256b0e546e7f38c5e6de4654f2 Author: Caolán McNamara caol...@redhat.com Date: Thu Apr 25 15:11:42 2013 +0100 Related: fdo#63802 let

[ABANDONED] fdo#63154: Removed all usages of SVLIBRARY

2013-04-25 Thread Michael Meeks (via Code Review)
Michael Meeks has abandoned this change. Change subject: fdo#63154: Removed all usages of SVLIBRARY .. Patch Set 1: Abandoned Terribly sorry, this was my bad - this part of the Easy hack is not so useful. The 'lo' helps to

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - 2 commits - config_host.mk.in configure.ac g sw/source

2013-04-25 Thread Michael Stahl
config_host.mk.in |1 + configure.ac| 20 g | 16 +++- sw/source/core/doc/notxtfrm.cxx |3 +-- 4 files changed, 37 insertions(+), 3 deletions(-) New commits: commit

  1   2   3   4   >