Re: liborcus sources website

2012-12-11 Thread Markus Mohrhard
Hey, 2012/12/11 John Smith lbalba...@gmail.com: Hi, I see a LibreOffice build has a pre-req for 'liborcus-0.4'. However, my Fedora system has no packages for that. Does anyone know what the website of that is, so I can download and install the sources ? I tried a quick google, but couldnt

Re: LO fdo#38244 57938

2012-12-11 Thread Udo Schuermann
On 12/11/2012 03:21 AM, Miklos Vajna wrote: Hi Udo, On Mon, Dec 10, 2012 at 06:43:47PM -0500, Udo Schuermann udo.schuerm...@gmail.com wrote: You did the work for LibreOffice fdo#38244 (comments on text ranges) back in July, and I reported an issue that relates to it (57938). I dug through the

Re: liborcus sources website

2012-12-11 Thread John Smith
Hi, On Tue, Dec 11, 2012 at 2:13 PM, Stephan van den Akker stephanv...@gmail.com wrote: Hi John, If I recall correctly, during make the liborcus source will be pulled in from a Libre Office server. Just make sure you have an internet connection. Thanks. 'make' does download a version of it,

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

2012-12-11 Thread Libreoffice Gerrit user
vcl/inc/vcl/builder.hxx | 16 ++-- vcl/inc/vcl/lstbox.hxx|2 ++ vcl/source/control/lstbox.cxx |9 + vcl/source/window/builder.cxx | 26 +- 4 files changed, 46 insertions(+), 7 deletions(-) New commits: commit

Re: liborcus sources website

2012-12-11 Thread Rene Engelhard
hi, On Tue, Dec 11, 2012 at 02:53:31PM +0100, John Smith wrote: On Tue, Dec 11, 2012 at 2:13 PM, Stephan van den Akker stephanv...@gmail.com wrote: Hi John, If I recall correctly, during make the liborcus source will be pulled in from a Libre Office server. Just make sure you have an

[PATCH] fix variable naming

2012-12-11 Thread Jack Leigh (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1298 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/98/1298/1 fix variable naming Changed to pointers by fdb7fe63db5ba17036a71fe4f7f25f834bef8f95 but names not updated

Re: liborcus sources website

2012-12-11 Thread John Smith
Hi, On Tue, Dec 11, 2012 at 3:04 PM, Rene Engelhard r...@debian.org wrote: And the above downloaded piece won't helpyou at all if you use --with-system-orcus (which you obviously do otherwise it wouldn't check for it) as in that case you obviously need a orcus (and a liborcus-0.4.pc)

[Libreoffice-commits] .: sc/source

2012-12-11 Thread Libreoffice Gerrit user
sc/source/core/tool/cellkeywords.inl |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 8532cbd3e685d7a1e4e26bf7c2b7bf0b1c38c5be Author: Luboš Luňák l.lu...@suse.cz Date: Tue Dec 11 15:09:41 2012 +0100 simply use string literals Change-Id:

[Libreoffice-commits] .: autogen.sh configure.ac g .gitignore Makefile Makefile.fetch Makefile.in Makefile.top scp2/CustomTarget_langmacros.mk solenv/bin solenv/gbuild

2012-12-11 Thread Libreoffice Gerrit user
.gitignore |3 -- Makefile| 39 Makefile.fetch |2 - Makefile.in | 42 ++ Makefile.top

[PUSHED] Prepare for read-only source build

2012-12-11 Thread Norbert Thiebaud (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/1273 Approvals: Norbert Thiebaud: Verified; Looks good to me, approved Luboš Luňák: Looks good to me, but someone else must approve -- To

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Roman Eisele b...@eikota.de changed: What|Removed |Added Depends on|33302 | -- You are receiving

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Roman Eisele b...@eikota.de changed: What|Removed |Added Depends on||33302 -- You are

[Libreoffice-commits] .: 2 commits - compilerplugins/Makefile-clang.mk configure.ac g Makefile.fetch Makefile.in Makefile.top scp2/CustomTarget_langmacros.mk solenv/gbuild

2012-12-11 Thread Libreoffice Gerrit user
Makefile.fetch |2 +- Makefile.in | 12 ++-- Makefile.top| 10 +- compilerplugins/Makefile-clang.mk |4 ++-- configure.ac| 12 ++-- g

[Libreoffice-commits] .: src/lib

2012-12-11 Thread Libreoffice Gerrit user
src/lib/VSD5Parser.cpp | 16 src/lib/VSD5Parser.h |1 + src/lib/VSD6Parser.cpp |7 +++ src/lib/VSD6Parser.h |4 ++-- src/lib/VSDParser.cpp |6 +++--- 5 files changed, 25 insertions(+), 9 deletions(-) New commits: commit

Re: Addin exceptions in SvStream

2012-12-11 Thread Stephan Bergmann
On 12/11/2012 11:11 AM, Michael Meeks wrote: On Tue, 2012-12-11 at 09:39 +0100, Stephan Bergmann wrote: On 12/10/2012 10:41 PM, Michael Meeks wrote: On Mon, 2012-12-10 at 10:27 -0500, Marc-André Laverdière wrote: I am doing some proactive hardening of the image filters these days, and I have

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2012-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Depends on||58142

[PATCH] Introduce SAL_DELETE

2012-12-11 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1299 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/99/1299/1 Introduce SAL_DELETE Change-Id: I7ac7392646ea34fb2e6a9f15990aca05a2c1e484 --- M sal/inc/rtl/ustrbuf.hxx M

Re: Addin exceptions in SvStream

2012-12-11 Thread Michael Stahl
On 11/12/12 15:57, Stephan Bergmann wrote: Exceptions are certainly no silver bullet (semantically they are ~equivalent to encoding exception information in function return values and explicitly handling those return values accordingly, so the endemic bloat claim meets skepticism) well in

Re: liborcus sources website

2012-12-11 Thread Mark Stanton
I see a LibreOffice build has a pre-req for 'liborcus-0.4'. However, my Fedora system has no packages for that. Does anyone know what the website of that is, so I can download and install the sources ? I tried a quick google, but couldnt find it. Orca, screen reader (?). Mark Stanton One

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - boost/boost.7774.warnings.patch.1 boost/UnpackedTarball_boost.mk

2012-12-11 Thread Libreoffice Gerrit user
boost/UnpackedTarball_boost.mk|2 ++ boost/boost.7774.warnings.patch.1 | 34 ++ 2 files changed, 36 insertions(+) New commits: commit 4b96890c181a05d354cf09a315b70fc8f634f6c4 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Fri Dec 7

[Libreoffice-commits] .: sal/inc sfx2/inc

2012-12-11 Thread Libreoffice Gerrit user
sal/inc/rtl/ustrbuf.hxx |5 ++--- sal/inc/sal/types.h | 18 ++ sfx2/inc/sfx2/docfile.hxx |2 +- 3 files changed, 21 insertions(+), 4 deletions(-) New commits: commit 20b720ba3790d657ea3112fde0678c262908a1b6 Author: Stephan Bergmann sberg...@redhat.com Date:

[PUSHED] Introduce SAL_DELETE

2012-12-11 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/1299 -- To view, visit https://gerrit.libreoffice.org/1299 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

Re: [PATCH] Introduce SAL_DELETE

2012-12-11 Thread Noel Grandin
Maybe give it a more explicit name? Without looking, it's not clear at all what the macro does. Perhaps SAL_DELETE_MEMBER or SAL_CPP11_DELETE ?? On 2012-12-11 17:00, Stephan Bergmann (via Code Review) wrote: Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1299

[Libreoffice-commits] .: Branch 'feature/improvexlsximport' - sc/source

2012-12-11 Thread Libreoffice Gerrit user
sc/source/core/tool/formulaopt.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0b5f71e931ab0dfa7da66c508d699769eb955b8e Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Tue Dec 11 10:33:01 2012 -0500 Change the default formula syntax to Excel A1 (for

[Libreoffice-commits] .: g

2012-12-11 Thread Libreoffice Gerrit user
g |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit d449869617a3e07aef483437158ca7f634ee7263 Author: Luboš Luňák l.lu...@suse.cz Date: Tue Dec 11 16:39:02 2012 +0100 ./g cannot reference builddir Because either it's called from there, and then

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 42092, which changed state. Bug 42092 Summary: SVG vector graphics exported as bitmaps to PDF https://bugs.freedesktop.org/show_bug.cgi?id=42092 What|Removed |Added

[PUSHED] performance tuning of helpex

2012-12-11 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/1262 Approvals: Andras Timar: Verified; Looks good to me, approved Norbert Thiebaud: Verified -- To view, visit

Re: [PATCH] Introduce SAL_DELETE

2012-12-11 Thread Michael Meeks
On Tue, 2012-12-11 at 17:16 +0200, Noel Grandin wrote: Maybe give it a more explicit name? Without looking, it's not clear at all what the macro does. Just reading the name I thought: nice, this is a consolidated macro to kill all the 'DELETEZ' variants around the place ;-) So

[Libreoffice-commits] .: sal/inc sfx2/inc

2012-12-11 Thread Libreoffice Gerrit user
sal/inc/rtl/ustrbuf.hxx |2 +- sal/inc/sal/types.h |4 ++-- sfx2/inc/sfx2/docfile.hxx |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) New commits: commit f00b77c856067b77a6dc5c2d90cc1205d87de03a Author: Luboš Luňák l.lu...@suse.cz Date: Tue Dec 11 17:03:02 2012

Re: [PATCH] Introduce SAL_DELETE

2012-12-11 Thread Lubos Lunak
On Tuesday 11 of December 2012, Noel Grandin wrote: Maybe give it a more explicit name? Without looking, it's not clear at all what the macro does. Perhaps SAL_DELETE_MEMBER or SAL_CPP11_DELETE ?? Good point. Pushed SAL_DELETED_FUNCTION. -- Lubos Lunak l.lu...@suse.cz

Drawbacks of using declarations/namespace aliases (was: [Libreoffice-commits] rtl:: prefix removal from configmgr)

2012-12-11 Thread Stephan Bergmann
commit 3e64874e7cd234ff563ac11450cfb2b6e2db4bf6 Author: Radu Ioan ioan.rad...@gmail.com Date: Mon Dec 10 23:06:10 2012 +0200 rtl:: prefix removal from configmgr - removed rtl:: prefix - removed RTL_CONSTASCII_USTRINGPARAM - corrected some misspells Change-Id:

[Libreoffice-commits] .: Branch 'distro/suse/suse-3.6' - 2 commits - instsetoo_native/util setup_native/source solenv/bin solenv/inc

2012-12-11 Thread Libreoffice Gerrit user
instsetoo_native/util/openoffice.lst | 10 +- setup_native/source/packinfo/finals_instsetoo.txt |1 + solenv/bin/modules/installer/globals.pm |2 +- solenv/bin/modules/installer/windows/admin.pm |2 +- solenv/inc/minor.mk

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

2012-12-11 Thread Libreoffice Gerrit user
sw/source/filter/ww8/docxattributeoutput.cxx |8 writerfilter/source/ooxml/OOXMLFastContextHandler.cxx |4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) New commits: commit b44bf22ae9c1602d8ff38d90068f6e553dfdc7c5 Author: Lennard wassert...@nefkom.net Date:

license statement

2012-12-11 Thread Arne de Bruijn
*All* of *my* *past* and *future* *contributions* to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Arne de Bruijn m...@arnedebruijn.nl libreoff...@arbruijn.dds.nl ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] .: 2 commits - sfx2/AllLangResTarget_sfx2.mk sfx2/inc sfx2/source sfx2/uiconfig sfx2/UI_sfx.mk

2012-12-11 Thread Libreoffice Gerrit user
sfx2/AllLangResTarget_sfx2.mk|1 sfx2/UI_sfx.mk |1 sfx2/inc/docvor.hxx |6 sfx2/inc/orgmgr.hxx |8 sfx2/source/doc/doc.hrc |2 sfx2/source/doc/docvor.cxx

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

2012-12-11 Thread Libreoffice Gerrit user
svx/inc/svx/compressgraphicdialog.hxx | 30 +++--- svx/source/dialog/compressgraphicdialog.cxx | 126 ++-- 2 files changed, 78 insertions(+), 78 deletions(-) New commits: commit 1b6598c9e71cdabbdf73a15c5033c0f33d071be5 Author: Jack Leigh leigh...@gmx.se Date:

[PUSHED] fix variable naming

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

[Libreoffice-commits] .: Branch 'distro/suse/suse-3.6' - 3 commits - oox/inc oox/Library_oox.mk oox/source

2012-12-11 Thread Libreoffice Gerrit user
oox/Library_oox.mk|2 oox/inc/oox/drawingml/drawingmltypes.hxx |3 + oox/inc/oox/drawingml/effectproperties.hxx| 53 +++ oox/inc/oox/drawingml/effectpropertiescontext.hxx | 41 +++

[Libreoffice-commits] .: odk/examples

2012-12-11 Thread Libreoffice Gerrit user
odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.cxx | 10 -- odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx | 12 +-

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - odk/examples

2012-12-11 Thread Libreoffice Gerrit user
odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.cxx | 10 -- odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/addon.hxx | 12 +-

[Libreoffice-commits] .: Branch 'feature/improvexlsximport' - 2 commits - oox/inc oox/Library_oox.mk oox/source

2012-12-11 Thread Libreoffice Gerrit user
oox/Library_oox.mk|2 oox/inc/oox/drawingml/drawingmltypes.hxx |3 + oox/inc/oox/drawingml/effectproperties.hxx| 53 +++ oox/inc/oox/drawingml/effectpropertiescontext.hxx | 41 +++

[Libreoffice-commits] .: sc/source

2012-12-11 Thread Libreoffice Gerrit user
sc/source/core/tool/address.cxx | 17 ++ sc/source/ui/view/gridwin.cxx | 47 +++- 2 files changed, 63 insertions(+), 1 deletion(-) New commits: commit b30b0010c00c0cbfe4bd7e035255a6328ff68dee Author: Kohei Yoshida kohei.yosh...@gmail.com

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

2012-12-11 Thread Libreoffice Gerrit user
sc/source/core/tool/address.cxx | 17 ++ sc/source/ui/view/gridwin.cxx | 47 +++- 2 files changed, 63 insertions(+), 1 deletion(-) New commits: commit 3f69a82ceab665224dc39067f4d686e2be9c5eb5 Author: Kohei Yoshida kohei.yosh...@gmail.com

Re: minutes of ESC call ...

2012-12-11 Thread Stephan Bergmann
On 12/07/2012 11:18 AM, Michael Meeks wrote: * API cleanup - naming of new namespace (Kendy) + decision: drop ::com::sun::star:: for internal use on master ...but do note the problems that this introduces for forward declarations (and which I at least apparently keep forgetting

[Libreoffice-commits] .: embedserv/source

2012-12-11 Thread Libreoffice Gerrit user
embedserv/source/embed/ed_ipersiststr.cxx |7 +++ embedserv/source/inc/embservconst.h |6 -- 2 files changed, 7 insertions(+), 6 deletions(-) New commits: commit 6531960ad606f52ec84956c695b1fd40fda1bb35 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Dec 11

[Libreoffice-commits] .: Branch 'feature/improvexlsximport' - officecfg/registry

2012-12-11 Thread Libreoffice Gerrit user
officecfg/registry/schema/org/openoffice/Office/Common.xcs |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1c899d18cd974a569b905d5a5f979597353c8500 Author: Noel Power noel.po...@suse.com Date: Tue Dec 11 18:01:06 2012 + temporary increase of ole object

[Libreoffice-commits] .: 3 commits - filter/source pyuno/source sw/source

2012-12-11 Thread Libreoffice Gerrit user
filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl |2 - pyuno/source/module/pyuno_adapter.cxx | 16 +- sw/source/filter/html/css1atr.cxx | 12 ++-

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

2012-12-11 Thread Libreoffice Gerrit user
filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl |2 - pyuno/source/module/pyuno_adapter.cxx | 16 +- sw/source/filter/html/css1atr.cxx | 12 ++-

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

2012-12-11 Thread Libreoffice Gerrit user
Makefile.in |2 +- config_host.mk.in |1 + configure.ac |1 + 3 files changed, 3 insertions(+), 1 deletion(-) New commits: commit e1087161cfdded730db5710b2ed594eba5a53b1d Author: Norbert Thiebaud nthieb...@gmail.com Date: Tue Dec 11 13:23:13 2012 -0600 export

SDK examples (was: Using config_xxx.h instead of -DHAVE_XXX)

2012-12-11 Thread Stephan Bergmann
On 12/10/2012 02:25 PM, Stephan Bergmann wrote: Collateral damage in SDK was my fear, too, so I wanted to have a look at it, only to see that it is already significantly broken in LO 4.0 anyway. Will have a stab at fixing it... For the record, at least compiling all the SDK examples via

[Libreoffice-commits] .: embedserv/Library_inprocserv.mk embedserv/source jurt/Library_jpipe.mk

2012-12-11 Thread Libreoffice Gerrit user
embedserv/Library_inprocserv.mk |4 embedserv/source/inprocserv/dllentry.cxx |2 ++ embedserv/source/inprocserv/inprocembobj.cxx |2 ++ jurt/Library_jpipe.mk|4 4 files changed, 12 insertions(+) New commits: commit

[PATCH] fdo#32181 PRINTING: underlining in Justified aligned parag...

2012-12-11 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1300 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/00/1300/1 fdo#32181 PRINTING: underlining in Justified aligned paragraph bleed over margin Do not underline trailing

[Libreoffice-commits] .: 2 commits - sw/AllLangResTarget_sw.mk sw/inc sw/source

2012-12-11 Thread Libreoffice Gerrit user
sw/AllLangResTarget_sw.mk |1 sw/inc/globals.hrc|2 sw/inc/swabstdlg.hxx |3 sw/source/ui/app/app.src |4 sw/source/ui/dialog/swdlgfact.cxx | 18 -- sw/source/ui/dialog/swdlgfact.hxx |5 sw/source/ui/misc/titlepage.cxx |

undefined reference to `__gcov_init' when using FLAGS+='-fprofile-arcs -ftest-coverage'

2012-12-11 Thread John Smith
Hi, Im trying to build libreoffice for using gcov/loc, so Ive set: LDFLAGS+='-fprofile-arcs' CFLAGS+='-fprofile-arcs -ftest-coverage' CXXFLAGS+='-fprofile-arcs -ftest-coverage' \ CPPFLAGS+='-fprofile-arcs -ftest-coverage' But I still get this error message (in 'make setup_native') undefined

[Libreoffice-commits] .: formula/source sc/inc sc/qa sc/source

2012-12-11 Thread Libreoffice Gerrit user
formula/source/core/api/FormulaCompiler.cxx |5 - sc/inc/document.hxx | 19 --- sc/qa/unit/ucalc.cxx| 10 +- sc/source/core/data/cell.cxx|5 + sc/source/core/data/documen7.cxx|

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - formula/source sc/inc sc/qa sc/source

2012-12-11 Thread Libreoffice Gerrit user
formula/source/core/api/FormulaCompiler.cxx |5 - sc/inc/document.hxx | 19 --- sc/qa/unit/ucalc.cxx| 10 +- sc/source/core/data/cell.cxx|5 + sc/source/core/data/documen7.cxx|

Re: liborcus sources website

2012-12-11 Thread James Cloos
JS == John Smith lbalba...@gmail.com writes: JS I see a LibreOffice build has a pre-req for 'liborcus-0.4'. However, JS my Fedora system has no packages for that. Does anyone know what the JS website of that is, Gentoo has an ebuild; the homepage is listed as:

[Libreoffice-commits] .: vcl/source

2012-12-11 Thread Libreoffice Gerrit user
vcl/source/window/builder.cxx | 39 +++ 1 file changed, 39 insertions(+) New commits: commit 7c29452986dc1c25f56d79e68b88dad0ee2ecc45 Author: Caolán McNamara caol...@redhat.com Date: Tue Dec 11 21:07:25 2012 + warn if a .ui has buttons but none

[PATCH] calc: fix mathematical error in CritBinom

2012-12-11 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1301 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/01/1301/1 calc: fix mathematical error in CritBinom CRITBINOM(462,0.8,0.9), expected result 381, calculated value is 462.

[Libreoffice-commits] .: scripting/source

2012-12-11 Thread Libreoffice Gerrit user
scripting/source/pyprov/mailmerge.py | 114 +-- scripting/source/pyprov/msgbox.py|4 - 2 files changed, 59 insertions(+), 59 deletions(-) New commits: commit 2462391f4cc2ffad4fb218afe83ce0ed38f45207 Author: Michael Stahl mst...@redhat.com Date: Tue Dec

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - scripting/source

2012-12-11 Thread Libreoffice Gerrit user
scripting/source/pyprov/mailmerge.py | 114 +-- scripting/source/pyprov/msgbox.py|4 - 2 files changed, 59 insertions(+), 59 deletions(-) New commits: commit 63ff84b361afece024b8a1abc6bebaf0d241c628 Author: Michael Stahl mst...@redhat.com Date: Tue Dec

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

2012-12-11 Thread Libreoffice Gerrit user
l10ntools/inc/po.hxx |4 +--- l10ntools/source/merge.cxx | 15 --- l10ntools/source/po.cxx| 38 +- 3 files changed, 10 insertions(+), 47 deletions(-) New commits: commit dddca20c4871c7f7694510123f2366c3a179c06c Author: Zolnai

[Libreoffice-commits] .: uui/source

2012-12-11 Thread Libreoffice Gerrit user
uui/source/logindlg.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 70d0f2cc1607a112f76f4fca22bed3d61eef6122 Author: Tor Lillqvist t...@iki.fi Date: Wed Dec 12 00:29:30 2012 +0200 WaE: warn_unused_result Change-Id:

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - officecfg/Configuration_officecfg.mk officecfg/registry postprocess/packregistry scp2/InstallModule_python.mk scp2/source setup_native/source

2012-12-11 Thread Libreoffice Gerrit user
officecfg/Configuration_officecfg.mk |2 officecfg/registry/data/org/openoffice/Office/Addons.xcu |4 - officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu |2 postprocess/packregistry/makefile.mk

[Libreoffice-commits] .: officecfg/Configuration_officecfg.mk officecfg/registry postprocess/packregistry scp2/InstallModule_python.mk scp2/source setup_native/source

2012-12-11 Thread Libreoffice Gerrit user
officecfg/Configuration_officecfg.mk |2 officecfg/registry/data/org/openoffice/Office/Addons.xcu |4 - officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu |2 postprocess/packregistry/makefile.mk

Re: undefined reference to `__gcov_init' when using FLAGS+='-fprofile-arcs -ftest-coverage'

2012-12-11 Thread Caolán McNamara
On Tue, 2012-12-11 at 21:50 +0100, John Smith wrote: But I still get this error message (in 'make setup_native') undefined reference to `__gcov_init' Does anyone have an idea of what might be going on here ? Does - LDFLAGS+='-fprofile-arcs' CFLAGS+='-fprofile-arcs -ftest-coverage' +

fdo#57422 - presenter console RTL support needs completion

2012-12-11 Thread Faisal al-otaibi (via Code Review)
Faisal al-otaibi has abandoned this change. Change subject: fdo#57422 - presenter console RTL support needs completion .. Patch Set 2: Abandoned -- To view, visit https://gerrit.libreoffice.org/1285 To unsubscribe, visit

Modification in ui files

2012-12-11 Thread gokul s (via Code Review)
gokul s has abandoned this change. Change subject: Modification in ui files .. Patch Set 1: Abandoned -- To view, visit https://gerrit.libreoffice.org/1243 To unsubscribe, visit https://gerrit.libreoffice.org/settings

[PATCH] fdo#57422 - presenter console RTL support needs completion

2012-12-11 Thread Faisal al-otaibi (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1302 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/02/1302/1 fdo#57422 - presenter console RTL support needs completion This patch will fix the RTL layout on Help view

Re: Addin exceptions in SvStream

2012-12-11 Thread Norbert Thiebaud
On Mon, Dec 10, 2012 at 6:08 PM, Eike Rathke er...@redhat.com wrote: Hi Norbert, On Monday, 2012-12-10 17:38:34 -0600, Norbert Thiebaud wrote: Am I thinking of something else or the current syntax is: if( ! (*streammeh)) { /* error */ } ... iow the operator return a boolean that

Re: LO fdo#38244 57938

2012-12-11 Thread Miklos Vajna
Hi Udo, On Mon, Dec 10, 2012 at 06:43:47PM -0500, Udo Schuermann udo.schuerm...@gmail.com wrote: You did the work for LibreOffice fdo#38244 (comments on text ranges) back in July, and I reported an issue that relates to it (57938). I dug through the code myself, but I've no experience with

Re: Addin exceptions in SvStream

2012-12-11 Thread Stephan Bergmann
On 12/10/2012 10:41 PM, Michael Meeks wrote: On Mon, 2012-12-10 at 10:27 -0500, Marc-André Laverdière wrote: I am doing some proactive hardening of the image filters these days, and I have to say that there is a lot of code like this: *stream meh; Which is IMHO intrinsically broken;

Re: Custom Styles in Writer

2012-12-11 Thread Cedric Bosdonnat
Hello Rushi, On Tue, 2012-12-11 at 04:20 +0530, Rushi Shukla wrote: This might be a no-brainer but can you please tell me exactly which list or arrray stores the Custom Styles made by the user under the 'Styles and Formatting' section of Writer ? .hxx and .cxx files I am studying right

[Libreoffice-commits] .: editeng/source

2012-12-11 Thread Libreoffice Gerrit user
editeng/source/misc/svxacorr.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 0efcfcdf40661023d8b516d6461d164e4ab7 Author: Caolán McNamara caol...@redhat.com Date: Tue Dec 11 09:12:03 2012 + cppcheck: size() == 0 - empty() Change-Id:

[Libreoffice-commits] .: 3 commits - editeng/inc sw/inc

2012-12-11 Thread Libreoffice Gerrit user
editeng/inc/editeng/LatinLookupTree.hxx |2 -- sw/inc/SwXMLSectionList.hxx |2 -- sw/inc/shellio.hxx |1 - sw/inc/unotxdoc.hxx |2 +- 4 files changed, 1 insertion(+), 6 deletions(-) New commits: commit

Re: Documentation required

2012-12-11 Thread Michael Meeks
Hi Rushi, On Tue, 2012-12-11 at 06:24 +0530, Rushi Shukla wrote: If available may I please get a documentation of some .cxx and .hxx files listed in the mail ? There is no hidden source of documentation I'm afraid. It is necessary to read the code, and build up the jigsaw puzzle of

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - connectivity/inc connectivity/source

2012-12-11 Thread Libreoffice Gerrit user
connectivity/inc/connectivity/sqliterator.hxx | 14 +++--- connectivity/source/parse/sqliterator.cxx | 15 +-- 2 files changed, 16 insertions(+), 13 deletions(-) New commits: commit ca6c8c3badea5d71f2d7dd2ab1ef46559d860213 Author: Lionel Elie Mamane lio...@mamane.lu

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

2012-12-11 Thread Libreoffice Gerrit user
connectivity/inc/connectivity/sqliterator.hxx | 14 +++--- connectivity/source/parse/sqliterator.cxx | 15 +-- 2 files changed, 16 insertions(+), 13 deletions(-) New commits: commit c9a40d21fa4f657ae52d2765d284d12ccbe51c4f Author: Lionel Elie Mamane lio...@mamane.lu

Re: Addin exceptions in SvStream

2012-12-11 Thread Michael Meeks
On Tue, 2012-12-11 at 09:39 +0100, Stephan Bergmann wrote: On 12/10/2012 10:41 PM, Michael Meeks wrote: On Mon, 2012-12-10 at 10:27 -0500, Marc-André Laverdière wrote: I am doing some proactive hardening of the image filters these days, and I have to say that there is a lot of code like

[Libreoffice-commits] .: sw/source

2012-12-11 Thread Libreoffice Gerrit user
sw/source/filter/rtf/swparrtf.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 12ebc9c7a6e669155bd6f4dc8e40199b0e9e85df Author: Miklos Vajna vmik...@suse.cz Date: Tue Dec 11 11:11:28 2012 +0100 sw: splitted - split in SwRTFReader Change-Id:

win32 / SAL_DLLPREFIX ?

2012-12-11 Thread Michael Meeks
Hi there, I wanted to apply the appended to clean some more un-necessary horrors out of solar.h - it looked (to me) as if SAL_DLLPREFIX is not defined for windows - and there are a load of nasty conditionals around this across the place and lots of: #ifndef SAL_DLLPREFIX # define

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

2012-12-11 Thread Libreoffice Gerrit user
svtools/qa/cppunit/data/gif/fail/EDB-23279-1.gif |1 sw/source/core/txtnode/txtedt.cxx| 49 --- 2 files changed, 1 insertion(+), 49 deletions(-) New commits: commit f7cee036655926b428cbb7f0c930b7431121 Author: Caolán McNamara caol...@redhat.com

[Libreoffice-commits] .: libvisio/libvisio-lineheight.patch libvisio/UnpackedTarball_visio.mk

2012-12-11 Thread Libreoffice Gerrit user
libvisio/UnpackedTarball_visio.mk |8 libvisio/libvisio-lineheight.patch | 11 +++ 2 files changed, 19 insertions(+) New commits: commit 5d309c7e2e8a3dbeb497c2216476ae83340925f1 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Tue Dec 11 11:57:34 2012 +0100

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - libvisio/libvisio-lineheight.patch libvisio/UnpackedTarball_visio.mk

2012-12-11 Thread Libreoffice Gerrit user
libvisio/UnpackedTarball_visio.mk |8 libvisio/libvisio-lineheight.patch | 11 +++ 2 files changed, 19 insertions(+) New commits: commit 1ffb9be31e7188ee6bc0e98c97afd1196cd39726 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Tue Dec 11 11:57:34 2012 +0100

[Libreoffice-commits] .: cppcanvas/source

2012-12-11 Thread Libreoffice Gerrit user
cppcanvas/source/mtfrenderer/implrenderer.cxx | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) New commits: commit b8511cef9a452adc90b8dccc23ee1b29c1da63fc Author: Michael Meeks michael.me...@suse.com Date: Tue Dec 11 10:56:58 2012 + fdo#35680 - fix

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

2012-12-11 Thread Libreoffice Gerrit user
cppcanvas/source/mtfrenderer/implrenderer.cxx | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) New commits: commit 6ca5bb7683af39997a267952f053d7c08a1516e8 Author: Michael Meeks michael.me...@suse.com Date: Tue Dec 11 10:56:58 2012 + fdo#35680 - fix

[Libreoffice-commits] .: Branch 'refs/tags/distro/suse/suse-3-6' - 0 commits -

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: src/lib

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: commit 257e1896942a7028f1d0669ac6d4f61f294cb14d Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Tue Dec 11 10:52:28 2012 +0100 Fixed line height is in inches :( diff --git a/src/lib/VSDContentCollector.cpp b/src/lib/VSDContentCollector.cpp

[Libreoffice-commits] .: Branch 'feature/rb14' - 0 commits -

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'refs/tags/libreoffice-3.5.6.2' - 0 commits -

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'refs/tags/ooo/OOO340_m0' - 0 commits -

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - 0 commits -

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'feature/gbuild_sdext' - 0 commits -

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'feature/killsdf' - 0 commits -

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'feature/gbuild_external' - 0 commits -

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'libo-3-6' - 0 commits -

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'submodules' - 0 commits -

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'feature/gbuild_conversions' - 0 commits -

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'refs/tags/ooo/OOO340_m1' - 0 commits -

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'rb15' - 0 commits -

2012-12-11 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

  1   2   3   4   5   >