Re: fdo#41572 Making it possible to add custom animation to master slides

2013-05-06 Thread Janit Anjaria
Hey ! I am hereby attaching a patch for the same fdo#41572 and have made the changes according Thorsten's advise and i am sure the comments would help out in the understanding of what this header file will do. :) Any further help and guidance would surely be helpful and great (in terms of the exis

[PUSHED] codesign --timestamp=none is not supported on 10.6

2013-05-06 Thread Tor Lillqvist (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/3806 Approvals: Tor Lillqvist: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3806 To unsubscribe, visi

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

2013-05-06 Thread Norbert Thiebaud
solenv/gbuild/platform/macosx.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 493c1e4628d2c2927ce0657497d51a1fcc37c2b3 Author: Norbert Thiebaud Date: Mon May 6 17:36:44 2013 -0500 codesign --timestamp=none is not supported on 10.6 Change-Id: Ie1e85

Re: Killing the gerrit to dev-list spam ...

2013-05-06 Thread David Tardon
On Thu, May 02, 2013 at 10:15:41AM +0200, Jonathan Aquilina wrote: > Don't u consider sending nothing to report spam in a way? > On May 2, 2013 9:42 AM, "Jean-Baptiste Faure" > wrote: > > > Le 02/05/2013 07:49, Jonathan Aquilina a écrit : > > > If there is nothing to report is it necessary to sen

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

2013-05-06 Thread Takeshi Abe
svl/source/numbers/numhead.cxx | 68 - svl/source/numbers/numhead.hxx | 32 --- 2 files changed, 100 deletions(-) New commits: commit c38d9f4e63c948cd298c82f6276f8dd2bcee6cdd Author: Takeshi Abe Date: Sun May 5 11:53:55 2013 +0900

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - drawinglayer/source sfx2/source svx/source

2013-05-06 Thread Armin Le Grand
drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx |5 drawinglayer/source/processor2d/vclpixelprocessor2d.cxx| 19 drawinglayer/source/processor2d/vclprocessor2d.cxx | 18 sfx2/source/sidebar/Deck.cxx | 33 sfx2/source/sidebar/Deck.h

Re: Makefile and SHELL

2013-05-06 Thread Bjoern Michaelsen
Hi, On Tue, May 07, 2013 at 02:01:25AM +0200, Mat M wrote: > In Makefile.in, we enforce bash with SHELL=/usr/bin/env bash, but we > state that the build should be posix enabled (at least I was told > that :)) , so why not SHELL=/usr/bin/env sh or SHELL=/bin/sh (or > nothing, since latter is defaul

Makefile and SHELL

2013-05-06 Thread Mat M
Hello In Makefile.in, we enforce bash with SHELL=/usr/bin/env bash, but we state that the build should be posix enabled (at least I was told that :)) , so why not SHELL=/usr/bin/env sh or SHELL=/bin/sh (or nothing, since latter is default) ? I understand that some scripts still need bash, b

Re: [ANN] LibreOffice 4.0.3 RC3 available

2013-05-06 Thread Tommy
On Sat, 04 May 2013 14:53:24 +0200, Thorsten Behrens wrote: Dear Community, Release candidate 2 was built and is available via http://downloadarchive.documentfoundation.org/libreoffice/old/ - but is superseded by RC3 due to a showstopper found. The list of issues and fixed bugs for 4.0

[PATCH] codesign --timestamp=none is not supported on 10.6

2013-05-06 Thread Norbert Thiebaud (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3806 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/06/3806/1 codesign --timestamp=none is not supported on 10.6 Change-Id: Ie1e853fd1dd3154c6805eb8129c35a49150b458c --- M so

[PATCH] use MD5SUM env variable adn not md5sum directly

2013-05-06 Thread Norbert Thiebaud (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3805 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/05/3805/1 use MD5SUM env variable adn not md5sum directly Change-Id: I985b3373edcd0bfc151adfa92b79a6b5080d22ad --- M solen

[Libreoffice-commits] core.git: Changes to 'feature/inherited-number-format-removal'

2013-05-06 Thread Markus Mohrhard
New branch 'feature/inherited-number-format-removal' available with the following commits: commit 1a9bbcc0050b223c786bff450c23c2c87147fe5d Author: Markus Mohrhard Date: Tue May 7 00:59:48 2013 +0200 initial work on removing some ScFormulaCell instances These cells where using a Sc

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

2013-05-06 Thread Khaled Hosny
vcl/source/gdi/outdev3.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7556ba312ff3a7409b7da55f220d3ff877505a3b Author: Khaled Hosny Date: Mon May 6 21:41:14 2013 +0200 Surely the intent was to check for !pFallback here Change-Id: Ia583cfe1d123903

[PATCH libreoffice-4-0] fdo#61092: force ENABLE_QUICKSTART_LIBPNG to None with --ena...

2013-05-06 Thread Riccardo Magliocchetti (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3802 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/02/3802/1 fdo#61092: force ENABLE_QUICKSTART_LIBPNG to None with --enable-headless Fixes compile issues with --enable-head

[PATCH libreoffice-4-0] configure: with --enable-headless disable opengl by default

2013-05-06 Thread Riccardo Magliocchetti (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3803 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/03/3803/1 configure: with --enable-headless disable opengl by default It makes no sense without a gui, one less one is for

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

2013-05-06 Thread Peter Foley
filter/README |2 +- filter/qa/cppunit/filters-pict-test.cxx |8 ++-- filter/qa/cppunit/filters-tga-test.cxx |8 ++-- filter/qa/cppunit/filters-tiff-test.cxx |8 ++-- filter/source/graphicfilter/egif/egif.cxx

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

2013-05-06 Thread Riccardo Magliocchetti
configure.ac |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 37690fe74c4c585564c67c1ff7b8be353cf68033 Author: Riccardo Magliocchetti Date: Mon May 6 22:10:25 2013 +0200 configure: force ENABLE_QUICKSTART_LIBPNG to None with --enable-headless Cha

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

2013-05-06 Thread Caolán McNamara
6c/248d4f4f3a6e432e140900e5735e249e27dd01 |1 + 1 file changed, 1 insertion(+) New commits: commit ef268709f7cdd2f6fc16e6ba7ea88555e8d5f473 Author: Caolán McNamara Date: Mon May 6 21:05:57 2013 +0100 Notes added by 'git notes add' diff --git a/6c/248d4f4f3a6e432e140900e5735e249e27dd

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - sw/sdi

2013-05-06 Thread Armin Le Grand
sw/sdi/drawsh.sdi |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1eabe3f7c7c8fd60177cb8333c4eabe6f75c776d Author: Armin Le Grand Date: Wed Apr 17 14:33:38 2013 + Related: #i122072# map SID_ATTR_LINE_START and SID_ATTR_LINE_END... ...to the co

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - e9/b32f693643ae28d60922e344d908082f15c510

2013-05-06 Thread Caolán McNamara
e9/b32f693643ae28d60922e344d908082f15c510 |1 + 1 file changed, 1 insertion(+) New commits: commit 9ad3284c5cb3a3bbc4bc475ff4df4b892fad12e9 Author: Caolán McNamara Date: Mon May 6 21:04:58 2013 +0100 Notes added by 'git notes add' diff --git a/e9/b32f693643ae28d60922e344d908082f15c5

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - sc/sdi

2013-05-06 Thread Armin Le Grand
sc/sdi/drawsh.sdi |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 05febf20d0430bf9020bf483043364e86cd2034d Author: Armin Le Grand Date: Wed Apr 17 14:15:54 2013 + Related: #i122072# map SID_ATTR_LINE_START and SID_ATTR_LINE_END... ...to the co

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - include/svx svx/source

2013-05-06 Thread Armin Le Grand
include/svx/dialogs.hrc|3 +- svx/source/sidebar/line/LinePropertyPanel.cxx | 17 ++- svx/source/sidebar/line/LinePropertyPanel.hrc |1 svx/source/sidebar/line/LinePropertyPanel.src |4 -- svx/source/sidebar/paragraph/ParaPropertyPa

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 6b/722f7d7c1ae5a1b344a24442bd591afba8606b

2013-05-06 Thread Caolán McNamara
6b/722f7d7c1ae5a1b344a24442bd591afba8606b |1 + 1 file changed, 1 insertion(+) New commits: commit 2a3c83b2886022757da6ae57f5e7bed902f66962 Author: Caolán McNamara Date: Mon May 6 21:03:28 2013 +0100 Notes added by 'git notes add' diff --git a/6b/722f7d7c1ae5a1b344a24442bd591afba860

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 0b/ef7cb68127ab4ff81cc80bc3f7274adf87f5ac 33/9494cf948e22dcb089c0d921dfb396d9233cb8

2013-05-06 Thread Caolán McNamara
0b/ef7cb68127ab4ff81cc80bc3f7274adf87f5ac |1 + 33/9494cf948e22dcb089c0d921dfb396d9233cb8 |1 + 2 files changed, 2 insertions(+) New commits: commit f3fe3de6d6a8d615c8aa6951b3d4e3bf28b0fdb0 Author: Caolán McNamara Date: Mon May 6 20:51:24 2013 +0100 Notes added by 'git notes add'

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - include/svx officecfg/registry sc/sdi sd/sdi sd/source svx/sdi svx/source sw/inc sw/sdi sw/source

2013-05-06 Thread Oliver-Rainer Wittmann
include/svx/svxids.hrc |2 officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu| 15 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 81 officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xc

[Libreoffice-commits] translations.git: Changes to 'refs/tags/suse-3.6-21'

2013-05-06 Thread Andras Timar
Tag 'suse-3.6-21' created by Andras Timar at 2013-05-06 20:47 -0700 suse-3.6-21 Changes since suse-3.6-0-3: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/li

[Libreoffice-commits] help.git: Changes to 'refs/tags/suse-3.6-21'

2013-05-06 Thread Petr Mladek
Tag 'suse-3.6-21' created by Andras Timar at 2013-05-06 20:47 -0700 suse-3.6-21 Changes since suse-3.6-12: Fridrich Å trba (2): Branch libreoffice-3-6-5 Version 3.6.5.2, tag libreoffice-3.6.5.2 Petr Mladek (1): Merge tag 'libreoffice-3.6.5.2' into suse-3.6 --- 0 files chang

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/suse-3.6-21'

2013-05-06 Thread Petr Mladek
Tag 'suse-3.6-21' created by Andras Timar at 2013-05-06 20:47 -0700 suse-3.6-21 Changes since suse-3.6-12: Andras Timar (3): updated pt-PT spelling dictionary fdo#56130 update Galician dictionary pack Update pt-PT dictionary Fridrich Å trba (2): Branch libreoffice-3-6-5

[Libreoffice-commits] Changes to 'refs/tags/suse-3.6-21'

2013-05-06 Thread Libreoffice Gerrit user
Tag 'suse-3.6-21' created by Andras Timar at 2013-05-06 20:47 -0700 suse-3.6-21 Changes since suse-3.6-12: Fridrich Å trba (2): Branch libreoffice-3-6-5 Version 3.6.5.2, tag libreoffice-3.6.5.2 Petr Mladek (1): Merge tag 'libreoffice-3.6.5.2' into suse-3.6 --- 0 files chang

[Libreoffice-commits] core.git: Changes to 'refs/tags/suse-3.6-21'

2013-05-06 Thread Andras Timar
Tag 'suse-3.6-21' created by Andras Timar at 2013-05-06 20:46 -0700 suse-3.6-21 Changes since suse-3.6-20-10: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/

[PATCH libreoffice-4-0] fdo#51828 - UI: Sort: can use more than 3 criteria once only...

2013-05-06 Thread Albert Thuswaldner (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3801 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/01/3801/1 fdo#51828 - UI: Sort: can use more than 3 criteria once only - additional fix Change-Id: I220b3755d3ea30bd9aa25b

Re: New Tags on BSA

2013-05-06 Thread Noel Grandin
this has some nice XSLT explanations http://www.w3schools.com/xsl/ with explanations and an on-line executor here http://www.w3schools.com/xsl/xsl_examples.asp The hardest part is normally working out the XPath expressions to use in the match values. _

Re: New Tags on BSA

2013-05-06 Thread Joel Madero
Hey Robinson, > I can hack together a wiki page that transcludes a bunch of other wiki > pages, and I think that would do just fine, but I'd view that as just > a temporary solution... > Indeed, I think if we don't have the problem solved in the next 2-3 days maybe (if it's not a lot of work) we

Re: New Tags on BSA

2013-05-06 Thread Robinson Tryon
On Mon, May 6, 2013 at 1:45 PM, Joel Madero wrote: > Hi All, > > Just a warning that some edits to our wiki seems to have broken our ability > to update BSA. Rob and Robinson are actively trying to solve the problem but > it could be an issue with upcoming release. > > I will keep everyone up to d

New Tags on BSA

2013-05-06 Thread Joel Madero
Hi All, Just a warning that some edits to our wiki seems to have broken our ability to update BSA. Rob and Robinson are actively trying to solve the problem but it could be an issue with upcoming release. I will keep everyone up to date (or Robinson/Rob can reply and let us all know the status).

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

2013-05-06 Thread Thorsten Behrens
vcl/source/gdi/print2.cxx | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) New commits: commit d08280cd683b390b19c80b2e56cc6680dbc1f052 Author: Thorsten Behrens Date: Sat May 4 02:26:49 2013 +0200 Debug rendering for PostScript printer backend. Change-Id: I

[Libreoffice-commits] .: 2 commits - src/docrecord.py src/msodraw.py

2013-05-06 Thread Miklos Vajna
src/docrecord.py |4 src/msodraw.py |8 2 files changed, 12 insertions(+) New commits: commit 84207b43af4f6035baeaeca1ea9d7b869af7daab Author: Miklos Vajna Date: Mon May 6 19:00:33 2013 +0200 doc: dump header drawings diff --git a/src/docrecord.py b/src/docrecord.

Re: Master branch now requires liborcus 0.5.0 or higher.

2013-05-06 Thread Bjoern Michaelsen
Hi, On Mon, May 06, 2013 at 12:19:38AM +0200, Mat M wrote: > If I have questions about gbuild (and be sure I will :) ), what is > the preferred way: > - Asking the list through a dedicated thread > - Private mails to gbuild experts (Volunteers, one step ahead) > - Asking list + CCing gbuild expert

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

2013-05-06 Thread Kohei Yoshida
sc/inc/column.hxx|1 sc/inc/document.hxx |5 ++- sc/inc/table.hxx |1 sc/qa/unit/ucalc.cxx | 52 +++ sc/source/core/data/column.cxx |2 + sc/source/core/data/column2.cxx |5 +++

Re: [ANNOUNCE] libreoffice-4.1.0.0.alpha1 tag created

2013-05-06 Thread Petr Mladek
Fridrich Strba píše v Po 06. 05. 2013 v 12:03 +0200: > When trying to build it with all languages on windows, I get: > > $ /opt/lo/bin/make.exe > /opt/lo/bin/make -j 1 -rs -f C:/master/Makefile.gbuild > /cygdrive/c/master/helpcontent2/AllLangHelp_sbasic.mk:12: *** > gb_Package__check: Package Help

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

2013-05-06 Thread Andras Timar
instsetoo_native/util/openoffice.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7511838a0137a72ac8d8c62e39fb4160521b4ac6 Author: Andras Timar Date: Mon May 6 18:01:09 2013 +0200 Bump for 3.6-21 Change-Id: I6036d71328ed75323227fe40022f698313a261fd

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - 4 commits - bridges/test i18npool/source javaunohelper/source sdext/source stoc/source svtools/source sw/qa testtools/source toolkit/sou

2013-05-06 Thread Miklos Vajna
bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx |4 bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx |2 i18npool/source/transliteration/transliteration_Numeric.cxx |6 - javaunohelper/source/bootstrap.cxx

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

2013-05-06 Thread Stephan Bergmann
icu/UnpackedTarball_icu.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a89aa68483fafb82f1718fef93788523ddf0070d Author: Stephan Bergmann Date: Mon May 6 17:38:09 2013 +0200 Fix for Windows Change-Id: I236c7887895d26a90c0f39655891d84b97b7b3ba diff

[Libreoffice-commits] core.git: 3 commits - config_host/config_harfbuzz.h.in configure.ac vcl/generic vcl/inc vcl/source

2013-05-06 Thread Khaled Hosny
config_host/config_harfbuzz.h.in|6 -- configure.ac|9 + vcl/generic/glyphs/gcach_ftyp.cxx |2 -- vcl/generic/glyphs/gcach_layout.cxx | 29 - vcl/inc/generic/glyphcache.hxx |8 vcl/inc/sallayout.h

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

2013-05-06 Thread Petr Mladek
Tag 'libreoffice-4.1.0.0.alpha1-buildfix1' created by Petr Mladek at 2013-05-06 16:24 -0700 Tag libreoffice-4.1.0.0.alpha1-buildfix1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJRh8sQAAoJEPQ0oe+v7q6jn1kQAKomIhASadQLld7PbCKChTjT F+kgHQ/hncWxyQxrxwt6f2OXZWbWSgOWc

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

2013-05-06 Thread Petr Mladek
Tag 'libreoffice-4.1.0.0.alpha1-buildfix1' created by Petr Mladek at 2013-05-06 16:24 -0700 Tag libreoffice-4.1.0.0.alpha1-buildfix1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJRh8sQAAoJEPQ0oe+v7q6jNxoP/1xB7EEvgiB/h11jZRUetzoq /5GrEf9dS3OXep8SjzzaKQMPE26TZnszP

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

2013-05-06 Thread Petr Mladek
Tag 'libreoffice-4.1.0.0.alpha1-buildfix1' created by Petr Mladek at 2013-05-06 16:24 -0700 Tag libreoffice-4.1.0.0.alpha1-buildfix1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJRh8sQAAoJEPQ0oe+v7q6jbp4QAJ8rsGWp9By6F/aDQ6dnDwEd rZPxrMpreR9wZazWWhy+jUKWTewhWoAm+

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

2013-05-06 Thread Petr Mladek
Tag 'libreoffice-4.1.0.0.alpha1-buildfix1' created by Petr Mladek at 2013-05-06 16:24 -0700 Tag libreoffice-4.1.0.0.alpha1-buildfix1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJRh8sQAAoJEPQ0oe+v7q6j144P/jsuCknUIoaBGGOfvPf7Mp5B KB4p7/vZurg3HX+4AmGhHcb0TvtY7emk1

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

2013-05-06 Thread David Tardon
solenv/gbuild/AllLangHelp.mk | 74 ++--- solenv/gbuild/extensions/pre_SharedLangList.mk | 10 +++ 2 files changed, 30 insertions(+), 54 deletions(-) New commits: commit 2b88585b59091189672695a5a2fbe2c7528d3cf3 Author: David Tardon Date: Mon May 6 14:22

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

2013-05-06 Thread Stephan Bergmann
sc/inc/conditio.hxx | 24 ++-- sc/source/core/data/conditio.cxx | 28 +++- vcl/source/window/window.cxx | 24 ++-- 3 files changed, 31 insertions(+), 45 deletions(-) New commits: commit 3f4a63f1492b7b471ad99502

Re: psprint::CompatMetricOverride - can I kill it?

2013-05-06 Thread Thorsten Behrens
Noel Grandin wrote: > So I can take that as a yes :-) ? > yes. :) -- Thorsten signature.asc Description: Digital signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - 3 commits - cli_ure/CliLibrary_cli_uno_bridge.mk cli_ure/CustomTarget_cli_uretypes.mk cli_ure/Module_cli_ure.mk cli_ure/Package_cli_uret

2013-05-06 Thread Petr Mladek
cli_ure/CliLibrary_cli_uno_bridge.mk |7 +--- cli_ure/CustomTarget_cli_uretypes.mk | 34 +++ cli_ure/Module_cli_ure.mk|8 - cli_ure/Package_cli_uretypes.mk | 18 cli_ure/source/mono_br

[Libreoffice-commits] core.git: 2 commits - download.lst icu/UnpackedTarball_icu.mk Makefile.fetch solenv/gbuild

2013-05-06 Thread Eike Rathke
Makefile.fetch |1 + download.lst |1 + icu/UnpackedTarball_icu.mk |6 ++ solenv/gbuild/UnpackedTarball.mk | 17 + 4 files changed, 25 insertions(+) New commits: commit bc20557b9ffa774d98846097bb2e4b93e518c4b3 Author: E

[PUSHED libreoffice-4-0] fdo#42144 WW8 export: avoid writing pointless empty footers

2013-05-06 Thread Bosdonnat Cedric (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/3797 Approvals: Bosdonnat Cedric: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3797 To unsubscribe, v

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

2013-05-06 Thread Miklos Vajna
sw/qa/extras/ww8export/data/fdo42144.odt |binary sw/qa/extras/ww8export/ww8export.cxx |9 + sw/source/filter/ww8/wrtw8sty.cxx|2 +- 3 files changed, 10 insertions(+), 1 deletion(-) New commits: commit ea2603200b46f460f34c930770d69db74a164bde Author: Miklos Vajna Date

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

2013-05-06 Thread Kohei Yoshida
sc/source/core/data/dpfilteredcache.cxx|2 +- sc/source/core/data/segmenttree.cxx|2 +- sc/source/filter/excel/colrowst.cxx|4 ++-- sc/source/filter/xml/XMLStylesExportHelper.cxx |2 +- 4 files changed, 5 insertions(+), 5 deletions(-) New commits: c

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

2013-05-06 Thread Fridrich Štrba
solenv/gbuild/AllLangHelp.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0bac488a1b9da8812f7b888bd12d774ef75379ba Author: Fridrich Å trba Date: Mon May 6 16:16:43 2013 +0200 Did not want to push this thing ;) Change-Id: I2dfaa895a3efefa6fee8d21575

Re: XCheckBox question

2013-05-06 Thread Miklos Vajna
Hi Alexander, On Fri, May 03, 2013 at 11:58:19AM +0200, Alexander Thurgood wrote: > So the question is, where does the actual checkbox come from ? How is it > drawn, and how would it be possible to get it to be redrawn at any give > size of the user's choosing ? Or is this something that has nev

[PATCH] Drop String.AppendAscii from filter

2013-05-06 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3799 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/99/3799/1 Drop String.AppendAscii from filter Change-Id: I73f61b9a20297b6b704aca52b1fc9efac563a224 --- M filter/source/gra

Re: Help app with LibreOffice

2013-05-06 Thread Jan Holesovsky
Hi gian, g...@digitaldoc.com.br píše v Po 06. 05. 2013 v 07:15 -0600: > We have a java application that calls the libreoffice to make creating > and editing files. Odt. The test environment is ubuntu + kde. Formerly > with OpenOffice our code worked and now does not work with LibreOffice. By m

[Libreoffice-commits] core.git: offapi/com offapi/UnoApi_offapi.mk vcl/source

2013-05-06 Thread Stephan Bergmann
offapi/UnoApi_offapi.mk |1 offapi/com/sun/star/datatransfer/clipboard/SystemClipboardExt.idl | 39 -- vcl/source/window/window.cxx |4 - 3 files changed, 2 insertions(+), 42 deletions(-) New commit

[ABANDONED] fdo#37222 and fdo#37219 Open pdf after Export and added to ...

2013-05-06 Thread Miklos Vajna (via Code Review)
Miklos Vajna has abandoned this change. Change subject: fdo#37222 and fdo#37219 Open pdf after Export and added to recent documents. .. Patch Set 1: Abandoned https://gerrit.libreoffice.org/3763 is a newer version. -- To vi

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

2013-05-06 Thread Andras Timar
instsetoo_native/util/openoffice.lst |6 +++--- solenv/inc/minor.mk |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 1a03b36068e81e8b9c6797067ff490ad4a62f768 Author: Andras Timar Date: Mon May 6 15:51:35 2013 +0200 Bump for 3.6-21

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

2013-05-06 Thread Faisal M . Al-Otaibi
sc/source/ui/view/drawview.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 0618ebfa88b1b3eca11f40c173a53680cd41dedd Author: Faisal M. Al-Otaibi Date: Sun May 5 09:49:30 2013 +0300 fdo#63878 fix the zoom problem when the sheet are RTL Change-Id: Ie451b7a84b5481

Re: Help with saving state to vector with arbitrary length

2013-05-06 Thread Kohei Yoshida
Hi Albert, On 05/06/2013 04:13 AM, Albert Thuswaldner wrote: Hi, While removing the limit of 3 sort criteria in Calc, I more or less intentionally left out fixing the saving of state. The state is set here: http://opengrok.libreoffice.org/xref/core/sc/source/ui/view/cellsh2.cxx#507 and retrive

[PUSHED] fdo#63878 fix the zoom problem when the sheet are RTL

2013-05-06 Thread Eike Rathke (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/3789 Approvals: Eike Rathke: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3789 To unsubscribe, visit

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

2013-05-06 Thread Faisal M . Al-Otaibi
sc/source/ui/view/drawview.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 5bff7f52075eb3ffe931d1779681262e1820a859 Author: Faisal M. Al-Otaibi Date: Sun May 5 09:49:30 2013 +0300 fdo#63878 fix the zoom problem when the sheet are RTL Change-Id: Ie451b7a84b5481

Re: [PATCH] fdo#37222 and fdo#37219 Open pdf after Export and added to ...

2013-05-06 Thread Anurag Kanungo
Hi , Yeah i have already done this , but review is left. You can check new one at https://gerrit.libreoffice.org/#/c/3763 And it will require make dev-install tto work . If possible review and suggest changes any if required Thanks On Monday, May 6, 2013, Miklos Vajna (via Code Review) wrote:

[PUSHED] SW : Fix crash by checking find result

2013-05-06 Thread Eike Rathke (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/3783 Approvals: Eike Rathke: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3783 To unsubscribe, visit

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

2013-05-06 Thread Arnaud Versini
sw/source/core/txtnode/ndtxt.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 759c301785a703188b52d01ded2f96ff3f6eb7f9 Author: Arnaud Versini Date: Sat May 4 17:45:47 2013 +0200 SW : Fix crash by checking find result Change-Id: I6caf18b110dd0a4

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - avmedia/source bridges/source svx/source

2013-05-06 Thread Herbert Dürr
avmedia/source/quicktime/player.cxx |2 +- bridges/source/cpp_uno/gcc3_macosx_intel/makefile.mk |4 ++-- svx/source/sidebar/EmptyPanel.src|2 +- 3 files changed, 4 insertions(+), 4 deletions(-) New commits: commit a01c392ef8fa564ce58579632dd41ec3a0

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Jorendc changed: What|Removed |Added Depends on|36799 | -- You are receiving this mail because: You

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Jorendc changed: What|Removed |Added Depends on||36799 -- You are receiving this mail because:

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

2013-05-06 Thread Fridrich Štrba
solenv/gbuild/AllLangHelp.mk|2 writerperfect/source/common/DocumentHandler.cxx |1 writerperfect/source/common/WPXSvStream.cxx |5 - writerperfect/source/common/WriterPerfectDebug.hxx | 24 writerperfect/source/writer/M

[PUSHED] fdo#60924: Move some more libs to autoinstallation

2013-05-06 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/3758 Approvals: Matúš Kukan: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3758 To unsubscribe, visit

[Libreoffice-commits] core.git: Repository.mk scp2/source

2013-05-06 Thread Marcos Paulo de Souza
Repository.mk | 18 scp2/source/ooo/file_library_ooo.scp | 37 -- scp2/source/ooo/module_hidden_ooo.scp | 11 -- 3 files changed, 10 insertions(+), 56 deletions(-) New commits: commit d5d7d18d5cbfdc4b96cc705fa

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Alex Thurgood changed: What|Removed |Added Depends on||36799 -- You are receiving this mail be

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 --- Comment #150 from Alex Thurgood --- I am adding bug 36799, it is extremely problematic for OSX users (and apparently some Linux users), and seems to be linked to page size defaults, which in turn causes printing to screw up. Unfortunately, it

Re: psprint::CompatMetricOverride - can I kill it?

2013-05-06 Thread Noel Grandin
On 2013-05-06 13:40, Michael Stahl wrote: aha... the requested interface is XMaterialHolder... that is strong hint that some really ugly hack is taking place... i would not be surprised if the other end of that hack was in the Sun internal repository (StarOffice only) and this "feature" is real

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

2013-05-06 Thread David Tardon
solenv/gbuild/Library.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 9fc31b75d6ef201d41e15e9bb0f1a4108b29f802 Author: David Tardon Date: Mon May 6 14:22:13 2013 +0200 make sure the output dir exists Change-Id: I71fac6a4e8283d293a6bd50637ff3a1e6c2ad40d diff --git

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

2013-05-06 Thread Petr Mladek
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 29884e1f4b3e620d523c6a5c8a3cf72159dc9b24 Author: Petr Mladek Date: Mon May 6 14:18:54 2013 +0200 bump product version to 4.1.0.0.alpha1+ Change-Id: I131364a0c80626b82939b641012abdfd11e9fabe

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

2013-05-06 Thread Stephan Bergmann
include/vcl/builder.hxx | 11 ++- vcl/source/window/builder.cxx |2 +- 2 files changed, 3 insertions(+), 10 deletions(-) New commits: commit 3def5194ddaf9c4d766b71527874bd1a973b43e5 Author: Stephan Bergmann Date: Mon May 6 14:17:42 2013 +0200 Revert "Blind fix for MSVC

[PUSHED libreoffice-3-6] fdo#54087 refactor/fix browser plugin detection on Windows

2013-05-06 Thread Michael Stahl (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/3785 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3785 To unsubscribe, visi

[PUSHED libreoffice-4-0] fdo#54087 refactor/fix browser plugin detection on Windows

2013-05-06 Thread Michael Stahl (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/3784 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3784 To unsubscribe, visi

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

2013-05-06 Thread Andras Timar
cui/source/dialogs/winpluginlib.cxx | 31 +-- 1 file changed, 5 insertions(+), 26 deletions(-) New commits: commit c0126be4cca4a88aa7b5d2a36962e9828c9b2c15 Author: Andras Timar Date: Sat May 4 09:48:27 2013 -0700 fdo#54087 refactor/fix browser plugin detectio

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

2013-05-06 Thread Andras Timar
cui/source/dialogs/winpluginlib.cxx | 31 +-- 1 file changed, 5 insertions(+), 26 deletions(-) New commits: commit f577975db513c2108600a1fabd1f7560c95b3db2 Author: Andras Timar Date: Sat May 4 09:48:27 2013 -0700 fdo#54087 refactor/fix browser plugin detectio

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

2013-05-06 Thread David Tardon
solenv/gbuild/AllLangHelp.mk | 48 +++ 1 file changed, 40 insertions(+), 8 deletions(-) New commits: commit 3992cf60d7f025744e473d5dc97f435a0af4f8f0 Author: David Tardon Date: Mon May 6 13:50:42 2013 +0200 gbuild: only add files to existing help p

[PUSHED libreoffice-4-0] fdo#48056 treat report chart as draw chart

2013-05-06 Thread Miklos Vajna (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/3767 Approvals: Markus Mohrhard: Looks good to me, approved Miklos Vajna: Verified -- To view, visit https://gerrit.libreoffice.org/3767 To

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

2013-05-06 Thread Lionel Elie Mamane
comphelper/inc/comphelper/classids.hxx |6 ++ xmloff/source/draw/shapeexport.cxx |3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit d69a05d97c8a686ff24bd6d89905dfd3aee6a1cb Author: Lionel Elie Mamane Date: Fri May 3 18:09:15 2013 +0200 fdo#48056 tr

Re: psprint::CompatMetricOverride - can I kill it?

2013-05-06 Thread Michael Stahl
On 06/05/13 12:46, Noel Grandin wrote: > Hi > > Looking at the code in > >vcl/generic/fontmanager/fontmanager.cxx > > at line 2877, something like this (simplified) > >bool PrintFontManager::readOverrideMetrics() >{ >getProcessServiceFactory()->createInstance( > "com.su

[PUSHED libreoffice-4-0] fdo#48056 revert part of return "correct name for shapetype"

2013-05-06 Thread Miklos Vajna (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/3766 Approvals: Markus Mohrhard: Looks good to me, but someone else must approve Miklos Vajna: Verified; Looks good to me, approved -- To vi

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

2013-05-06 Thread Lionel Elie Mamane
reportdesign/source/core/api/FixedLine.cxx|5 - reportdesign/source/core/api/FixedText.cxx|5 - reportdesign/source/core/api/FormattedField.cxx |3 +++ reportdesign/source/core/api/ImageControl.cxx |5 - reportdesign/source/core/api/ReportDefinitio

[PUSHED libreoffice-4-0] map full transparent solid fill to no fill, fdo#64224

2013-05-06 Thread Miklos Vajna (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/3792 -- To view, visit https://gerrit.libreoffice.org/3792 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: mer

[PUSHED libreoffice-4-0] let us be explicit about default values

2013-05-06 Thread Miklos Vajna (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/3793 Approvals: Miklos Vajna: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3793 To unsubscribe, visit

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

2013-05-06 Thread Markus Mohrhard
oox/source/export/drawingml.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit 5672bfda87bce5e05e6ef1ecc20f36b4fc7a92ef Author: Markus Mohrhard Date: Mon May 6 01:11:36 2013 +0200 map full transparent solid fill to no fill, fdo#64224 (cherry picked from com

[PUSHED libreoffice-4-0] adapt to ICU patch https://ssl.icu-project.org/trac/ticket/1...

2013-05-06 Thread Miklos Vajna (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/3755 Approvals: Miklos Vajna: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3755 To unsubscribe, visit

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

2013-05-06 Thread Markus Mohrhard
oox/source/export/drawingml.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit ea2f86339a3affa643f0f0d81dc79041af06089f Author: Markus Mohrhard Date: Sun May 5 21:35:07 2013 +0200 let us be explicit about default values Different MSO versions b

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

2013-05-06 Thread Eike Rathke
vcl/generic/glyphs/gcach_layout.cxx | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) New commits: commit d7676d33f16bf790b35c06b5710f326254387cdc Author: Eike Rathke Date: Fri May 3 00:19:59 2013 +0200 adapt to ICU patch https://ssl.icu-project.org/trac/ticket/1010

Re: New language localization

2013-05-06 Thread Eike Rathke
Hi Kaïraba, On Saturday, 2013-05-04 13:37:32 +0100, Kaïraba Cissé wrote: > N'ko is a right to left language with its own digits. For more information > see : http://en.wikipedia.org/wiki/N%27Ko_alphabet > Unicode range : U+07C0–U+07FF > > I want to start the localization of libre office in N'ko

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 42144, which changed state. Bug 42144 Summary: FILESAVE as .doc (MSO97) looses page bottom margin formatting https://bugs.freedesktop.org/show_bug.cgi?id=42144 What|Removed |Added -

  1   2   >