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

2013-03-13 Thread Takeshi Abe
svx/source/customshapes/EnhancedCustomShape3d.cxx | 18 -- 1 file changed, 18 deletions(-) New commits: commit 92a6bff0986bf3402102bf98a46215f7910470b2 Author: Takeshi Abe Date: Thu Mar 14 14:22:23 2013 +0900 -Werror,-Wunused-function Change-Id: I40e6d5b62eba6fb

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

2013-03-13 Thread Kohei Yoshida
sc/inc/cell.hxx |1 - sc/inc/column.hxx|3 +++ sc/inc/globalnames.hxx |2 ++ sc/source/core/data/cell.cxx |1 + sc/source/core/data/column.cxx |1 + sc/source/core/data/column3.cxx |1 + sc/source/core/data/documen8.cxx |

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

2013-03-13 Thread Kohei Yoshida
sc/inc/cell.hxx |5 -- sc/inc/column.hxx|2 sc/inc/document.hxx |2 sc/source/core/data/cell.cxx | 10 +--- sc/source/core/data/column.cxx | 17 +++ sc/source/core/data/documen8.cxx | 26 +- sc/source/core/data/doc

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

2013-03-13 Thread Takeshi Abe
svx/source/customshapes/EnhancedCustomShape2d.cxx |2 +- svx/source/customshapes/EnhancedCustomShape3d.cxx |4 svx/source/customshapes/EnhancedCustomShapeFontWork.cxx |2 +- 3 files changed, 6 insertions(+), 2 deletions(-) New commits: commit 5624e43fe9530eaa297b75cbc

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

2013-03-13 Thread Kohei Yoshida
sc/inc/column.hxx |2 sc/inc/columniterator.hxx | 29 ++ sc/source/core/data/columniterator.cxx | 138 - sc/source/core/data/documen8.cxx |1 4 files changed, 164 insertions(+), 6 deletions(-) New commits: co

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

2013-03-13 Thread Caolán McNamara
sw/AllLangResTarget_sw.mk |1 sw/UI_swriter.mk |1 sw/inc/helpid.h|1 sw/source/ui/inc/pgfnote.hxx | 31 -- sw/source/ui/misc/pgfnote.cxx | 182 +-- sw/source/ui/misc/pgfnote

[PATCH] move liblangtag to gcc-wrapper

2013-03-13 Thread Peter Foley (via Code Review)
Peter Foley has uploaded a new patch set (#2). Change subject: move liblangtag to gcc-wrapper .. move liblangtag to gcc-wrapper Change-Id: I4aefdc9475b7fbd4206d8d9862ca8d399360a37e --- M liblangtag/ExternalPackage_langtag.mk M l

[Libreoffice-commits] core.git: configure.ac

2013-03-13 Thread Matúš Kukan
configure.ac | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) New commits: commit 0c9f4dcd83ad82a11c4a5545a06912b4df716fa6 Author: Matúš Kukan Date: Wed Mar 13 22:40:26 2013 +0100 do not use icu-config when cross-compiling, except for MinGW

Re: [Libreoffice-ux-advise] Pivot Table data provider extension framework (removal possibility)

2013-03-13 Thread Stefan Knorr
Hi Kohei, Eike, >> I'd like to ask whether someone actually uses this Pivot Table data >> provider extension framework, because I'd like to remove this if >> nobody is using it, or only few people are using it. Hm, a list that is decidedly low-volume is probably the wrong list here... I don't kno

Re: Wrapper around MSVC cl.exe for autoconf.

2013-03-13 Thread Norbert Thiebaud
On Wed, Mar 13, 2013 at 4:37 PM, Peter Foley wrote: > I've written a wrapper around MSVC cl.exe for autoconf (see > https://wiki.documentfoundation.org/Development/Gsoc/Ideas#Gcc_like_wrapper_for_MSC_on_cygwin_and_autotools_compatibility). > > The goal of the wrapper is to remove all the custom MS

[PATCH] move liblangtag to gcc-wrapper

2013-03-13 Thread Peter Foley (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2717 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/17/2717/1 move liblangtag to gcc-wrapper Change-Id: I4aefdc9475b7fbd4206d8d9862ca8d399360a37e --- M liblangtag/ExternalPac

[PATCH] move libvisio to gcc-wrapper

2013-03-13 Thread Peter Foley (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2716 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/16/2716/1 move libvisio to gcc-wrapper Change-Id: Ia2efaa7d58fa2040f597e6a303a219892a710c1f --- M libvisio/ExternalPackage

[PATCH] add gcc-wrapper

2013-03-13 Thread Peter Foley (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2715 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/15/2715/1 add gcc-wrapper Change-Id: I961bd23d1ec382d247a489cda42194ce9f4fe1da --- M Repository.mk A solenv/Executable_g++

Wrapper around MSVC cl.exe for autoconf.

2013-03-13 Thread Peter Foley
I've written a wrapper around MSVC cl.exe for autoconf (see https://wiki.documentfoundation.org/Development/Gsoc/Ideas#Gcc_like_wrapper_for_MSC_on_cygwin_and_autotools_compatibility ). The goal of the wrapper is to remove all the custom MSVC logic from the ExternalProject makefiles and let the pac

[Libreoffice-commits] core.git: canvas/source chart2/source cui/source dbaccess/source extensions/source reportdesign/source sc/source sd/source svtools/source svx/source sw/source vcl/inc vcl/source

2013-03-13 Thread Michael Stahl
canvas/source/vcl/spritecanvashelper.cxx |2 +- chart2/source/controller/dialogs/DataBrowser.cxx |2 +- cui/source/dialogs/about.cxx |2 +- cui/source/options/connpooloptions.cxx|2 +- dbaccess/source/ui/control/RelationCon

[ABANDONED feature/gccwrapper] move liblangtag to gcc-wrapper

2013-03-13 Thread Peter Foley (via Code Review)
Peter Foley has abandoned this change. Change subject: move liblangtag to gcc-wrapper .. Patch Set 1: Abandoned -- To view, visit https://gerrit.libreoffice.org/2714 To unsubscribe, visit https://gerrit.libreoffice.org/setting

[ABANDONED feature/gccwrapper] move libvisio to gcc-wrapper

2013-03-13 Thread Peter Foley (via Code Review)
Peter Foley has abandoned this change. Change subject: move libvisio to gcc-wrapper .. Patch Set 1: Abandoned -- To view, visit https://gerrit.libreoffice.org/2713 To unsubscribe, visit https://gerrit.libreoffice.org/settings

[ABANDONED feature/gccwrapper] add gcc-wrapper

2013-03-13 Thread Peter Foley (via Code Review)
Peter Foley has abandoned this change. Change subject: add gcc-wrapper .. Patch Set 1: Abandoned -- To view, visit https://gerrit.libreoffice.org/2712 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-Messa

[PATCH feature/gccwrapper] move liblangtag to gcc-wrapper

2013-03-13 Thread Peter Foley (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2714 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/14/2714/1 move liblangtag to gcc-wrapper Change-Id: I11c7509b63769f60bb2831a802e020ed43b3ab7b --- M liblangtag/ExternalPac

[PATCH feature/gccwrapper] move libvisio to gcc-wrapper

2013-03-13 Thread Peter Foley (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2713 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/13/2713/1 move libvisio to gcc-wrapper Change-Id: I530e005e6b4964182da10d1b240d56eef929713b --- M libvisio/ExternalPackage

[PATCH feature/gccwrapper] add gcc-wrapper

2013-03-13 Thread Peter Foley (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2712 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/12/2712/1 add gcc-wrapper Change-Id: I81e2287b1fee947a6c4cf609b5a568b5526bab15 --- M Repository.mk A solenv/Executable_g++

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

2013-03-13 Thread Michael Meeks
87/ff6f9eb4ad6f4b42a69062c4c573f8ccfb51f5 |1 + 1 file changed, 1 insertion(+) New commits: commit e66edf6029c9288484d6dece73df3dd1955cc360 Author: Michael Meeks Date: Wed Mar 13 21:01:11 2013 + Notes added by 'git notes add' diff --git a/87/ff6f9eb4ad6f4b42a69062c4c573f8ccfb51f5

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 9e/8e293779e70490130127d8d14e4afea247e2bb

2013-03-13 Thread Michael Meeks
9e/8e293779e70490130127d8d14e4afea247e2bb |1 + 1 file changed, 1 insertion(+) New commits: commit 5c7b6d1a7778e029e99e62e7580fbb89e53da28c Author: Michael Meeks Date: Wed Mar 13 20:59:59 2013 + Notes added by 'git notes add' diff --git a/9e/8e293779e70490130127d8d14e4afea247e2bb

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 5c/6d55316b6cefab558bdf9ae84646933fd5e914

2013-03-13 Thread Michael Meeks
5c/6d55316b6cefab558bdf9ae84646933fd5e914 |1 + 1 file changed, 1 insertion(+) New commits: commit baa21a8c9f314450130c159a1e48d129dc722c78 Author: Michael Meeks Date: Wed Mar 13 20:57:15 2013 + Notes added by 'git notes add' diff --git a/5c/6d55316b6cefab558bdf9ae84646933fd5e914

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c3/f714be4453789706df803568dca9aa3086ed01

2013-03-13 Thread Michael Meeks
c3/f714be4453789706df803568dca9aa3086ed01 |1 + 1 file changed, 1 insertion(+) New commits: commit 4c13beb86390fbb7595665ebe4a9f23817508f08 Author: Michael Meeks Date: Wed Mar 13 20:56:39 2013 + Notes added by 'git notes add' diff --git a/c3/f714be4453789706df803568dca9aa3086ed01

[SOLVED] Re: About coverity 704144 (XSLTFilter)

2013-03-13 Thread Julien Nabet
On 13/03/2013 12:01, Caolán McNamara wrote: Yeah, I'd do that, looks like the right fix to me. The other option is to convert it from the C oslCondition to the C++ Condition which wraps an oslCondition and calls osl_destroyCondition automatically on it at dtor time. C. Thank you Caolán, I push

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

2013-03-13 Thread Julien Nabet
filter/source/xsltfilter/XSLTFilter.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit 913f175b321caf7a99957fd7c4dc536f4101ab53 Author: Julien Nabet Date: Wed Mar 13 21:46:26 2013 +0100 coverity#704144: Resource leak in object Change-Id: I027028a7c6dc1a3eaa90

Re: Pivot Table data provider extension framework (removal possibility)

2013-03-13 Thread Eike Rathke
Hi Kohei, On Tuesday, 2013-03-12 11:41:32 -0400, Kohei Yoshida wrote: > I'd like to ask whether someone actually uses this Pivot Table data > provider extension framework, because I'd like to remove this if > nobody is using it, or only few people are using it. From what I remember that can be u

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

2013-03-13 Thread Kohei Yoshida
sc/Library_sc.mk |1 + sc/inc/column.hxx |1 + sc/inc/columniterator.hxx | 24 sc/source/core/data/columniterator.cxx | 16 sc/source/core/data/documen8.cxx | 19 +-

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

2013-03-13 Thread Urs Fässler
sd/source/ui/dlg/gluectrl.cxx |2 sd/source/ui/func/fuconbez.cxx|2 sd/source/ui/func/fuediglu.cxx|8 - sd/source/ui/slideshow/showwin.cxx| 40 - sd/sourc

[PATCH] coverity#705733: Resource leak

2013-03-13 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2711 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/11/2711/1 coverity#705733: Resource leak + Fix "if" format Change-Id: Iafd46d21e5b9ed21d7c7c338502d780be9f0c222 --- M svx

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

2013-03-13 Thread Kohei Yoshida
sc/source/core/data/documen8.cxx | 205 +++ 1 file changed, 100 insertions(+), 105 deletions(-) New commits: commit 763d8dad024d8b4307fb21e81b87d46f78346f06 Author: Kohei Yoshida Date: Wed Mar 13 15:48:08 2013 -0400 Reduce scope level. Change-

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

2013-03-13 Thread Caolán McNamara
svx/uiconfig/ui/headfootformatpage.ui |6 ++ 1 file changed, 6 insertions(+) New commits: commit 10af6b399c3d3342a03a3031cf42779bc0d38c87 Author: Caolán McNamara Date: Wed Mar 13 20:15:31 2013 + sizegroup got emptied accidentally Change-Id: Ic7314fe9a0ce352a9a5a502e5

[SOLVED] Re: About coverity 705732 (svdundo.cxx from svx module)

2013-03-13 Thread Julien Nabet
On 13/03/2013 17:18, Thorsten Behrens wrote: Julien Nabet wrote: So I must recognize I didn't spend hours about this one just grabbed a coverity report and tried to find a fix entirely "locally". So the nobrainer fix would be your 1) and 2) then. I pushed the patch on master with 1) and 2) (s

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

2013-03-13 Thread Julien Nabet
svx/source/svdraw/svdundo.cxx | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) New commits: commit 6e29f56895cd38aa7dee85112370a7cfc0d24632 Author: Julien Nabet Date: Wed Mar 13 21:06:52 2013 +0100 coverity#705732: Resource leak Change-Id: I926c3cbe25b7b4310d

[PATCH libreoffice-4-0] Resolves: rhbz#918938 crash in danish thesaurus/spell intera...

2013-03-13 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2710 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/10/2710/1 Resolves: rhbz#918938 crash in danish thesaurus/spell interaction Change-Id: I911fc382a8e4b895262dcd5ae5c67c4a81

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

2013-03-13 Thread Matúš Kukan
solenv/gbuild/extensions/pre_BuildTools.mk |4 1 file changed, 4 insertions(+) New commits: commit 7b4cd4b1106afbca62b011501fa040690b861cef Author: Matúš Kukan Date: Wed Mar 13 21:01:53 2013 +0100 build-tools: add helpcompiler's executables Change-Id: I3c8759f06c6a63ba

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

2013-03-13 Thread Thorsten Behrens
oox/inc/oox/ppt/comments.hxx| 100 +++--- oox/inc/oox/ppt/presentationfragmenthandler.hxx |6 - oox/inc/oox/ppt/slidefragmenthandler.hxx| 11 +- oox/inc/oox/ppt/slidepersist.hxx| 15 +-- oox/source/ppt/presentationfragmenthandler

Re: odk / ridljar dep issue ...

2013-03-13 Thread Michael Stahl
On 28/02/13 14:06, Michael Meeks wrote: > I guess we're missing an effective dep in something for the ODK build > on the ridljar binary (or somesuch) ? this is from: > [build JDC] CustomTarget/odk/odkcommon/docs/java/ref/index.html > error: error reading > /ssd/opt/libreoffice/master/solver

[Libreoffice-commits] core.git: 3 commits - odk/CustomTarget_javadoc.mk sysui/Zip_osxicons.mk vcl/inc vcl/source

2013-03-13 Thread Michael Stahl
odk/CustomTarget_javadoc.mk |2 +- sysui/Zip_osxicons.mk |1 - vcl/inc/vcl/outdev.hxx |1 + vcl/source/gdi/outmap.cxx |8 4 files changed, 10 insertions(+), 2 deletions(-) New commits: commit 8131b3892a6d7b287075a3ccb50f947a63e42e33 Author: Michael Stahl Dat

[ABANDONED] Try to fix fdo#55814 by reverting bb6bd1ff9

2013-03-13 Thread David Ostrovsky (via Code Review)
David Ostrovsky has abandoned this change. Change subject: Try to fix fdo#55814 by reverting bb6bd1ff9 .. Patch Set 2: Abandoned didn't work that way -- To view, visit https://gerrit.libreoffice.org/2613 To unsubscribe, visit

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

2013-03-13 Thread Kohei Yoshida
sc/source/core/data/documen8.cxx | 200 --- 1 file changed, 128 insertions(+), 72 deletions(-) New commits: commit 8b1143fafd20ba5f2d2090f582874a2ffb543d68 Author: Kohei Yoshida Date: Wed Mar 13 15:22:50 2013 -0400 Move the style sheet pool handling to

[ABANDONED prod] sql script to customize the Review -1 and -2 messages

2013-03-13 Thread David Ostrovsky (via Code Review)
David Ostrovsky has abandoned this change. Change subject: sql script to customize the Review -1 and -2 messages .. Patch Set 1: Abandoned Already applied in prod -- To view, visit https://gerrit.libreoffice.org/2158 To unsub

[ABANDONED prod] add -2/+2 to categorie 'VRIF' for buildbot verification

2013-03-13 Thread David Ostrovsky (via Code Review)
David Ostrovsky has abandoned this change. Change subject: add -2/+2 to categorie 'VRIF' for buildbot verification .. Patch Set 2: Abandoned Abandon after 1 month inactivity -- To view, visit https://gerrit.libreoffice.org/21

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

2013-03-13 Thread Xisco Fauli
vcl/source/gdi/pdfwriter_impl.cxx | 56 -- 1 file changed, 6 insertions(+), 50 deletions(-) New commits: commit 40a0e22203c4426a561a84422a1dd06024465974 Author: Xisco Fauli Date: Wed Mar 13 20:12:16 2013 +0100 remove commented code Change-Id:

[ABANDONED] install a toolchain for man page, html & pdf files

2013-03-13 Thread David Ostrovsky (via Code Review)
David Ostrovsky has abandoned this change. Change subject: install a toolchain for man page, html & pdf files .. Patch Set 3: Abandoned Apparently not interesting -- To view, visit https://gerrit.libreoffice.org/2068 To unsub

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 15/5cf194a0ecf18e3b19cf73d05485c59de640a2

2013-03-13 Thread Xisco Fauli
15/5cf194a0ecf18e3b19cf73d05485c59de640a2 |1 + 1 file changed, 1 insertion(+) New commits: commit 5c578e96b70a2404560f95fe8e48022f07d98170 Author: Xisco Fauli Date: Wed Mar 13 20:08:51 2013 +0100 Notes added by 'git notes add' diff --git a/15/5cf194a0ecf18e3b19cf73d05485c59de640a2

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

2013-03-13 Thread Luboš Luňák
svtools/source/dialogs/addresstemplate.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 9a4fb0643e51cb89649000493e8c5dac5a306bc4 Author: Luboš Luňák Date: Wed Mar 13 17:57:16 2013 +0100 fix incorrect code alignment Change-Id: I71985c728ea4ecc

Re: [Libreoffice-bugs] libreoffice batch doc converter

2013-03-13 Thread Jan Holesovsky
Hi Prathibha, Prathibha B píše v St 13. 03. 2013 v 22:26 +0530: > WHen converting documents using > > soffice --convert-to > > files with the same names are being overwritten. Is there any option > to prevent this. Not that I know of, unfortunately. > Where can I find the destination url code

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

2013-03-13 Thread Kohei Yoshida
sc/inc/document.hxx |6 +++--- sc/inc/progress.hxx |2 +- sc/source/core/data/documen2.cxx |2 +- sc/source/core/data/documen3.cxx |6 +++--- sc/source/core/data/documen7.cxx |6 +++--- sc/source/core/data/documen8.cxx |9 + sc/source

[PATCH libreoffice-4-0] fix fdo#38385 - accept as valid 'start' and 'end' tokens for...

2013-03-13 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2709 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/09/2709/1 fix fdo#38385 - accept as valid 'start' and 'end' tokens for lineborders Change-Id: Ie092cc09c9c6e971c4f2020cb3b

[Libreoffice-commits] core.git: configure.ac

2013-03-13 Thread Matúš Kukan
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 54e6159aae3c5a84fe7c2a71e57bc8657145dfde Author: Matúš Kukan Date: Wed Mar 13 18:18:57 2013 +0100 fix typo in JAVAINC for cygwin Change-Id: I926763620779c08bce658dc1c2a565823539dd41 diff

[PATCH libreoffice-4-0] make sure basic IDE cut/copy buttons on toolbar are refreshe...

2013-03-13 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2708 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/08/2708/1 make sure basic IDE cut/copy buttons on toolbar are refreshed fdo#30545 Change-Id: I483469f0b76ade7fb107c6f4ae5c

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

2013-03-13 Thread Noel Power
basctl/source/basicide/baside2b.cxx |8 1 file changed, 8 insertions(+) New commits: commit 56f30adffa34e2f645646048747e3110a275b072 Author: Noel Power Date: Wed Mar 13 17:22:56 2013 + make sure basic IDE cut/copy buttons on toolbar are refreshed fdo#30545 Change

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-03-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 62111, which changed state. Bug 62111 Summary: FILESAVE Libreoffice hangs when exporting a particular .ods to .xlsx https://bugs.freedesktop.org/show_bug.cgi?id=62111 What|Removed |Add

[PUSHED libreoffice-4-0] resolved fdo#62278 test for LanguageTag equality resolving s...

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

[Libreoffice-commits] core.git: 2 commits - hunspell/hunspell.rhbz918938.patch hunspell/UnpackedTarball_hunspell.mk svtools/inc svtools/source

2013-03-13 Thread Caolán McNamara
hunspell/UnpackedTarball_hunspell.mk |1 hunspell/hunspell.rhbz918938.patch | 72 +++ svtools/inc/svtools/valueset.hxx | 10 ++-- svtools/source/control/valueset.cxx | 23 +-- 4 files changed, 89 insertions(+), 17 deletions(-) New commits:

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

2013-03-13 Thread Lior Kaplan
sd/source/ui/view/drtxtob1.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c60c9d7de6f3cb89fc7e582d0ca173985ccc1a8a Author: Lior Kaplan Date: Wed Mar 13 18:56:12 2013 +0200 Revert "Fix for fdo#58919 now the cursor/alignment is Right for RTL Table"

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

2013-03-13 Thread Eike Rathke
i18npool/inc/i18npool/languagetag.hxx | 24 ++-- i18npool/source/languagetag/languagetag.cxx |7 +++ svl/source/numbers/zforlist.cxx |2 +- 3 files changed, 30 insertions(+), 3 deletions(-) New commits: commit 1e81d7220990765c0cbc1bdede6ad96bbb3

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

2013-03-13 Thread Urs Fässler
sd/source/ui/inc/BreakDlg.hxx |8 + sd/source/ui/inc/Client.hxx |5 --- sd/source/ui/inc/ClientView.hxx | 14 +++-- sd/source/ui/inc/FrameView.hxx| 46 ++ sd/source/ui/inc/GraphicDocShell.hxx |

License

2013-03-13 Thread Steven Meyer
All my contributions, past and future, to LibreOffice are licensed under the terms of the MPL / LGPLv3+. Steven Meyer ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH libreoffice-4-0] resolved fdo#62278 test for LanguageTag equality resolving s...

2013-03-13 Thread Eike Rathke (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2707 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/07/2707/1 resolved fdo#62278 test for LanguageTag equality resolving system locale added LanguageTag::equals(), fdo#62278

[Libreoffice-commits] core.git: icu/Module_icu.mk

2013-03-13 Thread Matúš Kukan
icu/Module_icu.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4cce392ff4e85a425ffa5850de450efe2e4440c9 Author: Matúš Kukan Date: Wed Mar 13 17:19:59 2013 +0100 ops, only part of icu is for build platform only Change-Id: I530e2ba6eb8e51a7470cde66

Re: About coverity 705732 (svdundo.cxx from svx module)

2013-03-13 Thread Thorsten Behrens
Julien Nabet wrote: > So I must recognize I didn't spend hours about this one just grabbed > a coverity report and tried to find a fix entirely "locally". > So the nobrainer fix would be your 1) and 2) then. Cheers, -- Thorsten signature.asc Description: Digital signature __

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

2013-03-13 Thread Kohei Yoshida
sc/source/core/data/documen8.cxx | 28 1 file changed, 16 insertions(+), 12 deletions(-) New commits: commit 18cd5f27d082573aab5b1a7ab670aa855626b210 Author: Kohei Yoshida Date: Wed Mar 13 12:20:16 2013 -0400 Use inline function over preprocessor macro.

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

2013-03-13 Thread Matúš Kukan
solenv/gbuild/extensions/pre_BuildTools.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1d69d04cade67c8673db4ad4818fb529fb7e9f53 Author: Matúš Kukan Date: Wed Mar 13 17:04:44 2013 +0100 build-tools: use condition for Package_xmlhelp_xsl Change-Id

[PUSHED] Add a button to create a new empty folder in template manage...

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

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

2013-03-13 Thread Kohei Yoshida
svl/inc/svl/cintitem.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a98e9021234825a910c7101a23b8bb40ae8eade4 Author: Kohei Yoshida Date: Wed Mar 13 11:55:02 2013 -0400 I'm pretty sure this was meant to be unsigned. Change-Id: Id074e31542383f6a311

[Libreoffice-commits] core.git: icon-themes/galaxy sfx2/inc sfx2/source

2013-03-13 Thread Rafael Dominguez
icon-themes/galaxy/sfx2/imglst/actionview029.png |binary sfx2/inc/sfx2/templateabstractview.hxx |2 ++ sfx2/inc/sfx2/templatelocalview.hxx |2 +- sfx2/inc/sfx2/templateremoteview.hxx |2 ++ sfx2/inc/templatedlg.hxx |1 + s

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

2013-03-13 Thread Eike Rathke
i18npool/inc/i18npool/languagetag.hxx | 24 ++-- i18npool/source/languagetag/languagetag.cxx |7 +++ svl/source/numbers/zforlist.cxx |2 +- 3 files changed, 30 insertions(+), 3 deletions(-) New commits: commit dde0dcd553b676abcb41eaf3f9f1bf79790

[PUSHED libreoffice-4-0-2] Fix Set/Let mixup ( from String -> OUString rework ) fdo#607...

2013-03-13 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/2706 Approvals: Caolán McNamara: Verified; Looks good to me, approved Fridrich Strba: Looks good to me, but someone else must approve -- To

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

2013-03-13 Thread Noel Power
basic/source/classes/sbxmod.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 08a9069bc85daf9f628688346003087056308493 Author: Noel Power Date: Wed Mar 13 14:37:01 2013 + Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752 Change-Id:

more subtle dependencies for cross-compilation

2013-03-13 Thread Matúš Kukan
Hi there, with http://cgit.freedesktop.org/libreoffice/core/commit/?id=bdfdd054bd25714f9c52c974f8bee4bfbe67 cross-compiling should be faster because we don't build so much (maybe - I did not test how much). What could be interesting is that in solenv/gbuild/extensions/pre_BuildTools.mk we ha

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

2013-03-13 Thread Kohei Yoshida
sc/source/core/data/documen8.cxx | 32 +--- 1 file changed, 21 insertions(+), 11 deletions(-) New commits: commit ac9058b2886d8621172844357a4f652f63f5a27f Author: Kohei Yoshida Date: Wed Mar 13 10:05:47 2013 -0400 Annotate this algorithm & a few cleanup and o

[Libreoffice-commits] core.git: sfx2/AllLangResTarget_sfx2.mk sfx2/inc sfx2/source sfx2/uiconfig

2013-03-13 Thread Caolán McNamara
sfx2/AllLangResTarget_sfx2.mk |1 sfx2/inc/sfx2/sfx.hrc |2 sfx2/source/dialog/mgetempl.cxx |8 +- sfx2/source/dialog/mgetempl.hrc | 33 - sfx2/source/dialog/mgetempl.src | 121 sfx2/source/inc/helpid.hrc

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

2013-03-13 Thread Caolán McNamara
helpers/help_hid.lst |7 --- source/text/shared/01/05040100.xhp | 31 --- 2 files changed, 16 insertions(+), 22 deletions(-) New commits: commit 23ab50363f88feb8045447a8b63e79b2e7b248fe Author: Caolán McNamara Date: Wed Mar 13 15:16:56 2013

[Libreoffice-commits] core.git: helpcontent2

2013-03-13 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7820e759ab083dd9a501e5bd0cd28a0dbea522ad Author: Caolán McNamara Date: Wed Mar 13 15:16:56 2013 + Updated core Project: help 23ab50363f88feb8045447a8b63e79b2e7b248fe diff --git a/helpconte

Re: issue building master: new dependency ?

2013-03-13 Thread Michael Stahl
On 25/02/13 15:16, Jean-Baptiste Faure wrote: > Le 25/02/2013 14:02, Bjoern Michaelsen a écrit : >> On Mon, Feb 25, 2013 at 06:38:16AM +0100, Jean-Baptiste Faure wrote: >>> Hi, >>> >>> Since yesterday I have the following error message when I build the master: checking for gnutls libraries >=

Re: PATCH

2013-03-13 Thread Noel Grandin
This patch is garbage. It will not even compile. And I'm not talking about the fact that he attached the wrong thing, I mean that I looked inside it and Vishal does not appear to understand C++ at all. ___ LibreOffice mailing list LibreOffice@lists.free

[Libreoffice-commits] core.git: 4 commits - codemaker/Module_codemaker.mk comphelper/Module_comphelper.mk configure.ac i18npool/CustomTarget_localedata.mk i18npool/Module_i18npool.mk icu/Module_icu.mk

2013-03-13 Thread Matúš Kukan
Makefile.in |2 RepositoryExternal.mk |1 codemaker/Module_codemaker.mk |3 - comphelper/Module_comphelper.mk |4 - configure.ac| 65 -

[PUSHED] String::AppendAscii cleanup

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

[PUSHED libreoffice-3-6] bnc#798309 inherit group style from parent

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

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

2013-03-13 Thread Ricardo Montania
cui/source/dialogs/SpellDialog.cxx |4 ++-- cui/source/tabpages/numpages.cxx | 12 ++-- cui/source/tabpages/tparea.cxx | 32 3 files changed, 24 insertions(+), 24 deletions(-) New commits: commit 03c1f1732d738f57afee3d69e6a5f18d2eac5934 Autho

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

2013-03-13 Thread Noel Power
oox/inc/oox/drawingml/shape.hxx |5 - oox/source/drawingml/chart/chartdrawingfragment.cxx |2 +- oox/source/drawingml/shape.cxx | 15 +++ oox/source/ppt/dgmimport.cxx|2 +- oox/source/ppt/pptshape.cxx

[PUSHED libreoffice-4-0] bnc#798309 inherit group style from parent

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

[PUSHED libreoffice-4-0] Fix Set/Let mixup ( from String -> OUString rework ) fdo#607...

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

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

2013-03-13 Thread Noel Power
oox/inc/oox/drawingml/shape.hxx |5 - oox/source/drawingml/chart/chartdrawingfragment.cxx |2 +- oox/source/drawingml/shape.cxx | 15 +++ oox/source/ppt/dgmimport.cxx|2 +- oox/source/ppt/pptshape.cxx

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

2013-03-13 Thread Noel Power
basic/source/classes/sbxmod.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ee84eaa33aef7b7523ce949ad3e2ccf9bc467c6d Author: Noel Power Date: Wed Mar 13 14:37:01 2013 + Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752 Change-Id:

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

2013-03-13 Thread Caolán McNamara
editeng/source/items/optitems.cxx |6 ++ editeng/source/items/paraitem.cxx |9 +++-- editeng/source/items/svxitems.src |6 +++--- 3 files changed, 8 insertions(+), 13 deletions(-) New commits: commit 251200d25c6a53e43aa91055622b931d3b4ed738 Author: Caolán McNamara Date: We

TestExtension.oxt: What is its purpose?

2013-03-13 Thread Dan Lewis
I recently built LibreOffice on 4.0 while also building a mysql-connector-ooo. In the same folder as this one I found two other extensions: reportbuilder.oxt and TestExtension.oxt. What purpose does the latter serve, and how should it be used? I have searched for information about it, but

[Libreoffice-commits] core.git: libmwaw/libmwaw-0.1.7-misc.patch

2013-03-13 Thread Fridrich Štrba
libmwaw/libmwaw-0.1.7-misc.patch |8 1 file changed, 8 insertions(+) New commits: commit 2e8ab3350dd99c7cf284956b5d5eb9ee0358c84c Author: Fridrich Å trba Date: Wed Mar 13 15:59:02 2013 +0100 Ouch, hope the last one Change-Id: I53799932157342755c7cf6737ebcd19154166be1

[Libreoffice-commits] core.git: sfx2/inc sfx2/source sfx2/uiconfig sfx2/UI_sfx.mk

2013-03-13 Thread Caolán McNamara
sfx2/UI_sfx.mk |1 sfx2/inc/sfx2/mgetempl.hxx | 36 +--- sfx2/source/dialog/mgetempl.cxx | 206 +++ sfx2/uiconfig/ui/managestylepage.ui | 268 4 files changed, 366 insertions(+), 145 deletions(-

[PATCH libreoffice-4-0-2] Fix Set/Let mixup ( from String -> OUString rework ) fdo#607...

2013-03-13 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2706 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/06/2706/1 Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752 Change-Id: I56f3e8b54d80f4575937f8515e8a8d9318353

[PATCH libreoffice-4-0] Fix Set/Let mixup ( from String -> OUString rework ) fdo#607...

2013-03-13 Thread Noel Power (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2705 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/05/2705/1 Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752 Change-Id: I56f3e8b54d80f4575937f8515e8a8d9318353

[Libreoffice-commits] core.git: libmwaw/libmwaw-0.1.7-autotools.patch

2013-03-13 Thread Fridrich Štrba
libmwaw/libmwaw-0.1.7-autotools.patch | 20 1 file changed, 20 insertions(+) New commits: commit f453065a1be4f9031ef86a9f40231d400543b695 Author: Fridrich Å trba Date: Wed Mar 13 15:44:33 2013 +0100 Could this actually fix android? Change-Id: Idd8f708f5f86b

Re: archive / install slowness ...

2013-03-13 Thread Michael Stahl
On 11/03/13 22:19, Caolán McNamara wrote: > On Mon, 2013-03-11 at 22:04 +0100, Michael Stahl wrote: >> that is one of the reasons why i'm of the opinion that using wildcards >> in a build system is almost always a Bad Idea, trading a short-term >> inconvenience for subtle breakages and surprises. >

[Libreoffice-commits] core.git: 2 commits - basic/source libmwaw/libmwaw-0.1.7-misc.patch

2013-03-13 Thread Fridrich Štrba
basic/source/classes/sbxmod.cxx |2 +- libmwaw/libmwaw-0.1.7-misc.patch | 11 ++- 2 files changed, 11 insertions(+), 2 deletions(-) New commits: commit 2759389def5f5cb671d57a28a4f7962374c76355 Author: Fridrich Å trba Date: Wed Mar 13 15:39:16 2013 +0100 missing include

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

2013-03-13 Thread Marco Cecchetti
filter/source/svg/presentation_engine.js | 36 --- 1 file changed, 19 insertions(+), 17 deletions(-) New commits: commit 97e33446de29e217cd12746f6d0586ae6eb52fc2 Author: Marco Cecchetti Date: Mon Mar 11 18:47:28 2013 +0100 Update JessyInk license statement af

[PATCH] Add a button to create a new empty folder in template manage...

2013-03-13 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2704 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/04/2704/1 Add a button to create a new empty folder in template manager. Change-Id: I13f77790f26c972bd74dac08c0cb8fd77b049

[Libreoffice-commits] core.git: libmwaw/libmwaw-0.1.7-misc.patch libmwaw/UnpackedTarball_mwaw.mk

2013-03-13 Thread Fridrich Štrba
libmwaw/UnpackedTarball_mwaw.mk |1 libmwaw/libmwaw-0.1.7-misc.patch | 124 +++ 2 files changed, 125 insertions(+) New commits: commit 0df86f262b86dbf4dcd0cab9a7b915d9ef87e032 Author: Fridrich Å trba Date: Wed Mar 13 15:16:05 2013 +0100 Trying to

  1   2   >