Re: Gdb support for exceptions (Re: using backtrace() in exception throwing?)

2013-02-26 Thread Stephan Bergmann
On 02/22/2013 07:14 PM, Tom Tromey wrote: I'm curious what types of exceptions are actually thrown in LibreOffice. Does it throw -- scalars? Objects? Just pointers (Java style)? LibreOffice's UNO component system has a large exception hierarchy, which is modeled as a hierarchy of classes in

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

2013-02-26 Thread Markus Mohrhard
xmloff/source/chart/SchXMLPlotAreaContext.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 91b67ad7180c9957a5e1ff41be5af83b0759655c Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Feb 26 09:00:08 2013 +0100 get the x-error-import working as well, fdo#60083

Re: Mysql Connector Extension Size Confusion

2013-02-26 Thread Stephan Bergmann
On 02/22/2013 02:37 PM, Alexander Thurgood wrote: -rw-rw-r-- 1 1000 1000 5379260 janv. 3 03:44 /home/alex/Development/libo/core/mysqlc/unxlngx6.pro/bin/mysql-connector-ooo.oxt -rw-rw-r-- 1 1000 1000 2575973 févr. 13 12:20

Re: Regression - LO Writer 4.0

2013-02-26 Thread Németh László
Hi, 2013/2/25 Michael Stahl mst...@redhat.com: that regression was only on master, not on libreoffice-4-0. Indeed. i rather suspect the performance problem was caused by the synchronous word count that is now running async in 4.0.1 (thanks to mmeeks). Thanks for the information and the fix!

[Libreoffice-commits] core.git: config_host.mk.in configure.ac

2013-02-26 Thread Stephan Bergmann
0 files changed New commits: commit 07aca2c6966d557f536383d6541bf04a04123c5c Author: Stephan Bergmann sberg...@redhat.com Date: Tue Feb 26 09:38:32 2013 +0100 Remove inadvertent execute bits again Change-Id: If98d499a6faf8faa7e77c2fb1af634e464db881e diff --git

[Libreoffice-commits] core.git: odk/Module_odk.mk

2013-02-26 Thread Stephan Bergmann
odk/Module_odk.mk |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) New commits: commit 7b6cac16ef01cd80f54ea75c72e0de9887bbf97a Author: Stephan Bergmann sberg...@redhat.com Date: Tue Feb 26 09:39:29 2013 +0100 Clean up Change-Id:

execute bits in GIT

2013-02-26 Thread Noel Grandin
Perhaps we need to add a new rule to the git-commit-hook? Original Message Subject:[Libreoffice-commits] core.git: config_host.mk.in configure.ac Date: Tue, 26 Feb 2013 00:38:55 -0800 (PST) From: Stephan Bergmann sberg...@redhat.com Reply-To:

Re: [PUSHED] convert odk to gbuild and add to tail_build

2013-02-26 Thread Miklos Vajna
On Mon, Feb 25, 2013 at 04:45:08PM -0500, Peter Foley pefol...@verizon.net wrote: I can't reproduce this. It might be a parallelism issue. What -j option are you using? config_host.mk has 'export PARALLELISM?=4' here. But I didn't hit the issue today, so either it was just something random or

[Libreoffice-commits] core.git: odk/Module_odk.mk

2013-02-26 Thread Stephan Bergmann
odk/Module_odk.mk |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit b30e154c2b861397a80515ab8a18b6f0558a0939 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Feb 26 09:57:20 2013 +0100 Revert Clean up This reverts commit

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

2013-02-26 Thread Markus Mohrhard
xmloff/source/chart/SchXMLPlotAreaContext.cxx | 141 -- 1 file changed, 88 insertions(+), 53 deletions(-) New commits: commit 01f8d0a1dffce854a66c0f957e81e6df6d361a86 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Feb 26 07:38:06 2013 +0100 get

[Libreoffice-commits] core.git: odk/Module_odk.mk

2013-02-26 Thread Stephan Bergmann
odk/Module_odk.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 852cc47ab65bdddfb77eda594ab0b7aeabc5c5d7 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Feb 26 10:07:38 2013 +0100 Add comment about dependency gotcha Change-Id:

[Libreoffice-commits] core.git: 2 commits - instsetoo_native/CustomTarget_install.mk setup_native/CustomTarget_mac.mk

2013-02-26 Thread Andras Timar
instsetoo_native/CustomTarget_install.mk | 12 ++-- setup_native/CustomTarget_mac.mk |2 +- 2 files changed, 7 insertions(+), 7 deletions(-) New commits: commit c18e468125c32d8dca88c374d534cab1e9597d03 Author: Andras Timar ati...@suse.com Date: Tue Feb 26 10:08:32 2013

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

2013-02-26 Thread Thomas Arnhold
xmlsecurity/source/xmlsec/mscrypt/oid.hxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit f1a96446fab8f65e77a1cb0996e43c6523fe2873 Author: Thomas Arnhold tho...@arnhold.org Date: Mon Feb 25 20:50:19 2013 +0100 Remove duplicate OID This ID is refers

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

2013-02-26 Thread Michael Stahl
sw/source/core/txtnode/ndtxt.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 282af14d3c021ad6927bc909161c0ff7b31fa1c9 Author: Michael Stahl mst...@redhat.com Date: Mon Feb 25 22:06:18 2013 +0100 fdo#61428: SwTxtNode::ReplaceText: brown paperbag fix

Re: moz module gbuildification?

2013-02-26 Thread d . ostrovsky
On Mon Feb 25, Andras Timar wrote: Did you try it on Windows with --enable-win-mozab-driver? For me the build failed, moz headers were not in place when connectivity module needed them. should be fixed now. David ___ LibreOffice mailing list

Re: [PUSHED]

2013-02-26 Thread Stephan Bergmann
On 02/25/2013 04:03 AM, Gregg King wrote: Looking at getting into helping with LO. Great! Partial fix for the spelling errors list in BUG 60724 (https://bugs.freedesktop.org/show_bug.cgi?id=60724) I fixed spellings from charcters to characters. So this was apparently fixed in parallel by

Re: execute bits in GIT

2013-02-26 Thread Michael Meeks
Hi Noel, On Tue, 2013-02-26 at 10:43 +0200, Noel Grandin wrote: Perhaps we need to add a new rule to the git-commit-hook? The git hooks are in the repo: contrib/dev-tools in the module git-hooks/ - do have a hack at them there, and poke me when you're happy I'll push

Re: execute bits in GIT

2013-02-26 Thread Miklos Vajna
On Tue, Feb 26, 2013 at 09:26:31AM +, Michael Meeks michael.me...@suse.com wrote: The git hooks are in the repo: contrib/dev-tools in the module git-hooks/ - do have a hack at them there, and poke me when you're happy I'll push them. Those are the server-side

[Libreoffice-commits] core.git: cui/uiconfig

2013-02-26 Thread Abdulelah Alarifi
cui/uiconfig/ui/comment.ui | 237 + 1 file changed, 237 insertions(+) New commits: commit 5d9cf23fd3956d5165ced2dab119f0dce0173f49 Author: Abdulelah Alarifi asalar...@kacst.edu.sa Date: Mon Feb 4 10:41:34 2013 +0300 Converted Edit - Changes -

[Libreoffice-commits] core.git: odk/CustomTarget_include.mk odk/CustomTarget_odkcommon.mk odk/Module_odk.mk

2013-02-26 Thread Stephan Bergmann
odk/CustomTarget_include.mk |6 -- odk/CustomTarget_odkcommon.mk |1 + odk/Module_odk.mk |1 + 3 files changed, 6 insertions(+), 2 deletions(-) New commits: commit de471513bb012839e6c5d1640ed22b6c24bd8ec0 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Feb

[Libreoffice-commits] core.git: filter/source framework/inc framework/source odk/examples

2013-02-26 Thread Gregg King
filter/source/config/cache/filtercache.cxx |2 +- framework/inc/interaction/quietinteraction.hxx |2 +- framework/source/inc/loadenv/loadenvexception.hxx

[Libreoffice-commits] core.git: sc/inc sc/qa

2013-02-26 Thread Noel Power
sc/inc/userdat.hxx|2 sc/qa/unit/data/ods/legacycellanchoredrotatedclippedshape.ods |binary sc/qa/unit/data/ods/legacycellanchoredrotatedhiddenshape.ods |binary sc/qa/unit/data/ods/legacycellanchoredrotatedshape.ods|binary

[Libreoffice-commits] core.git: 3 commits - cui/AllLangResTarget_cui.mk cui/source cui/uiconfig cui/UI_cui.mk solenv/bin svx/inc sw/source

2013-02-26 Thread Caolán McNamara
cui/AllLangResTarget_cui.mk |1 cui/UI_cui.mk |1 cui/source/dialogs/postdlg.cxx| 110 cui/source/dialogs/postdlg.hrc| 41 --- cui/source/dialogs/postdlg.src| 123 -- cui/source/factory/dlgfact.cxx

[Libreoffice-commits] core.git: instsetoo_native/CustomTarget_install.mk

2013-02-26 Thread Andras Timar
instsetoo_native/CustomTarget_install.mk |1 + 1 file changed, 1 insertion(+) New commits: commit b4e8f99a253ee20cba0718d042ca17cca2e8dcb5 Author: Andras Timar ati...@suse.com Date: Tue Feb 26 11:02:56 2013 +0100 instsetoo_native: fix helppack generation Change-Id:

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

2013-02-26 Thread Radek Doulik
drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit b50c8f2cbc477a784dec00be1a91e4743bd2cf8a Author: Radek Doulik r...@novell.com Date: Fri Dec 14 12:09:36 2012 +0100 fix emf+ rendering

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

2013-02-26 Thread Michael Stahl
cppcanvas/source/mtfrenderer/emfplus.cxx | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) New commits: commit 83707a8b8a47efd074b7f03df0da779870efa687 Author: Michael Stahl mst...@redhat.com Date: Mon Feb 25 13:15:19 2013 +0100 fdo#59405: cppcanvas: fix infinite loop in

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

2013-02-26 Thread Michael Stahl
vcl/source/filter/wmf/emfwr.cxx | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) New commits: commit 7c5b8e0d5c1af03270a29d6144e192d69cb06de5 Author: Michael Stahl mst...@redhat.com Date: Mon Feb 25 13:22:07 2013 +0100 fdo#59405 fdo#60638: EMFWriter::ImplWrite:

License statement

2013-02-26 Thread Ádám Király
License statement: All of my past and future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. regards, Ádám Csaba Király ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: Fwd: license statement

2013-02-26 Thread Petr Mladek
Hi, Prashant Pandey píše v So 23. 02. 2013 v 19:19 +0530: Hi, Whenever I submit a patch to gerrit using 'git push origin localbranchname:refs/for/master', my patch is 'successfully' submitted but 'no' mail is circulated on this list regarding submission of my patches. I guess that you

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

2013-02-26 Thread Author
dbaccess/source/ext/macromigration/dbmm_types.cxx |4 - dbaccess/source/ext/macromigration/dbmm_types.hxx |2 dbaccess/source/ext/macromigration/docinteraction.cxx |4 - dbaccess/source/ext/macromigration/docinteraction.hxx |4 -

Re: Custom Widget question

2013-02-26 Thread Caolán McNamara
On Tue, 2013-02-26 at 01:15 -0300, Olivier Hallot wrote: 1) On the Page format tab page there is a difference between pages formats for Writer+Calc and Draw. RID_SVXSTRARY_PAPERSIZE_STD and RID_SVXSTRARY_PAPERSIZE_DRAW (found in cui/source/tabpages/page.src) Can we swap ListStores used

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

2013-02-26 Thread Muthu Subramanian
vcl/source/filter/wmf/emfwr.cxx | 204 +++- vcl/source/filter/wmf/emfwr.hxx | 12 ++ 2 files changed, 215 insertions(+), 1 deletion(-) New commits: commit e8855a0a8ccb6be667053f78a25b70fa129c1f58 Author: Muthu Subramanian sumu...@suse.com Date: Thu Dec 6

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

2013-02-26 Thread Ricardo Montania
slideshow/test/demoshow.cxx|2 +- svx/source/dialog/svxruler.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 0db25d61bc3c780be4baa00916696ca5976dea95 Author: Ricardo Montania rica...@linuxafundo.com.br Date: Mon Feb 25 15:36:57 2013 -0300

[Libreoffice-commits] core.git: sc/qa

2013-02-26 Thread Noel Power
sc/qa/unit/ucalc.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 0d8169955a3ccfb314605c06a790919175d30de0 Author: Noel Power noel.po...@suse.com Date: Tue Feb 26 10:40:04 2013 + blind Android printf int/long wae Change-Id:

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

2013-02-26 Thread Michael Meeks
svx/source/svdraw/svdhdl.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 9a4cef83c386199f740c85350da2bb53a7b3aa96 Author: Michael Meeks michael.me...@suse.com Date: Mon Feb 25 21:48:33 2013 + fdo#45879 - fix selected gluepoint rendering.

Re: [PUSHED 4-0, 4-0-1] fdo#59405 rregression: insert of Visio objects

2013-02-26 Thread Petr Mladek
Winfried Donkers píše v Út 26. 02. 2013 v 08:41 +0100: First of all: big kudo for Michael Stahl! Secondly, could it be possible to cherry-pick this to version 4.0.1 as well? I see this pushed in both 4-0 and 4-0-1 branches now. Best Regards, Petr

[Libreoffice-commits] core.git: 2 commits - sw/inc sw/source vcl/generic vcl/inc vcl/Library_vcl.mk vcl/Package_inc.mk vcl/source writerfilter/inc writerfilter/source xmloff/inc xmloff/source

2013-02-26 Thread Luboš Luňák
sw/inc/pch/precompiled_msword.hxx |2 sw/source/filter/ww8/docxattributeoutput.cxx | 21 ++-- sw/source/filter/ww8/docxattributeoutput.hxx |5 sw/source/filter/ww8/wrtw8sty.cxx |2 vcl/Library_vcl.mk|2

[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - svx/source

2013-02-26 Thread Michael Meeks
svx/source/svdraw/svdhdl.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 8c57b0322560f1f005ead9e43fb86f3bcbb0b365 Author: Michael Meeks michael.me...@suse.com Date: Mon Feb 25 21:48:33 2013 + fdo#45879 - fix selected gluepoint rendering.

[Libreoffice-commits] core.git: odk/CustomTarget_include.mk

2013-02-26 Thread Stephan Bergmann
odk/CustomTarget_include.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d50b7aceed892a273c12e0dbc7b0e00adbd27d43 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Feb 26 11:47:48 2013 +0100 Fix sources of odk/CustomTarget_include copy actions

Re: BUG#55846 The font size and font name list doesnt appear in the vertical toolbar

2013-02-26 Thread Caolán McNamara
On Tue, 2013-02-26 at 01:07 +0530, Janit Anjaria wrote: I am hereby sending you the patch for review. Your original patch is unfortunately quite badly mangled, you've included... a) a new file called vcl/0001-New-table-dialog-from-impress-and-draw-converted-to-patch which is surely an accidental

RE: [PUSHED 4-0, 4-0-1] fdo#59405 rregression: insert of Visio objects

2013-02-26 Thread Winfried Donkers
Hi Petr, Secondly, could it be possible to cherry-pick this to version 4.0.1 as well? I see this pushed in both 4-0 and 4-0-1 branches now. I noticed it too :) Winfried ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [PUSHED] convert odk to gbuild and add to tail_build

2013-02-26 Thread Stephan Bergmann
On 02/25/2013 09:25 AM, Miklos Vajna wrote: On Sat, Feb 23, 2013 at 09:39:58PM +, Peter Foley (via Code Review) ger...@gerrit.libreoffice.org wrote: [build UNZ] CustomTarget/odk/odkcommon/java_src/juh_src.done [build UNZ] CustomTarget/odk/odkcommon/java_src/jurt_src.done [build ZIP]

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

2013-02-26 Thread Miklos Vajna
sw/source/ui/docvw/edtwin.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 61f467c8974d6b6face41e7027d75ae4ddb6fdb2 Author: Miklos Vajna vmik...@suse.cz Date: Tue Feb 26 11:48:22 2013 +0100 n#802888 SwEditWin: let fields have priority over

[PATCH 4-0-1: 1 review to go] Re: selected gluepoint fix ...

2013-02-26 Thread Jan Holesovsky
Hi Michael, all, Michael Meeks píše v Po 25. 02. 2013 v 21:55 +: A really silly snafu - storing two different image at the same index, thus breaking selected gluepoint rendering; I'd love to get it into 4.0.1 tomorrow if we can field the reviews - works nicely now. Thorsten gave

[Libreoffice-commits] core.git: 2 commits - sal/inc

2013-02-26 Thread Eike Rathke
sal/inc/rtl/string.hxx |4 ++-- sal/inc/rtl/ustring.hxx |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 44a400b40d2a0ee1e6babb2eda1e07baaee2ea16 Author: Eike Rathke er...@redhat.com Date: Tue Feb 26 11:10:49 2013 +0100 SAL_WARN_UNUSED_RESULT OString

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

2013-02-26 Thread David Verrier
dbaccess/source/ui/querydesign/JoinTableView.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f48d1940554ec4bf49ba39eb5e5677d3cb639a97 Author: David Verrier dverr...@gmail.com Date: Tue Feb 26 11:40:07 2013 +0100 German comment translated to English

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 59405, which changed state. Bug 59405 Summary: [REGRESSION] Paste special and insert of Visio object: image invisible https://bugs.freedesktop.org/show_bug.cgi?id=59405 What|Removed

about documenting infrastructure

2013-02-26 Thread Florian Effenberger
Hello, in the light of recent events, I want to to point everyone to the minutes at https://wiki.documentfoundation.org/Infra/Minutes_20121108, especially the paragraph about documentation. It did cost me days, if not weeks of time, to properly document things that have been previously

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 60306, which changed state. Bug 60306 Summary: EDITING: CONDITIONAL FORMATTING destroyed after copy-paste cell https://bugs.freedesktop.org/show_bug.cgi?id=60306 What|Removed |Added

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

2013-02-26 Thread Lionel Elie Mamane
reportdesign/source/ui/inspection/GeometryHandler.cxx |2 +- vcl/source/fontsubset/sft.cxx |3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) New commits: commit 24262b7cfe6607576a38e661553b56596d6164b4 Author: Lionel Elie Mamane lio...@mamane.lu Date: Tue

Re: about documenting infrastructure

2013-02-26 Thread Noel Grandin
On 2013-02-26 13:06, Florian Effenberger wrote: mail this documentation to the admin team at hostmas...@documentfoundation.org. Using somewhere on the DocumentationFoundation wiki to document this might be friendlier to maintain, and easier to update since you don't have to guess what it is

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0-1' - svtools/inc

2013-02-26 Thread Michael Stahl
svtools/inc/svtools/transfer.hxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit 7da28b1cc0953e8d67248235f0eeac2abf140fe3 Author: Michael Stahl mst...@redhat.com Date: Mon Feb 25 13:11:04 2013 +0100 fdo#59405: initialize members of TransferableObjectDescriptor

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 60311, which changed state. Bug 60311 Summary: EDITING: Copy cells with CONDITIONAL FORMATTING formula with wrong references after paste https://bugs.freedesktop.org/show_bug.cgi?id=60311 What|Removed

[Libreoffice-commits] core.git: sc/uiconfig

2013-02-26 Thread Joren De Cuyper
sc/uiconfig/scalc/ui/sortcriteriapage.ui |1 - 1 file changed, 1 deletion(-) New commits: commit 7cbf638498f9fb07e9329d59a934411be7cd444a Author: Joren De Cuyper joren.libreoff...@telenet.be Date: Tue Feb 19 23:47:32 2013 +0100 Only show scrollbar of sortcriteriapage.ui if necessary

Re: C++ extensions requiring LIBO_UDK_4.1

2013-02-26 Thread Stephan Bergmann
On 02/22/2013 04:30 PM, Michael Stahl wrote: On 22/02/13 15:53, Alexander Thurgood wrote: All I know is that the new gbuild one doesn't work on other people's systems, as I have made the connector available for download from my Dropbox account (both 32bit and 64bit Linux versions) for testing

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

2013-02-26 Thread Lionel Elie Mamane
vcl/source/fontsubset/sft.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit e99ba6c7ed32b97112df174c8986ca2ced919f68 Author: Lionel Elie Mamane lio...@mamane.lu Date: Tue Feb 26 12:13:41 2013 +0100 Don't abort when myPoints is empty Change-Id:

Document filters for Palm and PocketPC, xmerge module

2013-02-26 Thread Andras Timar
Hi, While reviewing Windows installer code, I stumbled upon Java filters for mobile devices. Their registration was broken for a long time, nevertheless nobody complained. These filters are for Palm and Pocket PC office software, AportisDoc, PocketWord and PocketExcel. They are not part of the

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

2013-02-26 Thread Miklos Vajna
sw/source/ui/docvw/edtwin.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit bb850eead3dd2883343029a863368360e03fcfee Author: Miklos Vajna vmik...@suse.cz Date: Tue Feb 26 11:48:22 2013 +0100 n#802888 SwEditWin: let fields have priority over header/footer

Re: general question: code analysis

2013-02-26 Thread Michael Meeks
Hi Hamza, On Tue, 2013-02-26 at 12:32 +0100, hamza abdelkebir wrote: Does LibreOffice use any code analysis tool like sonar? Not quite like sonar no. Various heroic contributors run various lint tools: cppcheck, lyda, coverity, and others and improve the code based on their results :-)

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

2013-02-26 Thread Markus Mohrhard
formula/source/core/api/FormulaCompiler.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit d8ae8130759119fe5e1a184bab5a06d469a8689a Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Feb 25 08:09:43 2013 +0100 ocMacro and ocExternal need

Re: [PUSHED] convert odk to gbuild and add to tail_build

2013-02-26 Thread Peter Foley
I can't reproduce this. It might be a parallelism issue. What -j option are you using? Peter On Mon, Feb 25, 2013 at 3:25 AM, Miklos Vajna vmik...@suse.cz wrote: On Sat, Feb 23, 2013 at 09:39:58PM +, Peter Foley (via Code Review) ger...@gerrit.libreoffice.org wrote: Thank you for your

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

2013-02-26 Thread Markus Mohrhard
sc/source/ui/condformat/condformatdlgentry.cxx | 46 ++--- 1 file changed, 27 insertions(+), 19 deletions(-) New commits: commit c60860b966aba025d7e88422b172faefd007a945 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Feb 19 19:18:35 2013 +0100

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

2013-02-26 Thread Michael Meeks
svx/source/svdraw/svdhdl.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 37b7289a84b0cc0f84e099129135556d89b953fc Author: Michael Meeks michael.me...@suse.com Date: Mon Feb 25 21:48:33 2013 + fdo#45879 - fix selected gluepoint rendering.

[Libreoffice-commits] core.git: sc/qa

2013-02-26 Thread Tor Lillqvist
sc/qa/unit/filters-test.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 13330bd6e33d1ca3b470740b5360e2756f06a7a4 Author: Tor Lillqvist t...@iki.fi Date: Tue Feb 26 14:20:06 2013 +0200 WaE: int/SCROW format mismatch Change-Id:

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

2013-02-26 Thread Andras Timar
instsetoo_native/util/openoffice.lst |6 +++--- solenv/inc/minor.mk |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 20a6cc79a2fc7dd302871081a8f5be568a74ab89 Author: Andras Timar ati...@suse.com Date: Tue Feb 26 13:21:11 2013 +0100

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

2013-02-26 Thread Luboš Luňák
vcl/source/gdi/embeddedfontshelper.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 6e3ee49a91bdace7f41364e5dee966ca044f2f51 Author: Luboš Luňák l.lu...@suse.cz Date: Tue Feb 26 13:23:26 2013 +0100 another attempt at fixing build with the generic

[PUSHED 4-0-1] Re: selected gluepoint fix ...

2013-02-26 Thread Jan Holesovsky
Hi, Thorsten Behrens píše v Út 26. 02. 2013 v 11:58 +0100: https://gerrit.libreoffice.org/#/c/2424/ Indeed one more missing for 4.0.1 Just for the record, Petr's +1 was the last one, pushed now. Regards, Kendy ___ LibreOffice mailing list

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

2013-02-26 Thread Armin Le Grand
editeng/source/editeng/impedit3.cxx | 64 +++- 1 file changed, 35 insertions(+), 29 deletions(-) New commits: commit 1071c81719e7113ce5699be989596bbed59c5b18 Author: Armin Le Grand a...@apache.org Date: Fri Jun 8 09:24:39 2012 + Fix i#119756 Safer

[Libreoffice-commits] core.git: 3 commits - cui/source helpcontent2 sc/source svx/inc sw/source

2013-02-26 Thread Caolán McNamara
cui/source/dialogs/postdlg.cxx| 10 +- cui/source/factory/dlgfact.cxx|4 ++-- cui/source/factory/dlgfact.hxx|2 +- cui/source/inc/helpid.hrc |4 cui/source/inc/postdlg.hxx|4 +--- helpcontent2 |2 +-

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

2013-02-26 Thread Caolán McNamara
helpers/help_hid.lst |4 source/text/shared/01/02230300.xhp |6 ++ 2 files changed, 2 insertions(+), 8 deletions(-) New commits: commit 7c7158b88241fbd10350495567eb5b8420755780 Author: Caolán McNamara caol...@redhat.com Date: Tue Feb 26 12:29:49 2013 +

WIN Tinderboxes are limping

2013-02-26 Thread Rainer Bielefeld
Hi, I'm urgently waiting for latest Master builds, but unfortunately Tinderboxes do not deliver. @6 shows a lot of red. @7 is green, but builds do not reach the server? [Bug 61482] New: MinGW: Index of /daily/master/Win-x86@7-MinGW shows several empty folders before current

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

2013-02-26 Thread LeMoyne Castle
linguistic/source/lngsvcmgr.cxx | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit 31f2675c8f48c6e55c73e8e75bf9c7d3ac2874c7 Author: LeMoyne Castle lemoyne.cas...@gmail.com Date: Tue Jan 1 12:47:35 2013 -0700 Paren fix for Ubu 10.04 build (and

[Libreoffice-commits] core.git: forms/source sd/source

2013-02-26 Thread Thomas Arnhold
forms/source/richtext/richtextimplcontrol.cxx |2 +- sd/source/ui/animations/CustomAnimationDialog.cxx |1 - sd/source/ui/view/drviews1.cxx| 10 +- sd/source/ui/view/drviews5.cxx|1 - 4 files changed, 2 insertions(+), 12

Re: WIN Tinderboxes are limping

2013-02-26 Thread julien2412
Hello Rainer, About @6, Win-x86_6 might be ok once current building done thanks to Andras' commit (https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=b4e8f99a253ee20cba0718d042ca17cca2e8dcb5) About @7, I don't know. Julien -- View this message in context:

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

2013-02-26 Thread Norbert Thiebaud
xmloff/source/draw/xexptran.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 1580aa9249a483e51b550a539dd9bff0200f4426 Author: Norbert Thiebaud nthieb...@gmail.com Date: Thu Feb 21 21:35:33 2013 -0600 coverity#736009 Explicit null dereferenced

Re: Gdb support for exceptions (Re: using backtrace() in exception throwing?)

2013-02-26 Thread Jan Holesovsky
Hi Tom, Tom Tromey píše v Pá 22. 02. 2013 v 11:14 -0700: Michael Even better than this would (perhaps) be a break inside thrower that Michael is caught here type breakpoint - that we could invoke to land us in Michael whatever code is going to throw as it does that [ and before it started

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

2013-02-26 Thread Tor Lillqvist
dbaccess/source/ext/macromigration/migrationlog.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 810437181bbca4f273deac7a7bfb61fced4ef4e0 Author: Tor Lillqvist t...@iki.fi Date: Tue Feb 26 15:23:29 2013 +0200 WaE: ignoring return value

[Libreoffice-commits] core.git: extensions/uiconfig

2013-02-26 Thread Abdulelah Alarifi
extensions/uiconfig/scanner.ui | 480 + 1 file changed, 480 insertions(+) New commits: commit 278b976d4e24e7d6d9b0ba888fb7bcc4126b8f81 Author: Abdulelah Alarifi asalar...@kacst.edu.sa Date: Sat Feb 9 12:22:15 2013 +0300 Converted Insert - picture -

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

2013-02-26 Thread LeMoyne Castle
linguistic/source/lngsvcmgr.cxx | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit 75bd73e78fcb986ad47ab5309658489ddd521707 Author: LeMoyne Castle lemoyne.cas...@gmail.com Date: Tue Jan 1 12:47:35 2013 -0700 Paren fix for Ubu 10.04 build (and

Re: WIN Tinderboxes are limping

2013-02-26 Thread Lubos Lunak
On Tuesday 26 of February 2013, Rainer Bielefeld wrote: Hi, I'm urgently waiting for latest Master builds, but unfortunately Tinderboxes do not deliver. @6 shows a lot of red. @7 is green, but builds do not reach the server? [Bug 61482] New: MinGW: Index of /daily/master/Win-x86@7-MinGW

Re: [PUSHED 4-0, 4-0-1] Fix build of libreoffice-4-0 with g++ 4.4.3

2013-02-26 Thread Petr Mladek
Kristian Rietveld píše v So 23. 02. 2013 v 21:40 +0100: Hi all, I built the libreoffice-4-0 branch from git on Ubuntu 10.04 today, which has g++ 4.4.3 as compiler. The build fails in linguistic/source/lngsvcmgr.cxx and the attached patch is necessary to make the build continue. Apart from

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

2013-02-26 Thread Tor Lillqvist
dbaccess/source/ext/macromigration/migrationlog.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 24bd259451fae36c993977f52d62365fa63ac87c Author: Tor Lillqvist t...@iki.fi Date: Tue Feb 26 15:42:15 2013 +0200 String::SearchAndReplaceAllAscii()

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

2013-02-26 Thread David Verrier
dbaccess/source/ui/querydesign/QueryDesignView.cxx | 121 ++--- 1 file changed, 60 insertions(+), 61 deletions(-) New commits: commit b1b8e14c4f0cd06d4a36614f04f2b1145a5ea006 Author: David Verrier dverr...@gmail.com Date: Tue Feb 26 12:59:22 2013 +0100 Translated German

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

2013-02-26 Thread Stephan Bergmann
sd/source/ui/unoidl/UnoDocumentSettings.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9fb829abd39cfe789e80dc6fec53292396d07d30 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Feb 26 15:00:05 2013 +0100 warning C4805: != : unsafe mix of bool and

Re: [PUSHED] [PUSHED] convert odk to gbuild and add to tail_build

2013-02-26 Thread Stephan Bergmann
On 02/23/2013 10:39 PM, Peter Foley (via Code Review) wrote: Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2288 Approvals: Peter Foley: Verified; Looks good to me, approved It looks like

[Libreoffice-commits] core.git: 2 commits - sc/source sc/uiconfig

2013-02-26 Thread Caolán McNamara
sc/source/ui/dbgui/sortkeydlg.cxx |3 sc/uiconfig/scalc/ui/textimportcsv.ui | 153 +- 2 files changed, 98 insertions(+), 58 deletions(-) New commits: commit 0ac6c626287ee6789296172ddbe5d4e5dc5600ac Author: Caolán McNamara caol...@redhat.com Date: Tue

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

2013-02-26 Thread Thomas Arnhold
sd/source/ui/unoidl/unomodel.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 270ad08ff5732eba30a611ff6775eaf58259b5ae Author: Thomas Arnhold tho...@arnhold.org Date: Tue Feb 26 15:08:35 2013 +0100 clarify the duplicate Change-Id:

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

2013-02-26 Thread Michael Meeks
sc/source/core/tool/token.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 59eb06e91af29e2260d23492f0f32a7fb4e8cc73 Author: Michael Meeks michael.me...@suse.com Date: Tue Feb 26 14:16:07 2013 + initialize relative col/row/tab indicees to avoid false positives.

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

2013-02-26 Thread Michael Meeks
sc/source/core/tool/token.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit fba47cdec494b716131dc6cdff3a750e980ba610 Author: Michael Meeks michael.me...@suse.com Date: Tue Feb 26 14:18:00 2013 + and avoid type issues when zeroing. Change-Id:

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

2013-02-26 Thread Markus Mohrhard
sc/source/filter/inc/worksheethelper.hxx |2 ++ sc/source/filter/oox/workbookfragment.cxx | 13 + sc/source/filter/oox/worksheethelper.cxx | 14 -- 3 files changed, 27 insertions(+), 2 deletions(-) New commits: commit ab82ad7b1c5c9e0567319e60aacd6e960668ad2d

[Libreoffice-commits] core.git: 4 commits - helpcompiler/inc helpcompiler/source solenv/gbuild

2013-02-26 Thread David Tardon
helpcompiler/inc/HelpLinker.hxx |2 helpcompiler/source/HelpCompiler.cxx |9 helpcompiler/source/HelpLinker.cxx |6 solenv/gbuild/AllLangHelp.mk | 166 solenv/gbuild/HelpTarget.mk | 706 +++

[Libreoffice-commits] core.git: helpcontent2

2013-02-26 Thread David Tardon
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 82ac5169b3b18c4cd26d1fc061607163313ed094 Author: David Tardon dtar...@redhat.com Date: Sat Feb 23 12:03:53 2013 +0100 Updated core Project: help 81f8e6cfb8eae13a73536edcb08a09d73cf2b864 diff

[Libreoffice-commits] core.git: RepositoryModule_ooo.mk

2013-02-26 Thread David Tardon
RepositoryModule_ooo.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 4dc532009b86e516e80ba101be2c57aa9a3abc67 Author: David Tardon dtar...@redhat.com Date: Tue Feb 26 15:31:51 2013 +0100 gbuildify helpcontent2 Change-Id: I1ba0cfcda123e7db95a16945c9accd113e925967

[Libreoffice-commits] core.git: helpcontent2

2013-02-26 Thread David Tardon
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 627f220bc1aaa3d5bacdf0e886a1af5cc3f3bff8 Author: David Tardon dtar...@redhat.com Date: Tue Feb 26 15:40:29 2013 +0100 Updated core Project: help 86d61cd53feccd830412794561d29390bcfba095 diff

[Libreoffice-commits] help.git: prj/dmake

2013-02-26 Thread David Tardon
0 files changed New commits: commit 86d61cd53feccd830412794561d29390bcfba095 Author: David Tardon dtar...@redhat.com Date: Tue Feb 26 15:40:29 2013 +0100 drop prj/dmake too Change-Id: I1b36088d5319e83e652a4c341a4fec6fbc0fee38 diff --git a/prj/dmake b/prj/dmake deleted file mode

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

2013-02-26 Thread Miklos Vajna
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 25 - writerfilter/source/rtftok/rtfdocumentimpl.hxx |1 + 2 files changed, 21 insertions(+), 5 deletions(-) New commits: commit 0805b222f87bf99ec0c53ca678d1c670eb5293a2 Author: Miklos Vajna vmik...@suse.cz Date:

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

2013-02-26 Thread Caolán McNamara
0 files changed New commits: commit 2f00b691c0158ddd05afbc2336fa181dab2ae8b1 Author: Caolán McNamara caol...@redhat.com Date: Tue Feb 26 14:42:11 2013 + this dmake file in rsc was inadvertently added Change-Id: Ie8a8a8a4a82e3ca0175ac5a0275da6ca1474fa5d diff --git

[PATCH] move postprocess to gbuild

2013-02-26 Thread via Code Review
Hello LibreOffice gerrit bot, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2426 to look at the new patch set (#2). Change subject: move postprocess to gbuild .. move postprocess to

[Libreoffice-commits] core.git: Makefile.in

2013-02-26 Thread David Tardon
Makefile.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 56b44d0123e53e0a6e8309da32852d41694ad9ce Author: David Tardon dtar...@redhat.com Date: Tue Feb 26 15:45:50 2013 +0100 helpcontent is not dmake module anymore Change-Id:

[Libreoffice-commits] core.git: 4 commits - javaunohelper/Module_javaunohelper.mk javaunohelper/Zip_juh.mk jurt/Module_jurt.mk jurt/Zip_jurt.mk mysqlc/Library_mysqlc.mk odk/CustomTarget_javadoc.mk rid

2013-02-26 Thread Michael Stahl
javaunohelper/Module_javaunohelper.mk |1 javaunohelper/Zip_juh.mk | 56 - jurt/Module_jurt.mk |1 jurt/Zip_jurt.mk | 87 -- mysqlc/Library_mysqlc.mk |2

  1   2   3   4   >