[PATCH] Fix fdo#62399 Border incorrect for RTL

2013-03-16 Thread Faisal al-otaibi (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2781 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/81/2781/1 Fix fdo#62399 Border incorrect for RTL this patch will fix the incorrect border when you use the cell format dia

[PATCH] coverity#705137 Missing break in switch

2013-03-16 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2780 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/80/2780/1 coverity#705137 Missing break in switch Change-Id: Ie54c888e15e9564c7e1d0efb54f587a586a53631 --- M cppu/source/t

[PATCH] coverity#705135 Missing break in switch

2013-03-16 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2779 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/79/2779/1 coverity#705135 Missing break in switch Change-Id: Ie610b3b10b5d83b772ad96e455d59360368086a4 --- M connectivity/

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

2013-03-16 Thread David Tardon
sc/source/ui/collab/sendfunc.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c71aab14658325e5848cf404931b9863b3661573 Author: David Tardon Date: Sat Mar 16 09:27:27 2013 +0100 fix after String->rtl::OUString conversion Change-Id: I8e9658cd4c3e

Re: #ifdef vs #if for feature checks

2013-03-16 Thread Norbert Thiebaud
On Fri, Mar 15, 2013 at 10:58 AM, Lubos Lunak wrote: > > Hello, > > I'd like to propose that we convert our > > #ifdef HAVE_FOO > > to > > #if HAVE_FOO > +1 Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesk

About LibreOffice on mobile world

2013-03-16 Thread Ivan Ooi
Hi all, Ever try to reach out KingSoft ? since they are giving their KingSoft as free in mobile world ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] selectively disable applications from the suite

2013-03-16 Thread David Ostrovsky (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2778 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/78/2778/1 selectively disable applications from the suite See how mozilla project handles it: https://developer.mozilla.or

[PATCH libreoffice-4-0] fdo#34800 Comments added to footer are placed at the right t...

2013-03-16 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2777 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/77/2777/1 fdo#34800 Comments added to footer are placed at the right top of the page. I also merged (manually) the changes

[PATCH] comment cleanups

2013-03-16 Thread Matthias Freund (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2776 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/76/2776/1 comment cleanups hope this is helpful Change-Id: Ib887329de1e5788b1a39139725dca0b3de25e81c --- M sw/source/core

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

2013-03-16 Thread Julien Nabet
basic/qa/cppunit/test_scanner.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 92e7d266419846a0dbbcd177161d7e29d95d4319 Author: Julien Nabet Date: Sat Mar 16 22:33:21 2013 +0100 coverity#982854 Assign instead of compare Change-Id: I9ac6a537da3a

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

2013-03-16 Thread Julien Nabet
basic/qa/cppunit/test_scanner.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f98e321698cd26fbb32078bf24002bd2bbafb1cb Author: Julien Nabet Date: Sat Mar 16 22:30:27 2013 +0100 coverity#982853 Assign instead of compare Change-Id: I51df1f766314ea80

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f2/154c68d19c3e711d371cf91d37c2b885484059

2013-03-16 Thread Caolán McNamara
f2/154c68d19c3e711d371cf91d37c2b885484059 |1 + 1 file changed, 1 insertion(+) New commits: commit 029aa0b6e0cd6df0fc06ffea645fd05dd7d1d8df Author: Caolán McNamara Date: Sat Mar 16 21:27:27 2013 + Notes added by 'git notes add' diff --git a/f2/154c68d19c3e711d371cf91d37c2b885484

[Libreoffice-commits] core.git: 3 commits - cui/source sd/source sfx2/inc sfx2/source tools/qa

2013-03-16 Thread Caolán McNamara
cui/source/dialogs/about.cxx | 91 - sd/source/ui/slideshow/slideshowimpl.cxx |9 ++ sfx2/inc/sfx2/app.hxx|8 +- sfx2/source/appl/appmisc.cxx | 95 ++- tools/qa/cppunit/test_stream.cxx

[PATCH] coverity#988428 Missing break in switch

2013-03-16 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2775 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/75/2775/1 coverity#988428 Missing break in switch Change-Id: I7f127409c65f692c2eec3684c79b40b11e7ce240 --- M writerfilter/

About coverity 988424 (svdfppt.cxx from filter module)

2013-03-16 Thread julien2412
Hello, Scan coverity detected this: CID 988424 (#1 of 1): Logically dead code (DEADCODE)dead_error_line: Execution cannot reach this expression "nExtBuInd + nExtParaNibble < aStyleTextProp9->size()" inside statement "if (nExtParaNibble && nExtB...". Indeed, we have these lines: 5026 if (

Re: Need help regarding BUG #60700

2013-03-16 Thread Michael Meeks
Hi Alex, On Sat, 2013-03-16 at 13:16 -0700, Alex Ivan wrote: > Michael Meeks-2 wrote > >> I've been looking into bug #60700 > >> ; and have > > The first place that i found where these directories are created is in > framework/source/uiconfig

cppcheck: Variables reassigned before the old one has been used (vcl/kde4 part)

2013-03-16 Thread julien2412
Hello, Cppcheck reported this: [KDESalFrame.cxx:301] -> [KDESalFrame.cxx:304]: (performance) Variable 'aMenuFore' is reassigned a value before the old one has been used. [KDESalFrame.cxx:302] -> [KDESalFrame.cxx:305]: (performance) Variable 'aMenuBack' is reassigned a value before the old one has

Re: Need help regarding BUG #60700

2013-03-16 Thread Alex Ivan
Hi, Michael Meeks-2 wrote >> I've been looking into bug #60700 >> ; and have >> currently >> managed to figure out when those empty directories are created. > > When ? well - code-wise, I suggest you git grep for the name you find > i

[Libreoffice-commits] core.git: 5 commits - bin/module-deps.pl clucene/Library_clucene.mk filter/Configuration_filter.mk filter/source solenv/gbuild

2013-03-16 Thread Peter Foley
bin/module-deps.pl |2 +- clucene/Library_clucene.mk |3 +++ filter/Configuration_filter.mk |3 ++- filter/source/config/tools/merge/pyAltFCFGMerge |9 ++--- solenv/gbuild/CppunitTest.mk|

[PATCH] Reuse ImplPower10()

2013-03-16 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2774 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/74/2774/1 Reuse ImplPower10() Change-Id: I0a86e43065689d2478ced4804ab083244d8d35f5 --- M vcl/source/control/field.cxx 1 fi

[RFC] add --pidfile switch to write libo pid to a file

2013-03-16 Thread Riccardo Magliocchetti
Hello, attached a patch to add a switch to have libreoffice store its pid in a file. I need that so that when libo runs in headless mode i can have a supervisor process checking if libo is running and in case just restart it. The error handling is a bit lame, do we have an helper to create a

[Libreoffice-commits] core.git: svx/inc sw/inc vcl/inc

2013-03-16 Thread Tor Lillqvist
svx/inc/svx/svdetc.hxx |1 - sw/inc/swtable.hxx |2 +- vcl/inc/accel.h |9 - vcl/inc/svdata.hxx |2 -- vcl/inc/win/saldata.hxx | 18 +- 5 files changed, 2 insertions(+), 30 deletions(-) New commits: commit ec4977278ba3d153f0913c72450e72

Re: [PATCH] various .ui fixes caught by linter tool

2013-03-16 Thread Jack Leigh
On 16/03/13 17:51, Michael Meeks wrote: Hi Jack, On Fri, 2013-03-15 at 18:32 +, Jack Leigh (via Code Review) wrote: various .ui fixes caught by linter tool Sounds really interesting :-) can we make the tool part of our build process somehow ? That was my aim at some point. It's

[Libreoffice-commits] core.git: 2 commits - svx/source vcl/inc vcl/ios

2013-03-16 Thread Tor Lillqvist
svx/source/svdraw/svdfmtf.cxx |2 +- svx/source/svdraw/svdfmtf.hxx |2 +- vcl/inc/ios/saldata.hxx|5 - vcl/ios/source/app/saldata.cxx |1 - 4 files changed, 2 insertions(+), 8 deletions(-) New commits: commit 494042ef5b104a4b4fd1cf7b4a861df9ba6771a8 Author: Tor Lillq

[Libreoffice-commits] core.git: 3 commits - liborcus/ExternalPackage_liborcus.mk liborcus/ExternalProject_liborcus.mk liborcus/liborcus_0.1.0-boost_disable_auto_lib.patch liborcus/Module_liborcus.mk l

2013-03-16 Thread Peter Foley
liborcus/ExternalPackage_liborcus.mk| 20 + liborcus/ExternalProject_liborcus.mk| 35 -- liborcus/Module_liborcus.mk |2 liborcus/Package_liborcus.mk

[Libreoffice-commits] core.git: libmariadb/mariadb-static-inline.patch libmariadb/UnpackedTarball_mariadb.mk

2013-03-16 Thread Stephan Bergmann
libmariadb/UnpackedTarball_mariadb.mk |4 libmariadb/mariadb-static-inline.patch | 11 +++ 2 files changed, 15 insertions(+) New commits: commit 7cb699394616b9641fb746429401b36f031391e3 Author: Stephan Bergmann Date: Sat Mar 16 18:54:25 2013 +0100 No external definitio

Re: [PATCH] various .ui fixes caught by linter tool

2013-03-16 Thread Michael Meeks
Hi Jack, On Fri, 2013-03-15 at 18:32 +, Jack Leigh (via Code Review) wrote: > various .ui fixes caught by linter tool Sounds really interesting :-) can we make the tool part of our build process somehow ? ATB, Michael. -- michael.me...@suse.com <><, Pseudo

[PUSHED] Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit)

2013-03-16 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/2772 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2772 To unsubscribe, vis

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

2013-03-16 Thread Chr . Rossmanith
toolkit/source/controls/animatedimages.cxx | 12 +-- toolkit/source/controls/controlmodelcontainerbase.cxx | 52 - toolkit/source/controls/formattedcontrol.cxx |8 +- toolkit/source/controls/geometrycontrolmodel.cxx | 18 ++--- toolkit/source/

[PUSHED] Replace String with OUString in toolkit(vclxprinter.cxx)

2013-03-16 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/2771 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2771 To unsubscribe, vis

[PUSHED] Remove RTL_CONSTASCII_(U)STRING in toolkit

2013-03-16 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/2770 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2770 To unsubscribe, vis

[PUSHED] Remove RTL_CONSTASCII_(U)STRINGPARAM in tools

2013-03-16 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/2769 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2769 To unsubscribe, vis

[Libreoffice-commits] core.git: toolkit/inc toolkit/source

2013-03-16 Thread Chr . Rossmanith
toolkit/inc/toolkit/awt/vclxprinter.hxx |6 +++--- toolkit/source/awt/vclxprinter.cxx | 22 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) New commits: commit c6f914041996d9b0e2431d29e63657ff02bc18d3 Author: Chr. Rossmanith Date: Fri Mar 15 22:24:29 2013 +

[Libreoffice-commits] core.git: toolkit/inc toolkit/source

2013-03-16 Thread Chr . Rossmanith
toolkit/inc/toolkit/helper/macros.hxx | 10 +- toolkit/source/awt/animatedimagespeer.cxx |4 ++-- toolkit/source/awt/asynccallback.cxx | 12 +--- toolkit/source/awt/vclxmenu.cxx | 22 +++--- 4 files changed, 23 insertions(+), 25 deletion

[Libreoffice-commits] core.git: tools/inc tools/source

2013-03-16 Thread Chr . Rossmanith
tools/inc/tools/diagnose_ex.h | 16 ++-- tools/source/fsys/dirent.cxx | 36 +- tools/source/fsys/urlobj.cxx | 73 - tools/source/fsys/wntmsc.cxx | 14 +--- tools/source/generi

[PUSHED] Remove STRINGPARAM in tools (qa)

2013-03-16 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/2768 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2768 To unsubscribe, vis

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

2013-03-16 Thread Chr . Rossmanith
tools/qa/cppunit/test_stream.cxx | 38 +++--- tools/qa/cppunit/test_urlobj.cxx | 27 +-- 2 files changed, 28 insertions(+), 37 deletions(-) New commits: commit fdb41140bf30bf18c05bbd0fd2c35594a9e6b338 Author: Chr. Rossmanith Date: Fri

Re: Simplified Libreoffice API

2013-03-16 Thread Mindaugas
In my opinion at first we must decide what goals we seek and what problems we try to solve and after think how do that. I think scripting API must be simple, logical and should be used without significant training and long-term UNO structure studies. I personally would like the next changes: -

[PUSHED libreoffice-4-0-2] implemented EmfPlusRecordTypeSetClipRect record

2013-03-16 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/2754 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2754 To unsubscribe, vis

[PUSHED libreoffice-4-0-2] implemented EmfPlusRecordTypeDrawEllipse record

2013-03-16 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/2752 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2752 To unsubscribe, vis

[PUSHED libreoffice-4-0-2] implemented EmfPlusRecordTypeFillEllipse record

2013-03-16 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/2750 Approvals: Joren De Cuyper: Looks good to me, but someone else must approve Michael Meeks: Looks good to me, but someone else must approve

[PUSHED libreoffice-4-0-2] Resolves: rhbz#906137 slide show inverts outputs

2013-03-16 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/2745 Approvals: Joren De Cuyper: Looks good to me, but someone else must approve Michael Meeks: Looks good to me, but someone else must approve

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

2013-03-16 Thread Radek Doulik
cppcanvas/source/mtfrenderer/emfplus.cxx | 39 +++ 1 file changed, 34 insertions(+), 5 deletions(-) New commits: commit 2d2644e5efdec703ff87562f98ff4ebb9aec2320 Author: Radek Doulik Date: Fri Mar 15 16:07:53 2013 +0100 implemented EmfPlusRecordTypeSetClipRect

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

2013-03-16 Thread Radek Doulik
cppcanvas/source/inc/implrenderer.hxx|1 cppcanvas/source/mtfrenderer/emfplus.cxx | 80 +-- 2 files changed, 47 insertions(+), 34 deletions(-) New commits: commit f89ec4131475a8d0876d68522601585b28a2a6a8 Author: Radek Doulik Date: Fri Mar 15 15:30:40 2013

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

2013-03-16 Thread Radek Doulik
cppcanvas/source/mtfrenderer/emfplus.cxx | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) New commits: commit 38fc2a552a79adc7945eab9dc4e534653cdad553 Author: Radek Doulik Date: Fri Mar 15 14:48:05 2013 +0100 implemented EmfPlusRecordTypeFillEllipse rec

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

2013-03-16 Thread Caolán McNamara
vcl/unx/gtk/app/gtksys.cxx | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) New commits: commit 69cf6bf3e367aaf46107af96d7a6bd0aef8f667c Author: Caolán McNamara Date: Fri Mar 15 10:38:06 2013 + Resolves: rhbz#906137 slide show inverts outputs we go t

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

2013-03-16 Thread Andras Timar
source/text/sbasic/shared/main0601.xhp |2 +- source/text/shared/00/0021.xhp |4 ++-- source/text/shared/optionen/01041000.xhp |4 ++-- source/text/swriter/01/05060100.xhp |2 +- 4 files changed, 6 insertions(+), 6 deletions(-) New commits: commit d9090a218a9ef582

[Libreoffice-commits] core.git: helpcontent2

2013-03-16 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b5f9f7c696e90ec2bc181a4c680a096f8330f214 Author: Andras Timar Date: Sat Mar 16 16:38:09 2013 +0100 Updated core Project: help d9090a218a9ef58253a695bdb1369c48f4607409 diff --git a/helpcontent2

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

2013-03-16 Thread Andras Timar
source/text/shared/01/0528.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 10e966a07438118c206acf6bc10a57177478ec51 Author: Andras Timar Date: Sat Mar 16 16:18:29 2013 +0100 fdo#62291 use OpenOffice.org 2.0 instead of %PRODUCTNAME %PRODUCTVERSION

[Libreoffice-commits] core.git: helpcontent2

2013-03-16 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1245e38282b7c4c66b3a613e8fc6f1dac556f500 Author: Andras Timar Date: Sat Mar 16 16:18:29 2013 +0100 Updated core Project: help 10e966a07438118c206acf6bc10a57177478ec51 diff --git a/helpcontent2

Delivering UI files

2013-03-16 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I am chasing a bug in a UI conversion. I created cellalignment.ui but it does not deliver with make dev-install. Of course I have it in cui/UI_cui.mk. I also tried make cui.clean && make cui with no success. I added verbose to make cui and I got

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 1e/6fa340a8ae7ddf046e3ba20282f73a4b999bd4

2013-03-16 Thread Caolán McNamara
1e/6fa340a8ae7ddf046e3ba20282f73a4b999bd4 |1 + 1 file changed, 1 insertion(+) New commits: commit b12ebfc2463d1a5dd97c6c4a66595cd15d3f3738 Author: Caolán McNamara Date: Sat Mar 16 12:31:09 2013 + Notes added by 'git notes add' diff --git a/1e/6fa340a8ae7ddf046e3ba20282f73a4b999

Re: #ifdef vs #if for feature checks

2013-03-16 Thread Noel Grandin
On Fri, Mar 15, 2013 at 5:58 PM, Lubos Lunak wrote: > > The problem with this change is that there still may be some cases where > #ifdef is used, either because some system #defines work that way (so those > would be valid but different), or people would still use #ifdef out of > habbit > I li

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 55/eb8e85a51d68d2abf78f26f918345805871f6a

2013-03-16 Thread Caolán McNamara
55/eb8e85a51d68d2abf78f26f918345805871f6a |1 + 1 file changed, 1 insertion(+) New commits: commit 0a8ac3123245d42f163e671cd37a66b8398563bd Author: Caolán McNamara Date: Sat Mar 16 12:14:36 2013 + Notes added by 'git notes add' diff --git a/55/eb8e85a51d68d2abf78f26f918345805871

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 96/c44a34dcee2d13b562aa0a4d3f64be025aa01e

2013-03-16 Thread Caolán McNamara
96/c44a34dcee2d13b562aa0a4d3f64be025aa01e |1 + 1 file changed, 1 insertion(+) New commits: commit 9db401dd05499871740422099e197c11b79ff12b Author: Caolán McNamara Date: Sat Mar 16 12:14:09 2013 + Notes added by 'git notes add' diff --git a/96/c44a34dcee2d13b562aa0a4d3f64be025aa

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 87/383b07ff92196a216edeadb2ca76816f766ee6

2013-03-16 Thread Caolán McNamara
87/383b07ff92196a216edeadb2ca76816f766ee6 |1 + 1 file changed, 1 insertion(+) New commits: commit 0031374a0c282c18d496b7b1965409b324f456a1 Author: Caolán McNamara Date: Sat Mar 16 12:13:10 2013 + Notes added by 'git notes add' diff --git a/87/383b07ff92196a216edeadb2ca76816f766

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f0/d806633482b0495cd34cd9fa66fde851cf4d80

2013-03-16 Thread Caolán McNamara
f0/d806633482b0495cd34cd9fa66fde851cf4d80 |1 + 1 file changed, 1 insertion(+) New commits: commit c142f1f0e20ce034bd0b7cb8229b29b179d3f741 Author: Caolán McNamara Date: Sat Mar 16 12:11:15 2013 + Notes added by 'git notes add' diff --git a/f0/d806633482b0495cd34cd9fa66fde851cf4

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

2013-03-16 Thread Armin Le Grand
svx/inc/svx/unoshape.hxx |3 --- 1 file changed, 3 deletions(-) New commits: commit e6a3d1649ce331fd745957f7c0ea039ae27905a6 Author: Armin Le Grand Date: Wed May 30 07:56:17 2012 + Resolves: #i119337# wrong get/setPropertyValue calls in SvxShapeText (and thus in SvxOle2Sh

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7d/a37198c4f97dae2fa5cbd5280a697638de7f44

2013-03-16 Thread Caolán McNamara
7d/a37198c4f97dae2fa5cbd5280a697638de7f44 |1 + 1 file changed, 1 insertion(+) New commits: commit 99235f7d8abf3f36b35780b30e8bb9dd7f7a62be Author: Caolán McNamara Date: Sat Mar 16 11:54:46 2013 + Notes added by 'git notes add' diff --git a/7d/a37198c4f97dae2fa5cbd5280a697638de7

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

2013-03-16 Thread Ariel Constenla-Haile
sc/inc/globstr.hrc| 10 +- sc/source/core/data/dpdimsave.cxx | 33 + sc/source/ui/dbgui/dpgroupdlg.cxx | 25 +++-- sc/source/ui/dbgui/dpgroupdlg.src | 13 - sc/source/ui/src/globstr.src | 29

[Libreoffice-commits] core.git: desktop/test

2013-03-16 Thread Zolnai Tamás
desktop/test/deployment/update/website_update/update/web6/description.xml | 2 +- desktop/test/deployment/update/website_update/update/web7/description.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 0ae470fd0205d8c28bf06c611026244f4c13ce09 Author: Zolnai

Kickstarter? Testing?

2013-03-16 Thread Aaron Lindorfer
My programming abilities are not yet to the standard of 'developer' for such a large project but I would like to contribute to porting Libreoffice to android. If there is a donation site I would be more than happy to contribute monetarily and if you need someone to test the app in a school environm

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c8/4c0483f6a3adf4e0148b0d9088ff99f9cd046b

2013-03-16 Thread Caolán McNamara
c8/4c0483f6a3adf4e0148b0d9088ff99f9cd046b |1 + 1 file changed, 1 insertion(+) New commits: commit 2dec085a7689efe83c821a59587ba31ba4b6 Author: Caolán McNamara Date: Sat Mar 16 11:20:54 2013 + Notes added by 'git notes add' diff --git a/c8/4c0483f6a3adf4e0148b0d9088ff99f9cd0

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

2013-03-16 Thread Ariel Constenla-Haile
framework/inc/classes/filtercachedata.hxx | 24 +- framework/inc/dispatch/menudispatcher.hxx |2 framework/inc/dispatch/popupmenudispatcher.hxx |2 framework/inc/services/substitutepathvars.hxx |4 -

[Libreoffice-commits] dictionaries.git: pt_BR/description.xml

2013-03-16 Thread Zolnai Tamás
pt_BR/description.xml | 107 -- 1 file changed, 107 deletions(-) New commits: commit 26b7c425b0cecaad38249bfdc17b8d5cecee2670 Author: Zolnai Tamás Date: Sat Mar 16 11:26:04 2013 +0100 Localization works only with en-US entries Str

[Libreoffice-commits] core.git: dictionaries

2013-03-16 Thread Zolnai Tamás
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 33f39ca2826d09767078cc6f47b0cb572edb1f61 Author: Zolnai Tamás Date: Sat Mar 16 11:26:04 2013 +0100 Updated core Project: dictionaries 26b7c425b0cecaad38249bfdc17b8d5cecee2670 diff --git a/dict

Re: [REVIEW: 4-0 3-6] impress doesn't copy custom styles

2013-03-16 Thread Cor Nouws
Cor Nouws wrote (16-03-13 11:57) Is also on the radar that copying single objects from one file to another suffers from the same problem: i.e. style information is ignored? (which AFAIR did work some ... time ago). is fdo#41436 -- - Cor - http://nl.libreoffice.org - www.librelex.org

Re: [REVIEW: 4-0 3-6] impress doesn't copy custom styles

2013-03-16 Thread Cor Nouws
Thorsten Behrens wrote (23-01-13 20:50) David Tardon wrote: when a slide that uses custom styles is copied to another presentation, the styles are not copied, possibly breaking the slide's layout. Commit 24578b804007d8c3201e5ed32b8485e1725c33c1 fixes that. I would like to get it into 3.6 and 4.0

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7e/a4a2381f358775472a76ae128c07b71db9389c

2013-03-16 Thread Caolán McNamara
7e/a4a2381f358775472a76ae128c07b71db9389c |1 + 1 file changed, 1 insertion(+) New commits: commit 468b4e69200b162ecb277180b07e459411b9fc61 Author: Caolán McNamara Date: Sat Mar 16 10:48:45 2013 + Notes added by 'git notes add' diff --git a/7e/a4a2381f358775472a76ae128c07b71db93

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

2013-03-16 Thread Armin Le Grand
svx/source/svdraw/svdfmtf.cxx | 54 +- 1 file changed, 28 insertions(+), 26 deletions(-) New commits: commit d43ae957000d20e34447501341b45a07b467fddc Author: Armin Le Grand Date: Mon May 21 09:07:53 2012 + merge getting XGradientStyle From Gra

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - cf/f06528a4297fb22a745e16e35dedc157371381

2013-03-16 Thread Caolán McNamara
cf/f06528a4297fb22a745e16e35dedc157371381 |1 + 1 file changed, 1 insertion(+) New commits: commit 385af9e0a0c127322f56f1485459dd6f45dad016 Author: Caolán McNamara Date: Sat Mar 16 10:33:27 2013 + Notes added by 'git notes add' diff --git a/cf/f06528a4297fb22a745e16e35dedc157371

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 97/7a0eff5415a2a4716e02bfab8e69ffb64ad7ce

2013-03-16 Thread Caolán McNamara
97/7a0eff5415a2a4716e02bfab8e69ffb64ad7ce |1 + 1 file changed, 1 insertion(+) New commits: commit 6e6c0e1a6f54a4ba50fef81f9b0117611460f796 Author: Caolán McNamara Date: Sat Mar 16 10:28:10 2013 + Notes added by 'git notes add' diff --git a/97/7a0eff5415a2a4716e02bfab8e69ffb64ad

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - bd/55f05b332c1573bd410fd9e21ea7fcf977e1b0

2013-03-16 Thread Caolán McNamara
bd/55f05b332c1573bd410fd9e21ea7fcf977e1b0 |1 + 1 file changed, 1 insertion(+) New commits: commit edff78b144340b75a8006ba7c2799f5e65b686e1 Author: Caolán McNamara Date: Sat Mar 16 10:27:20 2013 + Notes added by 'git notes add' diff --git a/bd/55f05b332c1573bd410fd9e21ea7fcf977e

[Libreoffice-commits] core.git: drawinglayer/inc drawinglayer/Library_drawinglayer.mk drawinglayer/Package_inc.mk drawinglayer/source svgio/source svx/inc svx/source sw/inc sw/source

2013-03-16 Thread Armin Le Grand
drawinglayer/Library_drawinglayer.mk|1 drawinglayer/Package_inc.mk |1 drawinglayer/inc/drawinglayer/processor2d/objectinfoextractor2d.hxx | 61 +++ drawinglayer/source/processor2d/objectinfoextractor2d.cxx

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a1/1036e67385a610f1ce08c5035a45630c005509

2013-03-16 Thread Caolán McNamara
a1/1036e67385a610f1ce08c5035a45630c005509 |1 + 1 file changed, 1 insertion(+) New commits: commit b699f107a612ce27654c40950cb2052f560a143c Author: Caolán McNamara Date: Sat Mar 16 10:25:52 2013 + Notes added by 'git notes add' diff --git a/a1/1036e67385a610f1ce08c5035a45630c005

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 9c/403abf5762b22583db6d31f53b87a5d2de0ece

2013-03-16 Thread Caolán McNamara
9c/403abf5762b22583db6d31f53b87a5d2de0ece |1 + 1 file changed, 1 insertion(+) New commits: commit 7da4e266a30ec7d035511e204f9b945bac8c7ed8 Author: Caolán McNamara Date: Sat Mar 16 10:23:28 2013 + Notes added by 'git notes add' diff --git a/9c/403abf5762b22583db6d31f53b87a5d2de0

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 71/43afd1924da4e1822c48f95fd17ec2402cf383

2013-03-16 Thread Caolán McNamara
71/43afd1924da4e1822c48f95fd17ec2402cf383 |1 + 1 file changed, 1 insertion(+) New commits: commit 540d01c142a261d82fa9081a648d292684253ff2 Author: Caolán McNamara Date: Sat Mar 16 10:19:54 2013 + Notes added by 'git notes add' diff --git a/71/43afd1924da4e1822c48f95fd17ec2402cf

[Libreoffice-commits] core.git: libcdr/ExternalProject_libcdr.mk

2013-03-16 Thread Matúš Kukan
libcdr/ExternalProject_libcdr.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 409ba4cc0b55e3dc1d3a08c2fb543bc59c4c0da9 Author: Matúš Kukan Date: Sat Mar 16 10:57:17 2013 +0100 libcdr: do not export empty ICU_CFLAGS Change-Id: Ib56864cbb9509135572

[PATCH] Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit)

2013-03-16 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2772 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/72/2772/1 Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit) Change-Id: I558a97be9ed883242455e6fd29267aed5d0a550c --- M toolki

[PATCH] Replace String with OUString in toolkit(vclxprinter.cxx)

2013-03-16 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2771 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/71/2771/1 Replace String with OUString in toolkit(vclxprinter.cxx) Change-Id: I265b413923837aaba47abf242803fae7359f8ea8 --

[PATCH] Remove RTL_CONSTASCII_(U)STRING in toolkit

2013-03-16 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2770 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/70/2770/1 Remove RTL_CONSTASCII_(U)STRING in toolkit Change-Id: I62c89716d93c4dfb51a38b78f795a532e2b1d0b7 --- M toolkit/in

[PATCH] Remove STRINGPARAM in tools (qa)

2013-03-16 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2768 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/68/2768/1 Remove STRINGPARAM in tools (qa) Change-Id: I1bff00d261c24e37f9ed41322c49c670850a940f --- M tools/qa/cppunit/tes

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

2013-03-16 Thread Chr . Rossmanith
tubes/source/manager.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 2bded30459c47ae1017399536fc2a19af797e9a6 Author: Chr. Rossmanith Date: Thu Mar 14 22:57:52 2013 +0100 Remove RTL_CONSTASCII_STRINGPARAM from tubes Change-Id: If30e500ad751a

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

2013-03-16 Thread Tor Lillqvist
svx/source/svdraw/svdfmtf.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 0c7a741d320bf02ca2957b85739ee636bffc695f Author: Tor Lillqvist Date: Sat Mar 16 11:28:20 2013 +0200 WaE: comparison of integers of different signs Change-Id: I065c22

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 93/61cb1dca945ce1c58ba8f49f837775af793020

2013-03-16 Thread Caolán McNamara
93/61cb1dca945ce1c58ba8f49f837775af793020 |1 + 1 file changed, 1 insertion(+) New commits: commit 94347de5a12b98c2dd0334c8c8515bc4d2c5f4c0 Author: Caolán McNamara Date: Sat Mar 16 09:20:21 2013 + Notes added by 'git notes add' diff --git a/93/61cb1dca945ce1c58ba8f49f837775af793

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

2013-03-16 Thread Armin Le Grand
sw/source/ui/frmdlg/frmpage.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 12dfca2ea61116665a7abefd43a9a4caa2b8920b Author: Armin Le Grand Date: Mon May 14 15:16:00 2012 + Resolves: #i119307# added deletion of sw's BmpWindow control...

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ad/5fa95e8c849e196caa0fa22094b513e48b406f

2013-03-16 Thread Caolán McNamara
ad/5fa95e8c849e196caa0fa22094b513e48b406f |1 + 1 file changed, 1 insertion(+) New commits: commit 26703342b387868cffc39065d3a65262c546fa2b Author: Caolán McNamara Date: Sat Mar 16 08:55:45 2013 + Notes added by 'git notes add' diff --git a/ad/5fa95e8c849e196caa0fa22094b513e48b4

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

2013-03-16 Thread Lionel Elie Mamane
vcl/source/app/dbggui.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 61a194fbc1bd2624d46ccd2d71e5f1422ef522f1 Author: Lionel Elie Mamane Date: Sat Mar 16 09:47:09 2013 +0100 Revert "fdo#61725 workaround" This reverts commit 04651da19cbd755c2d9a7d

Re: build failures with mdds 0.6 (Tinderbox)

2013-03-16 Thread lio...@mamane.lu
On Fri, Mar 15, 2013 at 12:25:46PM -0400, Kohei Yoshida wrote: > if we can check for the presence of multi_type_vector::iterator > which is new in 0.7.0 and newer (and we use on the current master), > that would take care of it. OK, did that: commit fcc4b3c3ec005d5757339cef604f36cc7749434a Autho

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

2013-03-16 Thread Lionel Elie Mamane
configure.ac |8 vcl/source/app/dbggui.cxx |2 +- 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit fcc4b3c3ec005d5757339cef604f36cc7749434a Author: Lionel Elie Mamane Date: Sat Mar 16 08:44:19 2013 +0100 configure.ac: Check for mdds versio