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

2013-03-19 Thread Takeshi Abe
cui/source/options/optdict.cxx |5 ++--- svx/inc/svx/langbox.hxx |2 +- svx/source/dialog/_contdlg.cxx |8 svx/source/dialog/contimp.hxx|6 +++--- svx/source/dialog/fntctrl.cxx| 12 ++-- svx/source/dialog/graphctl.cxx | 10 +-

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

2013-03-19 Thread Fridrich Štrba
writerperfect/source/draw/CDRImportFilter.cxx |5 -- writerperfect/source/draw/CDRImportFilter.hxx | 16 writerperfect/source/draw/CMXImportFilter.cxx |4 -- writerperfect/source/draw/CMXImportFilter.hxx | 16

[PUSHED] automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted ...

2013-03-19 Thread Thomas Arnhold (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/2832 Approvals: Thomas Arnhold: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2832 To unsubscribe,

Re: #ifdef vs #if for feature checks

2013-03-19 Thread Thomas Arnhold
On 19.03.2013 00:02, Norbert Thiebaud wrote: On Mon, Mar 18, 2013 at 11:17 AM, Lubos Lunak l.lu...@suse.cz wrote: On Monday 18 of March 2013, Tor Lillqvist wrote: Sounds great to me too; though of course I'd prefer to keep the diff smaller and not replace all the header guards: #ifndef

Re: Re: #ifdef vs #if for feature checks

2013-03-19 Thread vincent
HI, I found some wiki about #pragma once compiler support http://en.wikipedia.org/wiki/Pragma_once#Portability http://en.wikipedia.org/wiki/Pragma_once#Portability Compiler#pragma once ClangSupported[7] Comeau C/C++Supported[8] Digital Mars C++Supported[9] GCCSupported[10] Intel C++

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

2013-03-19 Thread Riccardo Magliocchetti
Hi Stephan, Il 18/03/2013 22:18, Stephan Bergmann ha scritto: On 03/16/2013 07:55 PM, Riccardo Magliocchetti wrote: 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

[Libreoffice-commits] core.git: bridges/Library_cpp_uno.mk

2013-03-19 Thread Tor Lillqvist
bridges/Library_cpp_uno.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c70aa412ede28cb0bb08a32a532c745a9d4a2266 Author: Tor Lillqvist t...@iki.fi Date: Tue Mar 19 11:07:43 2013 +0200 No -ldl for MinGW either Change-Id:

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

2013-03-19 Thread Riccardo Magliocchetti
Hi Tor, Il 19/03/2013 07:08, Tor Lillqvist ha scritto: .It would thus look more natural to be interested in pid files from the client-facing process rather than from soffice.bin processes (which your patch would implement). Ah, but his very point is that he is working on the --enable-headless

Re: [Libreoffice-qa] QA Field in FDO - What's the Purpose (discussion)

2013-03-19 Thread Petr Mladek
Joel Madero píše v Po 18. 03. 2013 v 11:38 -0700: During our last QA call we had a continuing discussion about the QA field that Rainer began a few weeks back [1] Basically the conversation is what's the point of the QA field There are multiple opinions: 1. QA Field should

Re: I am Vincent, I am glad to join libreoffice gsoc

2013-03-19 Thread Cedric Bosdonnat
On Tue, 2013-03-19 at 12:43 +0800, vincent wrote: Can someone share with me who will be the mentor of the topic: Implement a about:config functionality The possible mentors are indicated in the task description on the wiki page. -- Cedric ___

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

2013-03-19 Thread Cédric Bosdonnat
sfx2/inc/templatedlg.hxx|1 - sfx2/source/doc/templatedlg.cxx | 15 +-- sfx2/source/doc/templatedlg.src |6 -- 3 files changed, 5 insertions(+), 17 deletions(-) New commits: commit eff94128b8434501a6f9c26a5a47cfd7d408f472 Author: Cédric Bosdonnat

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

2013-03-19 Thread Stephan Bergmann
On 03/19/2013 07:08 AM, Tor Lillqvist wrote: .It would thus look more natural to be interested in pid files from the client-facing process rather than from soffice.bin processes (which your patch would implement). Ah, but his very point is that he is working on the --enable-headless thing,

[PUSHED] unit test for fdo#60915

2013-03-19 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/2784 -- To view, visit https://gerrit.libreoffice.org/2784 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[Libreoffice-commits] core.git: 2 commits - filter/source svl/qa

2013-03-19 Thread Fridrich Štrba
filter/source/config/fragments/types/writer_MacWrite.xcu |2 svl/qa/unit/svl.cxx | 61 +++ 2 files changed, 62 insertions(+), 1 deletion(-) New commits: commit 905db14dbc029519e674147e6a5a6f76fb81309e Author: Fridrich Å trba

Re: [PATCH] automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted ...

2013-03-19 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello since you have - -aMap[0] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(YES)); - -aMap[1] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(NO)); +aMap[0] = ::rtl::OUString(YES); +aMap[1] = ::rtl::OUString(NO); in the same way,

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Michael Meeks michael.me...@novell.com changed: What|Removed |Added Depends on||60769 -- You

[Libreoffice-commits] core.git: 2 commits - compilerplugins/clang compilerplugins/Makefile-clang.mk

2013-03-19 Thread Stephan Bergmann
compilerplugins/Makefile-clang.mk|2 compilerplugins/clang/literalalternative.cxx | 111 +++ 2 files changed, 112 insertions(+), 1 deletion(-) New commits: commit 24387f1c58b30cae26618c377acd95a336c28380 Author: Stephan Bergmann sberg...@redhat.com Date:

Re: [PATCH] automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted ...

2013-03-19 Thread Thomas Arnhold
Hi Oliver, right. But I wanted to remove the macro only. There were 1663 cases like foo = [::rtl::]OUString(..) in the source before my commit. Now there are 2885. Huge increase, I know, but the other ones could be improved, too. Maybe with some script foo. Regardless how this is done it

[Libreoffice-commits] core.git: Changes to 'libreoffice-3-6-6'

2013-03-19 Thread Petr Mladek
New branch 'libreoffice-3-6-6' available with the following commits: commit 7653fece0dce2df8b3d96bc39493cd4973d8d934 Author: Petr Mladek pmla...@suse.cz Date: Tue Mar 19 11:29:49 2013 +0100 Branch libreoffice-3-6-6 This is 'libreoffice-3-6-6' - the stable branch for the 3.6.6

[Libreoffice-commits] Changes to 'libreoffice-3-6-6'

2013-03-19 Thread Libreoffice Gerrit user
New branch 'libreoffice-3-6-6' available with the following commits: commit d8abf43eff05c25563c77217987ec2d619037f51 Author: Petr Mladek pmla...@suse.cz Date: Tue Mar 19 11:29:50 2013 +0100 Branch libreoffice-3-6-6 This is 'libreoffice-3-6-6' - the stable branch for the 3.6.6

[Libreoffice-commits] dictionaries.git: Changes to 'libreoffice-3-6-6'

2013-03-19 Thread Petr Mladek
New branch 'libreoffice-3-6-6' available with the following commits: commit 18ee39c1723abab8f35f9ab1664979c4382fb11e Author: Petr Mladek pmla...@suse.cz Date: Tue Mar 19 11:29:50 2013 +0100 Branch libreoffice-3-6-6 This is 'libreoffice-3-6-6' - the stable branch for the 3.6.6

[Libreoffice-commits] help.git: Changes to 'libreoffice-3-6-6'

2013-03-19 Thread Petr Mladek
New branch 'libreoffice-3-6-6' available with the following commits: commit 4342101a77d8c9191f08d617f2c4f54cd0ef903e Author: Petr Mladek pmla...@suse.cz Date: Tue Mar 19 11:29:50 2013 +0100 Branch libreoffice-3-6-6 This is 'libreoffice-3-6-6' - the stable branch for the 3.6.6

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

2013-03-19 Thread Julien Nabet
editeng/source/rtf/rtfitem.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8f2cf65ec9a450441b92ed1f638eda26231a9be7 Author: Julien Nabet serval2...@yahoo.fr Date: Sun Mar 17 18:13:17 2013 +0100 coverity#735374 Copy-paste error Change-Id:

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

2013-03-19 Thread Petr Mladek
instsetoo_native/util/openoffice.lst | 40 +-- solenv/inc/minor.mk |2 - 2 files changed, 21 insertions(+), 21 deletions(-) New commits: commit dd8a3795643e13633acb5309096b52f549bd7678 Author: Petr Mladek pmla...@suse.cz Date: Tue Mar 19

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

2013-03-19 Thread Julien Nabet
ucb/source/cacher/cachedcontentresultset.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5c908d0431ee975c1ee7aa245af83b9eb7f95da6 Author: Julien Nabet serval2...@yahoo.fr Date: Sun Mar 17 18:46:56 2013 +0100 coverity#982271 Copy-paste error

[PUSHED] coverity#735374 Copy-paste error

2013-03-19 Thread Noel Power (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/2798 Approvals: Noel Power: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2798 To unsubscribe, visit

[PUSHED] coverity#982271 Copy-paste error

2013-03-19 Thread Noel Power (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/2802 Approvals: Noel Power: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2802 To unsubscribe, visit

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

2013-03-19 Thread Michael Meeks
Hi Riccardo, On Tue, 2013-03-19 at 10:06 +0100, Riccardo Magliocchetti wrote: soffice.bin is the one i see in netstat so it looked the right one to me, but handling this from soffice would be lot more easier. Right - that is doing all the work. Of course after the 'soffice' wrapper

[PATCH] removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings ...

2013-03-19 Thread Thomas Arnhold (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2835 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/35/2835/1 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations

[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-3.6.6.1'

2013-03-19 Thread Petr Mladek
Tag 'libreoffice-3.6.6.1' created by Petr Mladek pmla...@suse.cz at 2013-03-19 11:41 -0700 Tag libreoffice-3.6.6.1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJRSEC/AAoJEPQ0oe+v7q6jUvAP/3LeBqsc5H3/9vp4TG1eNK75

[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.6.6.1'

2013-03-19 Thread Libreoffice Gerrit user
Tag 'libreoffice-3.6.6.1' created by Petr Mladek pmla...@suse.cz at 2013-03-19 11:41 -0700 Tag libreoffice-3.6.6.1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJRSEC/AAoJEPQ0oe+v7q6j5zUP/jYLBju25L4KJF+cypLlbgC2

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-3.6.6.1'

2013-03-19 Thread Petr Mladek
Tag 'libreoffice-3.6.6.1' created by Petr Mladek pmla...@suse.cz at 2013-03-19 11:41 -0700 Tag libreoffice-3.6.6.1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJRSEDAAAoJEPQ0oe+v7q6jITsP/3/9EZnzU/Ca3mBHcj3oZcmh

[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-3.6.6.1'

2013-03-19 Thread Petr Mladek
Tag 'libreoffice-3.6.6.1' created by Petr Mladek pmla...@suse.cz at 2013-03-19 11:41 -0700 Tag libreoffice-3.6.6.1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJRSEDAAAoJEPQ0oe+v7q6jXmcP/RDOD7tZmPEPYe55dLmlkxiq

[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-3.6.6.1'

2013-03-19 Thread Petr Mladek
Tag 'libreoffice-3.6.6.1' created by Petr Mladek pmla...@suse.cz at 2013-03-19 11:41 -0700 Tag libreoffice-3.6.6.1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJRSEDAAAoJEPQ0oe+v7q6jfP4P+wbM63OGVbOO8Xco5hk9aWwF

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

2013-03-19 Thread Stephan Bergmann
On 03/19/2013 10:06 AM, Riccardo Magliocchetti wrote: Il 18/03/2013 22:18, Stephan Bergmann ha scritto: On 03/16/2013 07:55 PM, Riccardo Magliocchetti wrote: 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

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 60593, which changed state. Bug 60593 Summary: [Template manager] Creating new template directory is unnecessarily hard https://bugs.freedesktop.org/show_bug.cgi?id=60593 What|Removed

[PUSHED] removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings ...

2013-03-19 Thread Thomas Arnhold (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/2835 Approvals: Thomas Arnhold: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2835 To unsubscribe,

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

2013-03-19 Thread Stephan Bergmann
On 03/19/2013 11:35 AM, Michael Meeks wrote: I think we can speculate as to the benefits of launching pagein/oosplash in the headless case; it would be reasonably reasonable to tweak: Note that oosplash also restarts soffice.bin in the scenario of first call to soffice for a given

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 92/68b63d40271adc1ebd719b694124e7a1c46988

2013-03-19 Thread Michael Meeks
92/68b63d40271adc1ebd719b694124e7a1c46988 |1 + 1 file changed, 1 insertion(+) New commits: commit da7a736d975f1392fabc81e8a190d9bccd2cb7f7 Author: Michael Meeks michael.me...@suse.com Date: Tue Mar 19 10:52:29 2013 + Notes added by 'git notes add' diff --git

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

2013-03-19 Thread Riccardo Magliocchetti
Hi Michael, Il 19/03/2013 11:35, Michael Meeks ha scritto: Hi Riccardo, On Tue, 2013-03-19 at 10:06 +0100, Riccardo Magliocchetti wrote: soffice.bin is the one i see in netstat so it looked the right one to me, but handling this from soffice would be lot more easier. Right - that is

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 9d/483a7b084404ed9df6525f09a3bb600a5859f8

2013-03-19 Thread Michael Meeks
9d/483a7b084404ed9df6525f09a3bb600a5859f8 |1 + 1 file changed, 1 insertion(+) New commits: commit 2e31c02693e3de343fad15e7359e7687aa306523 Author: Michael Meeks michael.me...@suse.com Date: Tue Mar 19 10:53:40 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] dev-tools.git: scripts/annotate.pl

2013-03-19 Thread Michael Meeks
scripts/annotate.pl | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) New commits: commit 0dfe7ff61bdeceb8a266139d8908a62a57b96079 Author: Michael Meeks michael.me...@suse.com Date: Tue Mar 19 11:02:56 2013 + another contiguity metric. diff --git

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

2013-03-19 Thread Julien Nabet
filter/source/msfilter/svdfppt.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9988dfd934754a917086bc9423b6c5b16faea40a Author: Julien Nabet serval2...@yahoo.fr Date: Sun Mar 17 18:19:01 2013 +0100 coverity#735375 Copy-paste error Change-Id:

[PUSHED] coverity#735375 Copy-paste error

2013-03-19 Thread Noel Power (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/2799 Approvals: Noel Power: Verified; Looks good to me, approved Joren De Cuyper: Looks good to me, but someone else must approve -- To

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 60/6d879864a9450bc362f26ee007fd610b1cf135

2013-03-19 Thread Eike Rathke
60/6d879864a9450bc362f26ee007fd610b1cf135 |1 + 1 file changed, 1 insertion(+) New commits: commit f3edf2074dfc37146952a05f0ad8c82804acbb37 Author: Eike Rathke er...@redhat.com Date: Tue Mar 19 12:29:21 2013 +0100 Notes added by 'git notes add' diff --git

[PATCH] Remove RTL_CONSTASCII_(U)STRINGPARAM in sw (2)

2013-03-19 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2837 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/37/2837/1 Remove RTL_CONSTASCII_(U)STRINGPARAM in sw (2) Change-Id: I5f84d997855321145179a9d6198a0d093dc62a95 --- M

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/qa sc/source

2013-03-19 Thread Michael Meeks
sc/qa/unit/ucalc.cxx | 25 - sc/source/core/data/cell2.cxx |7 +++ sc/source/core/tool/token.cxx | 11 --- 3 files changed, 23 insertions(+), 20 deletions(-) New commits: commit 03fccc665131ba60bd6f757043e9da62417a50b7 Author: Michael Meeks

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

2013-03-19 Thread Radek Doulik
cppcanvas/source/inc/implrenderer.hxx| 12 ++ cppcanvas/source/inc/outdevstate.hxx | 126 +++ cppcanvas/source/mtfrenderer/emfplus.cxx | 49 ++ cppcanvas/source/mtfrenderer/outdevstate.hxx | 126 --- 4 files

[PATCH] odk: do not pack unused component.map file

2013-03-19 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2838 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/38/2838/1 odk: do not pack unused component.map file Change-Id: I768acf83234eec46c0271dad2e5bef3bd3cba3cf --- M

[Libreoffice-commits] core.git: 3 commits - offapi/com offapi/type_reference sw/source xmloff/source

2013-03-19 Thread Michael Stahl
offapi/com/sun/star/text/textfield/SetExpression.idl | 43 --- offapi/type_reference/types.rdb |binary sw/source/core/unocore/unomap.cxx|1 xmloff/source/text/txtfldi.cxx |1 4 files changed, 28

[ANNOUNCE] Branch libreoffice-3-6-6 created

2013-03-19 Thread Petr Mladek
Hi all, there have been created the libreoffice-3-6-6 branch. It will be used for fine tuning of the 4.6.6 release. The following rules apply: + preferably just translation or blocker fixes + only cherry-picking from libreoffice-4-0 branch + 2 additional reviews needed;

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

2013-03-19 Thread Chr . Rossmanith
sw/source/core/crsr/bookmrk.cxx | 40 +++ sw/source/core/crsr/crossrefbookmark.cxx |4 +-- sw/source/core/layout/dbg_lay.cxx| 12 - 3 files changed, 28 insertions(+), 28 deletions(-) New commits: commit

[ANNOUNCE] libreoffice-3.6.6.1 tag created

2013-03-19 Thread Petr Mladek
Hi, there have been created the libreoffice-3.6.6.1 tag, aka rc1. The corresponding official builds will be available within next few days. See the attached list of changes against 3.6.5.2. Now, you might switch your current 3-6 source tree to it using: ./g fetch --tags ./g checkout -b

[PUSHED] Remove RTL_CONSTASCII_(U)STRINGPARAM in sw (2)

2013-03-19 Thread Noel Power (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/2837 Approvals: Noel Power: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2837 To unsubscribe, visit

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

2013-03-19 Thread Miklos Vajna
sw/source/core/layout/trvlfrm.cxx | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) New commits: commit a996678ed30804e16103e1cfdc439c8546e5d3b0 Author: Miklos Vajna vmik...@suse.cz Date: Tue Mar 19 13:41:19 2013 +0100 bnc#802888 SwPageFrm: let macro fields have

[PUSHED] converted cui/source/options/optsave.src to .ui

2013-03-19 Thread Andras Timar (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/2816 Approvals: Andras Timar: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2816 To unsubscribe,

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

2013-03-19 Thread Radek Doulik
cppcanvas/source/inc/implrenderer.hxx| 12 ++ cppcanvas/source/inc/outdevstate.hxx | 126 +++ cppcanvas/source/mtfrenderer/emfplus.cxx | 49 ++ cppcanvas/source/mtfrenderer/outdevstate.hxx | 126 --- 4 files

[Libreoffice-commits] core.git: bridges/Library_cpp_uno.mk

2013-03-19 Thread Tor Lillqvist
bridges/Library_cpp_uno.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 90a2d46ecb5a3a6ceccc280d2238437bef52c570 Author: Tor Lillqvist t...@iki.fi Date: Tue Mar 19 14:57:08 2013 +0200 Add the call.s source for the MinGW case Another blind fix attempt.

Re: icerun busts unit tests ?

2013-03-19 Thread Lubos Lunak
On Monday 18 of March 2013, Michael Meeks wrote: - icerun $O/bin/cppunit/cppunittester $W/LinkTarget/CppunitTest/libtest_sc_ucalc.so ... || echo failed + $O/bin/cppunit/cppunittester $W/LinkTarget/CppunitTest/libtest_sc_ucalc.so ... || echo failed The 2nd produces a 'failed'

[Libreoffice-commits] core.git: cui/uiconfig icon-themes/galaxy icon-themes/hicontrast icon-themes/human icon-themes/oxygen xmlsecurity/uiconfig

2013-03-19 Thread Andras Timar
cui/uiconfig/ui/optsavepage.ui |2 +- dev/null |binary xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui |4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 5f92d07b80c4a73ebbf9e3e9ddfdf771a676c4ba

[PATCH libreoffice-4-0-2] implemented EmfPlusRecordTypeSave and EmfPlusRecordTypeResto...

2013-03-19 Thread Fridrich Strba (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2839 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/39/2839/1 implemented EmfPlusRecordTypeSave and EmfPlusRecordTypeRestore records Signed-off-by: Fridrich Štrba

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

2013-03-19 Thread Caolán McNamara
basic/qa/cppunit/test_vba.cxx |7 --- basic/qa/vba_tests/ole_dfltObjDflMethod.vb | 24 basic/source/classes/sbunoobj.cxx |4 basic/source/runtime/step2.cxx | 26 +- 4 files changed, 57

[Libreoffice-commits] core.git: odk/CustomTarget_settings.mk odk/examples solenv/bin solenv/src

2013-03-19 Thread Matúš Kukan
odk/CustomTarget_settings.mk | 13 -- odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/Makefile |9 - odk/examples/DevelopersGuide/Components/CppComponent/Makefile |

[Libreoffice-commits] core.git: basctl/source basic/qa canvas/source dbaccess/source desktop/source desktop/unx extensions/source filter/source i18npool/source idlc/source io/source io/test odk/exampl

2013-03-19 Thread Thomas Arnhold
basctl/source/basicide/baside2b.cxx |6 +-- basctl/source/basicide/moduldl2.cxx |2 - basic/qa/cppunit/test_vba.cxx |2 - canvas/source/cairo/cairo_devicehelper.cxx

[PUSHED] odk: do not pack unused component.map file

2013-03-19 Thread Stephan Bergmann (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/2838 -- To view, visit https://gerrit.libreoffice.org/2838 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc sc/source

2013-03-19 Thread Michael Meeks
sc/inc/column.hxx | 13 +++ sc/source/core/data/cell2.cxx | 34 +-- sc/source/core/data/column.cxx |1 sc/source/core/data/column3.cxx | 71 4 files changed, 94 insertions(+), 25 deletions(-) New commits:

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

2013-03-19 Thread Miklos Vajna
sw/inc/fldbas.hxx |2 ++ sw/source/core/fields/fldbas.cxx | 15 +++ sw/source/core/layout/trvlfrm.cxx |4 ++-- sw/source/ui/wrtsh/wrtsh2.cxx |2 ++ 4 files changed, 21 insertions(+), 2 deletions(-) New commits: commit

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

2013-03-19 Thread Gergő Mocsi
vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx |3 +++ vcl/unx/gtk/fpicker/SalGtkPicker.cxx |3 +++ 2 files changed, 6 insertions(+) New commits: commit e8504d9737ba0306ab8bcde9fcd8f50fdf30d33f Author: Gergő Mocsi gmocs...@gmail.com Date: Mon Feb 25 15:46:08 2013 +0100 handle

[PUSHED] handle the empty URL case in file picker

2013-03-19 Thread Andras Timar (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/2390 Approvals: Andras Timar: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2390 To unsubscribe,

[ABANDONED] fdo#46808, Adapt UNO services to the new style, Part 1

2013-03-19 Thread Andras Timar (via Code Review)
Andras Timar has abandoned this change. Change subject: fdo#46808, Adapt UNO services to the new style, Part 1 .. Patch Set 1: Abandoned -- To view, visit https://gerrit.libreoffice.org/2145 To unsubscribe, visit

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

2013-03-19 Thread Kohei Yoshida
sc/source/core/tool/token.cxx | 31 +-- 1 file changed, 17 insertions(+), 14 deletions(-) New commits: commit 11c4471b68c1830134daf81f8aea0cc9b3dd9b59 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Tue Mar 19 09:40:43 2013 -0400 Tweak hash generation

[Libreoffice-commits] core.git: 3 commits - unotools/source

2013-03-19 Thread Stephan Bergmann
unotools/source/config/lingucfg.cxx | 39 +++- 1 file changed, 12 insertions(+), 27 deletions(-) New commits: commit a2d33e2d4cda5e2c4217403bfe94ec0b89d47202 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Mar 19 14:44:01 2013 +0100

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

2013-03-19 Thread Petr Mladek
solenv/gbuild/Deliver.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 93024b55d2e7d7a4bfa71e7a21b309c2e5aac31f Author: Petr Mladek pmla...@suse.cz Date: Tue Mar 19 14:38:58 2013 +0100 fix race condition when using hardlinks to deliver into solver

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - solenv/gbuild

2013-03-19 Thread Petr Mladek
solenv/gbuild/Deliver.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e260bd6d6e341b24dc5094b3657047e5fdb406c6 Author: Petr Mladek pmla...@suse.cz Date: Tue Mar 19 14:38:58 2013 +0100 fix race condition when using hardlinks to deliver into solver

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

2013-03-19 Thread Stephan Bergmann
vcl/generic/app/gensys.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7cd539319943f43b6f66b72ad85ecc0012d3e007 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Mar 19 14:59:27 2013 +0100 Fix broken automatic search/replace results

[PATCH libreoffice-4-0] fix race condition when using hardlinks to deliver into solv...

2013-03-19 Thread Petr Mladek (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2840 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/40/2840/1 fix race condition when using hardlinks to deliver into solver We need to use touch --no-dereference on the

[PUSHED libreoffice-4-0] fix race condition when using hardlinks to deliver into solv...

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

connectivity/source/drivers/postgresql/pq_xkeys.cxx: compareToAscii - operator== sound?

2013-03-19 Thread Stephan Bergmann
commit c69436f7b76237f2b99a29737dc897fb0a86bfd7 Author: Marcos Paulo de Souza marcos.souza@gmail.com Date: Sat Jan 19 10:08:21 2013 -0200 fdo#57950: Remove some chained appends in connectivity and.. ... remove some RTL* macros. Change-Id:

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

2013-03-19 Thread Radek Doulik
cppcanvas/source/inc/implrenderer.hxx| 12 ++ cppcanvas/source/inc/outdevstate.hxx | 126 +++ cppcanvas/source/mtfrenderer/emfplus.cxx | 49 ++ cppcanvas/source/mtfrenderer/outdevstate.hxx | 126 --- 4 files

[PUSHED libreoffice-4-0-2] implemented EmfPlusRecordTypeSave and EmfPlusRecordTypeResto...

2013-03-19 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/2839 Approvals: Noel Power: Looks good to me, but someone else must approve Michael Meeks: Looks good to me, but someone else must approve

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

2013-03-19 Thread Stephan Bergmann
vcl/generic/app/gensys.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7b0d4848e6cd67b33cf86c06582225cd1c5fbb9d Author: Stephan Bergmann sberg...@redhat.com Date: Tue Mar 19 15:25:44 2013 +0100 Fix previous fix Change-Id:

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

2013-03-19 Thread Stephan Bergmann
toolkit/source/awt/vclxmenu.cxx | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit 7f3837b743201a758ef09dc2c148f76eea5008f6 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Mar 19 15:30:44 2013 +0100 Fix broken string cleanup

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 --- Comment #128 from V Stuart Foote vstuart.fo...@utsa.edu --- Michale Meeks added bug 60769, -- FILEOPEN, FILESAVE, Could not save document, error in writing sub document context.xml then corrupt file. But that looks to be same issue as bug

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

2013-03-19 Thread Miklos Vajna
sw/inc/fldbas.hxx |2 ++ sw/source/core/fields/fldbas.cxx | 15 +++ sw/source/core/layout/trvlfrm.cxx | 19 ++- sw/source/ui/wrtsh/wrtsh2.cxx |2 ++ 4 files changed, 37 insertions(+), 1 deletion(-) New commits: commit

[Libreoffice-commits] core.git: i18npool/source solenv/bin

2013-03-19 Thread Andras Timar
i18npool/source/isolang/langid.pl |6 - solenv/bin/modules/installer.pm | 33 solenv/bin/modules/installer/languages.pm | 99 solenv/bin/modules/installer/windows/feature.pm |3 4 files changed, 20 insertions(+),

Impress Sprint Dresden updates

2013-03-19 Thread Thorsten Behrens
Hi there, just a quick update on $subject - added some more bits and pieces to https://wiki.documentfoundation.org/Marketing/Events/ImpressSprint2013 , most importantly some rough time table at https://wiki.documentfoundation.org/Marketing/Events/ImpressSprint2013/Schedule and a list of

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

2013-03-19 Thread Petr Mladek
instsetoo_native/util/openoffice.lst | 40 +-- solenv/inc/minor.mk |4 +-- 2 files changed, 22 insertions(+), 22 deletions(-) New commits: commit 5a15b4a2f68124bb4cf462f354326f790b7b3643 Author: Petr Mladek pmla...@suse.cz Date: Tue Mar 19

Re: #ifdef vs #if for feature checks

2013-03-19 Thread Christian Lohmaier
Hi Tor, *, On Tue, Mar 19, 2013 at 6:51 AM, Tor Lillqvist t...@iki.fi wrote: otoh, #pragma once is supported by all the compiler we use isn't it ? Excellent! Let's do that, unless somebody comes up with a counter-argument in a week or so. This doesn't help when the same file is used from two

[PATCH libreoffice-4-0] Template manager: moved the controls into a proper TabPage t...

2013-03-19 Thread Bosdonnat Cedric (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2843 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/43/2843/1 Template manager: moved the controls into a proper TabPage to avoid problems Conflicts:

[PATCH libreoffice-4-0] Template Manager: fixed TabStops for the toolbars

2013-03-19 Thread Bosdonnat Cedric (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2845 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/45/2845/1 Template Manager: fixed TabStops for the toolbars Change-Id: Iab2dd8ef71fd84e9d147d90e9cad46d69a8fe650 (cherry

[PATCH libreoffice-4-0] Template Manager: fixed search edit field position

2013-03-19 Thread Bosdonnat Cedric (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2844 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/44/2844/1 Template Manager: fixed search edit field position Change-Id: Ic5ef64ba3ed4c98397b0c4911de491df4c79946a (cherry

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - aa/70a3d7c9df5d19b837a1b684fc44bf871e17d4

2013-03-19 Thread Eike Rathke
aa/70a3d7c9df5d19b837a1b684fc44bf871e17d4 |1 + 1 file changed, 1 insertion(+) New commits: commit c2b7dc858c33ae6c06e2a40d7c0c405d1cb25642 Author: Eike Rathke er...@redhat.com Date: Tue Mar 19 16:33:30 2013 +0100 Notes added by 'git notes add' diff --git

Re: #ifdef vs #if for feature checks

2013-03-19 Thread Michael Stahl
On 19/03/13 16:25, Christian Lohmaier wrote: Hi Tor, *, On Tue, Mar 19, 2013 at 6:51 AM, Tor Lillqvist t...@iki.fi wrote: otoh, #pragma once is supported by all the compiler we use isn't it ? Excellent! Let's do that, unless somebody comes up with a counter-argument in a week or so.

Re: #ifdef vs #if for feature checks

2013-03-19 Thread Norbert Thiebaud
On Tue, Mar 19, 2013 at 10:25 AM, Christian Lohmaier lohmaier+libreoff...@googlemail.com wrote: Hi Tor, *, On Tue, Mar 19, 2013 at 6:51 AM, Tor Lillqvist t...@iki.fi wrote: otoh, #pragma once is supported by all the compiler we use isn't it ? Excellent! Let's do that, unless somebody comes

[PATCH] use -isystem instead of -I for 3rd party headers

2013-03-19 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2846 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/46/2846/1 use -isystem instead of -I for 3rd party headers This should avoid gcc warnings in external code we don't care

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

2013-03-19 Thread Julien Nabet
basic/source/runtime/methods.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 14d452d0c2874f47f0b6ac1cd1c725195d5d69a9 Author: Julien Nabet serval2...@yahoo.fr Date: Tue Mar 19 15:43:07 2013 + fix for fdo#62090 Mid function regression

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 0b/a847a0875a454c0c581cbd1a062b94775b2115

2013-03-19 Thread Eike Rathke
0b/a847a0875a454c0c581cbd1a062b94775b2115 |1 + 1 file changed, 1 insertion(+) New commits: commit 49b8b8130391e214650a1f9c0d1346b6e92d Author: Eike Rathke er...@redhat.com Date: Tue Mar 19 16:46:25 2013 +0100 Notes added by 'git notes add' diff --git

questn wrt importing configurations2 from templateproject in global configuration

2013-03-19 Thread Cor Nouws
Hi, I've started working with an old Ms templateproject in an .dot Rewrote some of the VBA. Saved that as .odt. There is a toolbar with popup menu's. And the menu's do work and launch the script in the .odt file. (IIRC, creating a popup with the Addon.xcu in an extension is not possible.) As

Attempting to Build PUNO 0.9.0 against LibreOffice 3.4.x SDK

2013-03-19 Thread Adam Tauno Williams
Attempting to build PUNO 0.9.0 (PHP connector for UNO) with the LibreOffice 3.4.x SDK, over from the OpenOffice 3.2 SDK. Theoretically it supports the 3.4.x SDK. I know I have had linker drama in the past with building this... but I can't find my @^$*@@( notes. Drats! Anwyay, tips, hinds,

return value of GetTextBreak()

2013-03-19 Thread Christina Roßmanith
Hi, GetTextBreak() returns STRING_LENGTH if text breaking isn't necessary (if I get it right). indexOf() returns -1 if searching failed. Would that be a choice for GetTextBreak() as well? What would be a useful return value? sal_Int16, sal_Int32? In GenericSalLayout int is chosen as return

  1   2   3   4   5   >