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

2013-05-13 Thread Janit Anjaria
Hey Tor! It is good to know that even you have been taking interest in this pretty "important" task which i have been working on. -- Regarding the compiling of the code , i bet i did compile it on my machine as well,but as you said you have been getting some errors i would be happy to look back i

Re: new-style service and create with arguments

2013-05-13 Thread Noel Grandin
Hi Ooops, that would be my fault. I'll push a fix shortly. The IDL will look something like: service ConnectionTools : XConnectionTools { createWithConnection([in] com::sun::star::sdbc::XConnection Connection); }; Regards, Noel. On 2013-05-14 08:21, Lionel Elie Mamane wrote: Hi, With re

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Winfried Donkers changed: What|Removed |Added Depends on||52226 -- You are receiving this mail

new-style service and create with arguments

2013-05-13 Thread Lionel Elie Mamane
Hi, With regards to adapting UNO services to "new style", the case of com.sun.star.sdb.tools.ConnectionTools. It used to be invoked as follows (in file dbaccess/source/core/dataaccess/connection.cxx, method ): m_xConnectionTools.set( m_aContext->getServiceManager()->createInstanceW

[PUSHED libreoffice-4-0] add dictionaries to ca-XV language pack

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

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

2013-05-13 Thread Andras Timar
setup_native/source/packinfo/spellchecker_selection.txt |1 + 1 file changed, 1 insertion(+) New commits: commit 4142f2db8806f57809d32715e6da8915346399ae Author: Andras Timar Date: Tue May 14 06:41:50 2013 +0200 add dictionaries to ca-XV language pack Change-Id: I1afb4388bbb8

[PATCH libreoffice-4-0] Uploading libmspub-0.0.6

2013-05-13 Thread Fridrich Strba (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3899 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/99/3899/1 Uploading libmspub-0.0.6 (cherry picked from commit ce4f51c714d5aa6f2f44cc7de89596f8e72cb600) Conflicts:

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

2013-05-13 Thread Lionel Elie Mamane
dbaccess/source/core/dataaccess/connection.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit bd27671c0ccc3505efb9fc493e0cfc63df449856 Author: Lionel Elie Mamane Date: Tue May 14 08:04:18 2013 +0200 Initialise the default-constructed ConnectionTools Regression fr

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

2013-05-13 Thread Takeshi Abe
include/vcl/field.hxx |4 - vcl/source/control/field2.cxx | 144 +- 2 files changed, 74 insertions(+), 74 deletions(-) New commits: commit acf9b40977fd0d7cf604ff9f17dd7cc5aef8b2e9 Author: Takeshi Abe Date: Tue May 14 14:26:13 2013 +0900

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

2013-05-13 Thread Tor Lillqvist
If you just would have made it so in your patches from the start that your code is at least compiled (and thus by necessity free from syntax and language errors), it would have been easier to understand that it is a work in progress. Sure, of course it should be OK to submit work on a bigger task i

[PATCH libreoffice-4-0] add dictionaries to ca-XV language pack

2013-05-13 Thread Andras Timar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3898 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/98/3898/1 add dictionaries to ca-XV language pack Change-Id: I1afb4388bbb811a7d296b86a4a8b77758964daaf --- M setup_native/

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

2013-05-13 Thread Andras Timar
setup_native/source/packinfo/spellchecker_selection.txt |1 + 1 file changed, 1 insertion(+) New commits: commit e452abddfe1bbb88ca050e9aab0834b393f54693 Author: Andras Timar Date: Tue May 14 06:41:50 2013 +0200 add dictionaries to ca-XV language pack Change-Id: I1afb4388bbb8

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - i18npool/source

2013-05-13 Thread Ariel Constenla-Haile
i18npool/source/localedata/data/gl_ES.xml | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) New commits: commit ba12679129efc39834114be8bca835d8a84aacb6 Author: Ariel Constenla-Haile Date: Tue May 14 00:23:03 2013 + i122306 - Remove dot from abbr

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

2013-05-13 Thread Kohei Yoshida
sc/Library_sc.mk|2 sc/inc/column.hxx |3 sc/inc/columnspanset.hxx| 53 ++ sc/inc/document.hxx |7 + sc/inc/formulacell.hxx |7 + sc/inc/listenercontext.hxx

[PUSHED] coverity#1000855 Unitialized scalar variable

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

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

2013-05-13 Thread Norbert Thiebaud
sc/source/core/tool/stringutil.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit e7a41314081de30d3b542b88848808de1a43775e Author: Norbert Thiebaud Date: Mon May 13 17:57:20 2013 -0500 coverity#1000855 Unitialized scalar variable Change-Id: I2bece68ed33f3aa193a30d96

[PATCH] coverity#1000721 Resource Leak

2013-05-13 Thread Norbert Thiebaud (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3897 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/97/3897/1 coverity#1000721 Resource Leak Change-Id: I59161a08eee0406ac71b1212a0a8697edf27911f --- M desktop/source/lib/shi

[PATCH] coverity#1000855 Unitialized scalar variable

2013-05-13 Thread Norbert Thiebaud (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3896 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/96/3896/1 coverity#1000855 Unitialized scalar variable Change-Id: I2bece68ed33f3aa193a30d9686ba81d21c7ec55e --- M sc/sourc

Re: [PATCH] resolved fdo#35756 import more than 64k HTML table cells

2013-05-13 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Em 10-05-2013 08:28, Eike Rathke (via Code Review) escreveu: > Hi, > > I have submitted a patch for review: > > https://gerrit.libreoffice.org/3838 > > To pull it, you can do: > > git pull ssh://gerrit.libreoffice.org:29418/core refs/change

[PATCH] coverity#1019413: Unitialized scalar variable

2013-05-13 Thread Norbert Thiebaud (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3895 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/95/3895/1 coverity#1019413: Unitialized scalar variable Change-Id: Ia0a2a1a137176f2f2176b2c16cd7a747d9bc9b52 --- M sw/sour

[PATCH] TODO: Ensure SolarMutex is locked at DBG_TESTSOLARMUTEX chec...

2013-05-13 Thread Stephan Bergmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3894 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/94/3894/1 TODO: Ensure SolarMutex is locked at DBG_TESTSOLARMUTEX checkpoints f218110744cbb2ec79796d886042546e47334cca "Ge

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

2013-05-13 Thread Stephan Bergmann
vcl/source/app/dbggui.cxx |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit 8a1fbd41ef0c7c066e88f7f449275a89f61d2bf5 Author: Stephan Bergmann Date: Mon May 13 23:46:08 2013 +0200 Remove redundant OSL_ENSURE Change-Id: Icb3c4a4afe80e50d6f39e9a8092eab

[Libreoffice-commits] core.git: Branch 'feature/gengalr' - 2 commits - solenv/gbuild svx/source vcl/qa vcl/source

2013-05-13 Thread Michael Meeks
solenv/gbuild/Package.mk |1 - svx/source/gallery2/galobj.cxx|3 --- vcl/qa/cppunit/graphicfilter/filters-test.cxx | 20 vcl/source/gdi/bitmap3.cxx| 19 ++- 4 files changed, 34 insertions(+),

[PATCH] fdo#39468 Comment translation GER-ENG in sw/source/ui/ribbar...

2013-05-13 Thread Matthias Freund (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3893 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/93/3893/1 fdo#39468 Comment translation GER-ENG in sw/source/ui/ribbar/ cleanups and translations - and a forgotten file.

[Libreoffice-commits] core.git: Branch 'feature/gengalr' - 4 commits - extras/Gallery_sound.mk extras/Gallery_transportation.mk extras/Gallery_txtshapes.mk extras/Module_extras.mk extras/Package_galls

2013-05-13 Thread Michael Meeks
dev/null |binary extras/Gallery_sound.mk |2 extras/Gallery_transportation.mk | 29 + extras/Gallery_txtshapes.mk | 53 + extras/Module_extras.mk

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ef/c6346ef6a3a9b618979230036d877149ce0d7d

2013-05-13 Thread Caolán McNamara
ef/c6346ef6a3a9b618979230036d877149ce0d7d |1 + 1 file changed, 1 insertion(+) New commits: commit 8c4cee600d1516b679323d887a838805c56e5bb7 Author: Caolán McNamara Date: Mon May 13 21:05:00 2013 +0100 Notes added by 'git notes add' diff --git a/ef/c6346ef6a3a9b618979230036d877149ce0

[Libreoffice-commits] core.git: xmlsecurity/test_docs

2013-05-13 Thread Andre Fischer
dev/null |binary xmlsecurity/test_docs/tools/README.txt|5 - xmlsecurity/test_docs/tools/httpserv/build.xml|5 + xmlsecurity/test_docs/tools/httpserv/dist/README.TXT | 3

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 5a/98c86e2be861fe3c9d3976e60dddbed67d693e

2013-05-13 Thread Caolán McNamara
5a/98c86e2be861fe3c9d3976e60dddbed67d693e |1 + 1 file changed, 1 insertion(+) New commits: commit da9cd086cc153d4dc3672c32627d38fa0440a726 Author: Caolán McNamara Date: Mon May 13 21:02:14 2013 +0100 Notes added by 'git notes add' diff --git a/5a/98c86e2be861fe3c9d3976e60dddbed67d6

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 14/6a0191da125c72637ff502bb77ef1c2de7ee3c

2013-05-13 Thread Caolán McNamara
14/6a0191da125c72637ff502bb77ef1c2de7ee3c |1 + 1 file changed, 1 insertion(+) New commits: commit f58f718c83f0b2639926cd76b7faab8c1d37af85 Author: Caolán McNamara Date: Mon May 13 20:55:02 2013 +0100 Notes added by 'git notes add' diff --git a/14/6a0191da125c72637ff502bb77ef1c2de7e

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

2013-05-13 Thread Caolán McNamara
55/b220bfd401aeb9804894450bf8fe29998f |1 + 1 file changed, 1 insertion(+) New commits: commit edd62370666f186cf32fa10f50399a7cdeaa655a Author: Caolán McNamara Date: Mon May 13 20:52:24 2013 +0100 Notes added by 'git notes add' diff --git a/55/b220bfd401aeb9804894450bf8fe299

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 76/741df0b60b9157710f8e66720275749dbf98bd

2013-05-13 Thread Caolán McNamara
76/741df0b60b9157710f8e66720275749dbf98bd |1 + 1 file changed, 1 insertion(+) New commits: commit ac7b89216b18eb3727c70f89601e2d91b4b0bb5f Author: Caolán McNamara Date: Mon May 13 20:49:10 2013 +0100 Notes added by 'git notes add' diff --git a/76/741df0b60b9157710f8e66720275749dbf9

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

2013-05-13 Thread Armin Le Grand
tools/source/generic/poly.cxx | 46 +- 1 file changed, 37 insertions(+), 9 deletions(-) New commits: commit 6b5523d1d7c237883b3a87b6c8d7389a4795314d Author: Armin Le Grand Date: Mon Jul 30 09:40:40 2012 + Resolves: #i115917# Better conversion

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 88/0aadbeba4e31049d5b7f0a34323553fb6249fb c2/6f80aa1ba65b63e313dce9c6d7e40ab8efede6

2013-05-13 Thread Caolán McNamara
88/0aadbeba4e31049d5b7f0a34323553fb6249fb |1 + c2/6f80aa1ba65b63e313dce9c6d7e40ab8efede6 |1 + 2 files changed, 2 insertions(+) New commits: commit 02ca8aef1dfd0f2c7ffaaec5976c9539004fc23d Author: Caolán McNamara Date: Mon May 13 20:39:01 2013 +0100 Notes added by 'git notes add

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

2013-05-13 Thread Armin Le Grand
sw/inc/doc.hxx|4 ++-- sw/inc/flypos.hxx | 15 +-- sw/source/core/doc/doclay.cxx | 22 +- sw/source/core/layout/flypos.cxx | 28 +++- sw/source/core/unocore/unoobj2.cxx|

[PATCH] String.AppendAscii Drop

2013-05-13 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3892 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/92/3892/1 String.AppendAscii Drop Change-Id: I12175a81f0a74546b5e00633176f204b9a3fb35c --- M formula/source/ui/dlg/formula

[PATCH] fdo#39468 Comment translation GER-ENG in sw/source/ui/utlui/

2013-05-13 Thread Matthias Freund (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3891 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/91/3891/1 fdo#39468 Comment translation GER-ENG in sw/source/ui/utlui/ Some of the files I had missed. Change-Id: Ie150e8

[ABANDONED] Fix build on linux by adding -lrt.

2013-05-13 Thread Arnaud Versini (via Code Review)
Arnaud Versini has abandoned this change. Change subject: Fix build on linux by adding -lrt. .. Patch Set 3: Abandoned Already changed in master by http://cgit.freedesktop.org/libreoffice/core/commit/?id=a85f5b1ee0ccf5e1999f54

[PATCH] fdo#39468 Comment translation GER-ENG in sw/source/ui/shells...

2013-05-13 Thread Matthias Freund (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3890 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/90/3890/1 fdo#39468 Comment translation GER-ENG in sw/source/ui/shells/ (Part 4) The last files of this directory. :-) Ch

[Libreoffice-commits] core.git: sal/Library_sal.mk

2013-05-13 Thread Stephan Bergmann
sal/Library_sal.mk |1 + 1 file changed, 1 insertion(+) New commits: commit a85f5b1ee0ccf5e1999f5452ce162e251191dd98 Author: Stephan Bergmann Date: Mon May 13 20:35:32 2013 +0200 clock_gettime requires -lrt at least on Fedora 18 Change-Id: Id01c86517a89dffd560440d333a37eaa807

[PATCH] Fix build on fedora and debian by checking _POSIX_C_SOURCE

2013-05-13 Thread Arnaud Versini (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3889 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/89/3889/1 Fix build on fedora and debian by checking _POSIX_C_SOURCE Change-Id: I12809d970d0a2a4ebb946675f904832ff37e029f

[PUSHED] Bin IsDigit method and use isAsciiDigit from CharClass

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

[PUSHED] Added further documentation for sfx2

2013-05-13 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/3871 Approvals: Norbert Thiebaud: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3871 To unsubscribe, v

[Libreoffice-commits] core.git: 2 commits - sfx2/doc sfx2/README starmath/source

2013-05-13 Thread Marcos Paulo de Souza
dev/null |binary sfx2/README |4 + sfx2/doc/sfx2doc.html | 78 sfx2/doc/sfx2doc0001.svg | 99 ++ starmath/source/parse.cxx | 20 + 5 files changed, 183 insertions

[PATCH] Big ISDigit method and use isAsciiDigit from CharClass

2013-05-13 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3888 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/88/3888/1 Big ISDigit method and use isAsciiDigit from CharClass Also remove the unused function strnccmp. Change-Id: Ie8

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

2013-05-13 Thread Andras Timar
instsetoo_native/util/openoffice.lst |8 solenv/inc/minor.mk |6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) New commits: commit 3ac499832916b912fcaad5b8f1a9dd432ab90446 Author: Andras Timar Date: Mon May 13 19:53:24 2013 +0200 Bump for 3.6-22

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

2013-05-13 Thread Tor Lillqvist
sw/source/filter/ww8/docxattributeoutput.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1887d2e944510b59b975c5ffbc8c0e12335d1a57 Author: Tor Lillqvist Date: Mon May 13 20:36:39 2013 +0300 WaE: unused parameter 'nCurrentLeft' Change-Id: I9aa9b0215

[PUSHED] cppcheck: fix arrayIndexThenCheck in vcl

2013-05-13 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/3868 Approvals: Norbert Thiebaud: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3868 To unsubscribe, v

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

2013-05-13 Thread Julien Nabet
vcl/source/control/field.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b12ef43863228c5b2f5b2c189e309f2228237120 Author: Julien Nabet Date: Sun May 12 15:36:30 2013 +0200 cppcheck: fix arrayIndexThenCheck in vcl Change-Id: Id7258dd35c131c2c8151bc

[PUSHED] cppcheck: fix uselessAssignmentPtrArg

2013-05-13 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/3873 Approvals: Norbert Thiebaud: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3873 To unsubscribe, v

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

2013-05-13 Thread Julien Nabet
sc/source/core/tool/consoli.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4295dfd22cef24e881a4f769f59bf6fdcbc12f10 Author: Julien Nabet Date: Sun May 12 18:09:49 2013 +0200 cppcheck: fix uselessAssignmentPtrArg Change-Id: I260bb1207cebb8cefb52fe

SolarMutex: please educate me

2013-05-13 Thread Lionel Elie Mamane
Hi, Base or Base-related code seems to have some issues around the "SolarMutex". https://bugs.freedesktop.org/show_bug.cgi?id=61725 https://bugs.freedesktop.org/show_bug.cgi?id=64241 (and others historically) Please educate me on the SolarMutex. What is its meaning, when should be held/acquired,

[PUSHED] dev-install: create the 'install' link in the builddir not i...

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

[PUSHED] fdo#39468 Comment translation GER-ENG in sw/source/ui/shells...

2013-05-13 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/3875 Approvals: Norbert Thiebaud: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3875 To unsubscribe, v

[PUSHED] Icelandic currency: fractions of króna are not used any more...

2013-05-13 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/3874 Approvals: Norbert Thiebaud: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3874 To unsubscribe, v

[Libreoffice-commits] core.git: Makefile.in

2013-05-13 Thread Norbert Thiebaud
Makefile.in |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit 9b9ee3d5e2f2e45b0c94b631649ae13cdbc1f0c3 Author: Norbert Thiebaud Date: Mon May 13 11:53:01 2013 -0500 dev-install: create the 'install' link in the builddir not in the srcdir Change

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

2013-05-13 Thread Matthias Freund
sw/source/ui/shells/grfsh.cxx|7 +--- sw/source/ui/shells/listsh.cxx |5 --- sw/source/ui/shells/navsh.cxx| 14 +--- sw/source/ui/shells/shells.src |4 +- sw/source/ui/shells/tabsh.cxx| 65 ++- sw/source/ui/shells/textfld.cxx

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

2013-05-13 Thread Björgvin Ragnarsson
i18npool/source/localedata/data/is_IS.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 275b881d935d59293f7e9195092d02915f753caf Author: Björgvin Ragnarsson Date: Sun May 12 18:40:52 2013 +0200 Icelandic currency: fractions of króna are not used any more.

[PUSHED] Use clock_gettime instead of gettimeofday to have more preci...

2013-05-13 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/3841 Approvals: Norbert Thiebaud: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3841 To unsubscribe, v

[PATCH] dev-install: create the 'install' link in the builddir not i...

2013-05-13 Thread Norbert Thiebaud (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3887 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/87/3887/1 dev-install: create the 'install' link in the builddir not in the srcdir Change-Id: I9d1e7ac746928c2a793ac05d932

[Libreoffice-commits] core.git: sal/osl

2013-05-13 Thread Arnaud Versini
sal/osl/unx/time.c | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) New commits: commit c85493b6a8033f5bab937e970f824d3a4bcbc790 Author: Arnaud Versini Date: Thu May 9 14:45:18 2013 +0200 Use clock_gettime instead of gettimeofday to have more precise time

[Libreoffice-commits] core.git: 3 commits - instsetoo_native/CustomTarget_install.mk moz/ExternalPackage_runtime.mk python3/ExternalPackage_python3.mk python3/GeneratedPackage_python3.mk python3/Zip_P

2013-05-13 Thread David Tardon
instsetoo_native/CustomTarget_install.mk |2 moz/ExternalPackage_runtime.mk |2 python3/ExternalPackage_python3.mk | 100 +++ python3/GeneratedPackage_python3.mk |2 python3/Zip_PythonFramework.mk | 24 --- solenv/gbu

[Libreoffice-commits] core.git: Branch 'feature/gengalr' - solenv/gbuild

2013-05-13 Thread Michael Meeks
solenv/gbuild/Gallery.mk |4 ++-- solenv/gbuild/TargetLocations.mk |2 +- solenv/gbuild/extensions/pre_BuildTools.mk |9 - 3 files changed, 11 insertions(+), 4 deletions(-) New commits: commit 27d886903642fc822b03da48b2094ebcdc430d70 Author: Michael

[Libreoffice-commits] .: src/docstream.py

2013-05-13 Thread Miklos Vajna
src/docstream.py | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) New commits: commit 004efbd436d0b520517eca847e270bdfa6cd08b6 Author: Miklos Vajna Date: Mon May 13 18:08:26 2013 +0200 doc: don't hang when v6 is passed instead of v8 diff --git a/src/docstream.py b/s

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - sd/source sfx2/source svx/inc svx/source

2013-05-13 Thread Pavel Janík
sd/source/ui/view/drviewsa.cxx|8 ++-- sfx2/source/sidebar/DeckTitleBar.cxx | 15 +-- sfx2/source/sidebar/FocusManager.cxx |6 +++--- sfx2/source/sidebar/PanelTitleBar.cxx |5 + sfx2/source/sidebar/Sidebar.hrc |3 +++ sfx2/s

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

2013-05-13 Thread Caolán McNamara
svx/source/dialog/hdft.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit d92643a5c191130da48e4077cf535594bba64870 Author: Caolán McNamara Date: Mon May 13 16:49:07 2013 +0100 If the first page toggle is hidden, don't set first page to true i.e. i

Re: How to build libreoffice source codes on windows ?

2013-05-13 Thread Kohei Yoshida
On 05/13/2013 11:42 AM, leo2013 wrote: I saw that there is windows version of the libreoffice. But there are a lot of dependent packages in linux to build the source codes. So I want to know what will be prepared and how to build the libreoffice source codes on windows ? This page should help y

[Libreoffice-commits] core.git: download.lst libmspub/ExternalPackage_libmspub.mk

2013-05-13 Thread Fridrich Štrba
download.lst |4 ++-- libmspub/ExternalPackage_libmspub.mk |6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit ce4f51c714d5aa6f2f44cc7de89596f8e72cb600 Author: Fridrich Å trba Date: Mon May 13 17:42:48 2013 +0200 Uploading libmsp

How to build libreoffice source codes on windows ?

2013-05-13 Thread leo2013
I saw that there is windows version of the libreoffice. But there are a lot of dependent packages in linux to build the source codes. So I want to know what will be prepared and how to build the libreoffice source codes on windows ? -- View this message in context: http://nabble.documentfound

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

2013-05-13 Thread Caolán McNamara
sc/inc/helpids.h |8 sc/source/ui/pagedlg/tphf.cxx |8 2 files changed, 4 insertions(+), 12 deletions(-) New commits: commit e4f4d46b3a972c0ebba9f3c6a84bcf649fc8aef3 Author: Caolán McNamara Date: Mon May 13 16:39:19 2013 +0100 set correct single tab

Re: ".docx" file immediately crashes LibreOffice 4.0.2.2

2013-05-13 Thread Manuel Reimer
Norbert Thiebaud wrote: I pinged cbosdonnat with it... he should be reviewing it shortly, to make sure that it does not create 'other' side effects... Is there someone else, who could be added to the CC list. So far it seems like a crash bug, that makes it impossible to edit some files with L

[Libreoffice-commits] Changes to 'libmspub-0.0.4'

2013-05-13 Thread Fridrich Štrba
New branch 'libmspub-0.0.4' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/tags/libmspub-0.0.6'

2013-05-13 Thread Fridrich Štrba
Tag 'libmspub-0.0.6' created by Fridrich Å trba at 2013-05-13 16:37 -0700 Tagging 0.0.6 release Changes since libmspub-0.0.5-33: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freed

[Libreoffice-commits] .: src/docrecord.py src/docstream.py

2013-05-13 Thread Miklos Vajna
src/docrecord.py | 19 +++ src/docstream.py | 27 +-- 2 files changed, 44 insertions(+), 2 deletions(-) New commits: commit fafba58deed9279de410dadcb0fb9eb8c303014e Author: Miklos Vajna Date: Mon May 13 17:27:53 2013 +0200 doc: do not crash on R

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

2013-05-13 Thread Fridrich Štrba
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 83713ac1c8b614fb28a65a7163a6123acf3918a7 Author: Fridrich Å trba Date: Mon May 13 17:29:19 2013 +0200 Bumping version to 0.0.6 diff --git a/configure.ac b/configure.ac index f8c0574..f4a68da 100644

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

2013-05-13 Thread Andras Timar
i18nlangtag/source/isolang/isolang.cxx |1 + include/i18nlangtag/lang.h |1 + svtools/source/misc/langtab.src|1 + 3 files changed, 3 insertions(+) New commits: commit ec97c59ad376e895c1015e04f638804ce71077a6 Author: Andras Timar Date: Mon May 13 13:31:07 2013 +

[Libreoffice-commits] libmspub.git: src/lib

2013-05-13 Thread Franz Schmid
src/lib/EscherFieldIds.h |5 src/lib/MSPUBCollector.cpp | 12 +++-- src/lib/MSPUBParser.cpp| 55 ++--- src/lib/Shadow.h | 10 +--- 4 files changed, 44 insertions(+), 38 deletions(-) New commits: commit 8f69cc15162202ef

[Libreoffice-commits] core.git: Branch 'feature/gengalr' - extras/Module_extras.mk

2013-05-13 Thread Michael Meeks
extras/Module_extras.mk |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 3c8f4a533f6c8fa7ad182acfd77976a4cd619af4 Author: Michael Meeks Date: Mon May 13 16:26:40 2013 +0100 gallery: don't build galleries unless in the desktop profile. Change-Id:

[PUSHED] fdo#64531 : Tab-stops exported to DOCX added too much indent...

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

[PUSHED] zoomandviewlayout.ui widget

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

[PUSHED] pastespecial.ui widget

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

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

2013-05-13 Thread Adam Co
sw/source/filter/ww8/docxattributeoutput.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit e9e1d7fc4de8fc44adf35fe302c75591b3c5bc18 Author: Adam Co Date: Mon May 13 13:58:13 2013 +0300 fdo#64531 : Tab-stops exported to DOCX added too much indentation

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

2013-05-13 Thread Alia Almusaireae
sd/uiconfig/sdraw/ui/zoomandviewlayout.ui | 368 ++ 1 file changed, 368 insertions(+) New commits: commit 1472b5f87314fe660ef1a7b254e51272669f12f6 Author: Alia Almusaireae Date: Mon May 6 09:11:30 2013 +0300 zoomandviewlayout.ui widget Change-Id: I8d6

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

2013-05-13 Thread Caolán McNamara
helpers/help_hid.lst |8 - source/text/scalc/01/02120100.xhp | 58 +++--- 2 files changed, 23 insertions(+), 43 deletions(-) New commits: commit 60ba9eab1a22a0b3c0e77f1000a90f626fb0cd1c Author: Caolán McNamara Date: Mon May 13 16:09:32 20

[Libreoffice-commits] core.git: helpcontent2

2013-05-13 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9b654ab472f287928f6ac5b92cc7781be70a867c Author: Caolán McNamara Date: Mon May 13 16:09:32 2013 +0100 Updated core Project: help 60ba9eab1a22a0b3c0e77f1000a90f626fb0cd1c diff --git a/helpconte

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

2013-05-13 Thread Alia Almusaireae
sd/uiconfig/sdraw/ui/pastespecial.ui | 181 +++ 1 file changed, 181 insertions(+) New commits: commit 9434ebaa39a65940ac0af5bc35870da71d3cd479 Author: Alia Almusaireae Date: Sun May 5 12:21:30 2013 +0300 pastespecial.ui widget Change-Id: I1e26bfe1

[PUSHED] Get rid of GlobalEditData::GetStdRefDevice()

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

[Libreoffice-commits] core.git: Changes to 'feature/gengalr'

2013-05-13 Thread Michael Meeks
New branch 'feature/gengalr' available with the following commits: commit 4f2b4b4121fc398c815f685e3f4f4651008e2b05 Author: Michael Meeks Date: Mon May 13 13:53:05 2013 +0100 gallery: cleanup makefiles for new gallery naming and translation. Change-Id: I9ec5192c007df6d0ce15f5e61cb53

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

2013-05-13 Thread Tor Lillqvist
editeng/source/editeng/eerdll.cxx | 11 --- editeng/source/editeng/eerdll2.hxx |4 editeng/source/editeng/impedit2.cxx | 20 +++- 3 files changed, 11 insertions(+), 24 deletions(-) New commits: commit f218110744cbb2ec79796d886042546e47334cca Author: Tor Lil

How can I obtain the data stored in variables of Calc ?

2013-05-13 Thread leo2013
There are two cases which I meet normally. One is creating one or more new data-sheets in one workbook, and then fill some data into the cells of these data-sheets; the other is opening one *.xlsx (or *.xls,*.slsm,*.xls) file with a amount of data which have been in data-sheets of this file alread

[PUSHED] Related fdo#35546: Remove "1 Image with Title" Layout for Ph...

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

[Libreoffice-commits] core.git: Branch 'feature/gengal' - 3 commits - configure.ac desktop/source extras/Gallery_sound.mk extras/source l10ntools/source solenv/bin solenv/gbuild svx/source

2013-05-13 Thread Michael Meeks
configure.ac |3 - desktop/source/app/appinit.cxx|2 extras/Gallery_sound.mk |3 - extras/source/gallery/share/gallery_names.ulf | 12 + extras/source/gallery/sounds/sound.str|2 l10ntools/source

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

2013-05-13 Thread Samuel Mehrbrodt
sd/source/ui/dlg/PhotoAlbumDialog.cxx | 161 +++--- sd/source/ui/dlg/PhotoAlbumDialog.hxx |4 sd/uiconfig/simpress/ui/photoalbum.ui | 33 +- 3 files changed, 45 insertions(+), 153 deletions(-) New commits: commit cd1034f87ae0c03d8107e2e1fd8f968c3f7075b3 Aut

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

2013-05-13 Thread Caolán McNamara
sd/source/ui/app/strings.src |5 + sd/source/ui/inc/strings.hrc |1 + 2 files changed, 6 insertions(+) New commits: commit 3986bd60487e1a6cf36b98a76f2eebd5afa397ae Author: Caolán McNamara Date: Mon May 13 15:50:10 2013 +0100 restore STR_PHOTO_ALBUM_TEXTBOX to fix build

[PUSHED] Convert Calc page header/footer content to Widget UI

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

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

2013-05-13 Thread Khaled Hosny
vcl/generic/glyphs/gcach_ftyp.cxx | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) New commits: commit dd5b15ebd868e21b4c948ccb7978136a91a7992c Author: Khaled Hosny Date: Mon May 13 16:32:20 2013 +0200 Handle fonts without hhea or OS/2 table e.g. Type1 Chan

[PUSHED] Related fdo#35546: Remove the "Text box" function from Photo...

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

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

2013-05-13 Thread Samuel Mehrbrodt
sd/source/ui/app/strings.src |5 sd/source/ui/dlg/PhotoAlbumDialog.cxx | 24 - sd/source/ui/dlg/PhotoAlbumDialog.hxx |3 sd/source/ui/inc/strings.hrc |1 sd/uiconfig/simpress/ui/photoalbum.ui | 444 ++ 5 files changed, 196 inserti

[PUSHED] Related fdo#35546: Further improve Layout of Photo Album Dia...

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

[PUSHED] Related fdo#35546: Simplyfy Code in Photo Album Dialog

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

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

2013-05-13 Thread Samuel Mehrbrodt
sd/uiconfig/simpress/ui/photoalbum.ui | 474 -- vcl/inc/svids.hrc |2 vcl/source/src/btntext.src| 10 vcl/source/window/builder.cxx |4 4 files changed, 247 insertions(+), 243 deletions(-) New commits: commit ba

  1   2   >