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

2017-09-14 Thread Noel Grandin
vcl/inc/window.h |3 ++- vcl/source/window/window.cxx |2 -- vcl/source/window/window2.cxx |7 +++ 3 files changed, 5 insertions(+), 7 deletions(-) New commits: commit d36ccd2a7111b35276c21ed19750921fdfbfdacc Author: Noel Grandin Date:

Re: Introduction to LibreOffice Document Project Team

2017-09-14 Thread Shinnok
Hi Koushik, Thank you for introducing yourself to the list. Based on our communication so far here's an easy getting started guide for you. Getting involved overview: https://wiki.documentfoundation.org/Development/GetInvolved Instructions on how to setup a build as well as other useful

Re: core.git: desktop/source include/LibreOfficeKit

2017-09-14 Thread Stephan Bergmann
On 09/14/2017 10:48 AM, Jan Holesovsky wrote: Michael Stahl píše v Čt 14. 09. 2017 v 10:06 +0200: uhm, did you know "long long" is not C89 or C++98 either? https://gcc.gnu.org/onlinedocs/gcc/Long-Long.html First of all I wanted to do that only 'unsigned long', but then noticed the

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

2017-09-14 Thread Noel Grandin
sc/source/core/data/attarray.cxx | 12 ++-- sc/source/core/data/documen7.cxx |2 - sc/source/core/data/documen8.cxx |2 - sc/source/core/data/document.cxx |2 - sc/source/core/data/table1.cxx | 33 +--- sc/source/core/data/table2.cxx | 50

[Libreoffice-commits] core.git: include/editeng include/svx sc/source svx/source sw/source

2017-09-14 Thread Noel Grandin
include/editeng/svxenum.hxx | 10 +-- include/svx/algitem.hxx |4 - sc/source/core/data/attarray.cxx|2 sc/source/core/data/column2.cxx | 18 +++--- sc/source/core/data/patattr.cxx | 10 +-- sc/source/core/tool/autoform.cxx|4 -

[Libreoffice-commits] dev-tools.git: esc-reporting/esc-analyze.py

2017-09-14 Thread Shinnok
esc-reporting/esc-analyze.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c6f4bee1b1175126d1dbd50cb48a2d1292c8294d Author: Shinnok Date: Wed Sep 13 13:01:38 2017 +0200 Fix spelling for gerritReviewUserEmail. Change-Id:

[Libreoffice-commits] core.git: writerfilter/source writerperfect/source xmlhelp/source xmlreader/source xmlscript/source xmlsecurity/source

2017-09-14 Thread Noel Grandin
writerfilter/source/dmapper/DomainMapperTableHandler.cxx |4 +-- writerfilter/source/dmapper/DomainMapper_Impl.cxx| 10 writerfilter/source/dmapper/NumberingManager.cxx | 12 +++--- writerfilter/source/dmapper/StyleSheetTable.cxx |2 -

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

2017-09-14 Thread Michael Meeks
desktop/source/lib/init.cxx | 24 sd/source/core/drawdoc.cxx |4 +--- sw/source/uibase/config/viewopt.cxx |3 --- 3 files changed, 25 insertions(+), 6 deletions(-) New commits: commit f2de8a282a131f0294c41fa994083df47d5d61f0 Author: Michael

[Libreoffice-commits] core.git: officecfg/registry

2017-09-14 Thread Gabor Kelemen
officecfg/registry/data/org/openoffice/Setup.xcu |3 --- officecfg/registry/schema/org/openoffice/Setup.xcs |7 --- 2 files changed, 10 deletions(-) New commits: commit de12ff18297b80c3fbbc90e5b2f0fb51f2a74a32 Author: Gabor Kelemen Date: Wed Aug 16 16:12:38

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loolkitconfig.xcu

2017-09-14 Thread Michael Meeks
loolkitconfig.xcu |3 +++ 1 file changed, 3 insertions(+) New commits: commit 85d1ac2319038f2d8d5d7eec3d27dde70bac8cae Author: Michael Meeks Date: Thu Sep 14 10:31:12 2017 +0100 Enable spell-checking by default with this setting. Mainly serves to

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - 3 commits - desktop/source include/LibreOfficeKit include/sfx2 include/svtools include/svx include/vcl libreofficekit/source sd/sourc

2017-09-14 Thread Michael Meeks
desktop/source/lib/init.cxx | 42 +++ include/LibreOfficeKit/LibreOfficeKitEnums.h | 19 +++- include/sfx2/sfxsids.hrc |2 + include/svtools/ruler.hxx|1 include/svx/ruler.hxx

C99 in the LOK API

2017-09-14 Thread Jan Holesovsky
Hi Bubli, Thorsten, I previously did not notice that, but now I did with https://cgit.freedesktop.org/libreoffice/core/commit/?id=f70e0ec6b3c61a7c7caa469949b0ac8016c89854 that the runMacro() uses a 'bool' for the return value. To keep the requirements as low as possible (and as before when

[Libreoffice-commits] online.git: loolkitconfig.xcu

2017-09-14 Thread Michael Meeks
loolkitconfig.xcu |3 +++ 1 file changed, 3 insertions(+) New commits: commit e8d3276f531c7716cf2bd1e1b68edbdc53f33270 Author: Michael Meeks Date: Thu Sep 14 10:31:12 2017 +0100 Enable spell-checking by default with this setting. Mainly serves to

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

2017-09-14 Thread Armin Le Grand
include/svx/framelink.hxx |6 +++--- svx/source/dialog/framelink.cxx|7 +-- svx/source/dialog/frmsel.cxx | 10 +- svx/source/inc/frmselimpl.hxx |1 + sw/source/core/layout/paintfrm.cxx | 19 +-- 5 files changed, 19 insertions(+),

Re: C99 in the LOK API

2017-09-14 Thread Jan Holesovsky
Hi Thorsten, Thorsten Behrens píše v Čt 14. 09. 2017 v 09:53 +0200: > To keep the requirements as low as possible (and as before when > > using stable API only), I'd like to change that to 'int' before we > > stabilize the API for good with the 6.0 release.  Of course, the > > C++ > > wrapper

[Libreoffice-commits] core.git: Branch 'private/swe/libreoffice-5-2+backports' - sw/source

2017-09-14 Thread Samuel Mehrbrodt
sw/source/uibase/uno/unotxdoc.cxx | 110 +++--- 1 file changed, 57 insertions(+), 53 deletions(-) New commits: commit 9e64463301750d418209944ad2be26d6ea520952 Author: Samuel Mehrbrodt Date: Thu Sep 7 16:10:28 2017 +0200 tdf#42982

Re: Temporary files written to predetermined location during build

2017-09-14 Thread Rene Engelhard
Hi, On Wed, Sep 13, 2017 at 06:39:45PM +0100, Anthony Youngman wrote: > And that I guess is what's behind the original bug reported - the first user > obviously created a directory with permissions set for him, then the second > user came along, tried to use the same directory, and without write

RE: ODFF1.2 GEOMEAN

2017-09-14 Thread Winfried Donkers
Hi Eike, As we now have changed GEOMEAN, I think it would be wise to try to improve ODFF1.2 as well for GEOMEAN. Winfried Van: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] Namens Winfried Donkers Verzonden: woensdag 26 juli 2017 12:06 Aan: libreoffice@lists.freedesktop.org;

Re: C99 in the LOK API

2017-09-14 Thread Jan Holesovsky
Hi, Jan Holesovsky píše v Čt 14. 09. 2017 v 09:12 +0200: > the gerrit request when I push the patch.   https://gerrit.libreoffice.org/#/c/42266/ if anybody else is interested too :-) All the best, Kendy ___ LibreOffice mailing list

Re: C99 in the LOK API

2017-09-14 Thread Thorsten Behrens
Jan Holesovsky wrote: > To keep the requirements as low as possible (and as before when > using stable API only), I'd like to change that to 'int' before we > stabilize the API for good with the 6.0 release.  Of course, the C++ > wrapper will still return bool, no need for changes there. > No

Re: core.git: desktop/source include/LibreOfficeKit

2017-09-14 Thread Jan Holesovsky
Hi Michael, Michael Stahl píše v Čt 14. 09. 2017 v 10:06 +0200: > > -static void lo_setOptionalFeatures(LibreOfficeKit* pThis, uint64_t > > features); > > +static > > voidlo_setOptionalFeatures(LibreOfficeKit* > > pThis, unsigned long long features); > > uhm, did you know

[Libreoffice-commits] online.git: loleaflet/src

2017-09-14 Thread Jan Holesovsky
loleaflet/src/control/Control.Menubar.js |9 + 1 file changed, 9 insertions(+) New commits: commit 7707507ed0f7235cfd1113edd9df2ab903a900f1 Author: Jan Holesovsky Date: Thu Sep 14 11:38:29 2017 +0200 Introduce Tools -> Automatic Spell Checking.

Re: Build Failed - 18186

2017-09-14 Thread Stephan Bergmann
On 09/13/2017 11:27 AM, Alex Kempshall wrote: Is there a way that I can pick up these type of errors before submitting them to gerrit? By building with Clang and configuring --enable-compiler-plugins. See for

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

2017-09-14 Thread Jan Holesovsky
desktop/source/lib/init.cxx |8 desktop/source/lib/lokandroid.cxx |2 +- include/LibreOfficeKit/LibreOfficeKit.h | 13 - include/LibreOfficeKit/LibreOfficeKit.hxx |2 +- 4 files changed, 14 insertions(+), 11 deletions(-) New commits:

Re: core.git: desktop/source include/LibreOfficeKit

2017-09-14 Thread Michael Stahl
On 14.09.2017 09:51, Jan Holesovsky wrote: > New commits: > commit 5bcc79e825d542c40c9ee0f48d1d72ea9aa53c54 > Author: Jan Holesovsky > Date: Thu Sep 14 09:23:46 2017 +0200 > > [API CHANGE] lok: Don't use 'bool' and 'uint64_t' in the stable API. > diff --git

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

2017-09-14 Thread Noel Grandin
xmloff/source/chart/SchXMLChartContext.cxx |2 +- xmloff/source/chart/SchXMLExport.cxx | 18 +- xmloff/source/chart/SchXMLTextListContext.cxx |2 +- xmloff/source/core/DocumentSettingsContext.cxx |2 +-

[Libreoffice-commits] dev-tools.git: esc-reporting/esc-analyze.py

2017-09-14 Thread Shinnok
esc-reporting/esc-analyze.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 27ff1e7b74d47cb2ce6e8384b92f2fba9db1c9df Author: Shinnok Date: Wed Sep 13 13:18:10 2017 +0200 Update mentor e-mail. Change-Id:

Infra call on Tue, Sep 19 at 16:30 UTC

2017-09-14 Thread Guilhem Moulin
Hi there, The next infra call will take place at `date -d 'Tue Sep 19 16:30:00 UTC 2017'` (18:30:00 Berlin time). See https://pad.documentfoundation.org/p/infra for details; agenda TBA. See you there! Cheers, -- Guilhem. signature.asc Description: PGP signature

Introduction to LibreOffice Document Project Team

2017-09-14 Thread koushik . sekhar
Hi Everyone, I am Koushik Sekhar, who recently joined SSRLabs as an Independent Contractor. I would be working for LibreOffice Document project going forward. Thank you for having me in the team and I hope to contribute as much as I can to the LibreOffice Document Foundation Project. Regards,

Build Failed - 18186

2017-09-14 Thread Alex Kempshall
Hi all I missed the initial Jenkins linux_clang_dbgutil_64 failure, got distracted by the patch going forward for code review even with the compile failure. Since then the patch has been submitted twice since then. Don't know why. Anyway, I'm looking at the failure which is - In file

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sc/qa sc/source

2017-09-14 Thread Tamás Zolnai
sc/qa/unit/data/xls/pivottable_page_field_filter.xls |binary sc/qa/unit/subsequent_export-test.cxx| 95 +++ sc/source/filter/excel/xipivot.cxx | 71 -- sc/source/filter/inc/xipivot.hxx |4 4 files changed,

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - configure.ac

2017-09-14 Thread Andras Timar
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3656ea62b1923058dea64a4982717217591cb032 Author: Andras Timar Date: Thu Sep 14 16:46:18 2017 +0200 Bump version to 5.3-25 Change-Id:

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - translations

2017-09-14 Thread Christian Lohmaier
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 54f38bfdf52b2ee2660056aca29c9b174602f33b Author: Christian Lohmaier Date: Wed Sep 13 23:40:56 2017 +0200 Updated core Project: translations

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - 3 commits - desktop/unx solenv/gbuild svx/source

2017-09-14 Thread Michael Stahl
desktop/unx/source/pagein.c|1 + solenv/gbuild/platform/com_GCC_defs.mk | 14 ++ svx/source/tbxctrls/layctrl.cxx|2 ++ 3 files changed, 17 insertions(+) New commits: commit a8e2790c9b16d939011bdae86cdf3c41b391ad94 Author: Michael Stahl

[Libreoffice-commits] core.git: Branch 'private/jmux/scheduler-fixes' - 11 commits - comphelper/source cui/source dbaccess/source include/comphelper include/osl include/vcl sal/osl sc/qa svx/source sw

2017-09-14 Thread Jan-Marek Glogowski
Rebased ref, commits from common ancestor: commit b95ad37b9a97ba5d5a5eac3ad82e71c0c3814949 Author: Jan-Marek Glogowski Date: Tue Sep 5 18:54:49 2017 +0200 OSX revert fix for i#90083 Part of commit d6f7c94e5c27ba02ff5c3229760c9808cc9b5bea At least on my

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

2017-09-14 Thread Mike Kaganski
sal/osl/w32/security.cxx | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit 59402caefa12b922f2d0e2083e420a02356ea476 Author: Mike Kaganski Date: Thu Sep 14 13:46:30 2017 +0300 tdf#103525: a blind fix: try Unicode

Re: ODFF1.2 GEOMEAN

2017-09-14 Thread Eike Rathke
Hi Winfried, On Thursday, 2017-09-14 09:18:23 +0200, Winfried Donkers wrote: > As we now have changed GEOMEAN, I think it would be wise to try to improve > ODFF1.2 as well for GEOMEAN. > > Verzonden: woensdag 26 juli 2017 12:06 > > Geometric mean is defined as n-root( a1 * a2 * ... * an).

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

2017-09-14 Thread Armin Le Grand
drawinglayer/source/primitive2d/borderlineprimitive2d.cxx | 121 - include/drawinglayer/primitive2d/borderlineprimitive2d.hxx |4 sc/source/ui/view/output.cxx |2 svx/source/dialog/framelink.cxx| 51 +++-- 4 files

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

2017-09-14 Thread Eike Rathke
sc/source/ui/docshell/impex.cxx | 20 1 file changed, 20 insertions(+) New commits: commit 34ac0f9a0376b43bcff78a49ccaf4caa34c8c990 Author: Eike Rathke Date: Thu Sep 14 14:30:08 2017 +0200 ofz#3362 SYLK import: check ;X;Y;C;R col/row validity

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sc/source

2017-09-14 Thread Tamás Zolnai
sc/source/filter/excel/xepivot.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit e0fa93ded694bd7df3c66b9c14fd75e21bdd4bb0 Author: Tamás Zolnai Date: Mon Sep 11 17:02:55 2017 +0200 tdf#112328: Pivot table, XLS: Popup button

Re: odf2xhtml (and other xslt filters) - tabs or spaces?

2017-09-14 Thread Samuel Mehrbrodt
So it seems the general consent is to move ahead with spaces instead of tabs. I updated the patch accordingly, and applied it to all XSLT files: https://gerrit.libreoffice.org/#/c/41009/ I wonder whether we should credit such patches to a virtual "Cleanup" author, so we don't spoil the stats

[Libreoffice-commits] core.git: Branch 'private/jmux/scheduler-fixes' - 214 commits - android/source avmedia/source basctl/source basegfx/source basic/source binaryurp/source canvas/Library_canvastool

2017-09-14 Thread Jan-Marek Glogowski
Rebased ref, commits from common ancestor: commit 93c892fdbfef5c0d271503a6501a084b6fb6792c Author: Jan-Marek Glogowski Date: Tue Sep 5 18:54:49 2017 +0200 OSX revert fix for i#90083 Part of commit d6f7c94e5c27ba02ff5c3229760c9808cc9b5bea At least on my

[Libreoffice-commits] core.git: compilerplugins/clang cui/source dbaccess/source editeng/source framework/source sc/source sd/source svtools/source svx/source sw/source ucb/source

2017-09-14 Thread Noel Grandin
compilerplugins/clang/redundantcast.cxx |3 +++ compilerplugins/clang/test/redundantcast.cxx | 12 cui/source/tabpages/chardlg.cxx |4 ++-- cui/source/tabpages/labdlg.cxx |2 +- cui/source/tabpages/textattr.cxx

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sc/inc sc/qa sc/source

2017-09-14 Thread Tamás Zolnai
sc/inc/dpsave.hxx |4 +- sc/qa/unit/data/xls/pivottable_empty_item.xls |binary sc/qa/unit/subsequent_export-test.cxx | 39 ++ sc/source/filter/excel/xipivot.cxx|8 - 4 files changed, 48 insertions(+), 3

Re: odf2xhtml (and other xslt filters) - tabs or spaces?

2017-09-14 Thread Samuel Mehrbrodt
Am 12.09.2017 um 17:44 schrieb Jan Holesovsky: But about the filter in general - please, what are the features that the xhtml export filter can do that our 'normal' html filter cannot? I wonder, rather than debugging / writing xslt, wouldn't it be better to extend our html export so that it can

Re: odf2xhtml (and other xslt filters) - tabs or spaces?

2017-09-14 Thread Jan Holesovsky
Hi Samuel, Samuel Mehrbrodt píše v Čt 14. 09. 2017 v 14:17 +: > > I wonder, rather than debugging / writing xslt, wouldn't it be > > better > > to extend our html export so that it can generate xhtml if asked to > > (we > > already fulfill many of the requirements there anyway - seems to > >

Minutes from the UX meeting 2017-Sep-14

2017-09-14 Thread Heiko Tietze
Present: Jay, Stuart, Heiko General * LibreOffice Open Source aspects + published: https://design.blog.documentfoundation.org/2017/09/13/open-source-means-libreoffice-users/ * Design Session planned about numbering/bullets + Doodle for design session -->

[Libreoffice-commits] core.git: translations

2017-09-14 Thread Caolán McNamara
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 54a86c8f0c97a47b5ed7a8882f19e9af0c1682b5 Author: Caolán McNamara Date: Thu Sep 14 16:45:12 2017 +0100 Updated core Project: translations

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - 2 commits - include/oox oox/source svtools/source

2017-09-14 Thread Michael Stahl
include/oox/vml/vmlshapecontainer.hxx |8 include/oox/vml/vmlshapecontext.hxx |9 + oox/source/vml/vmlshapecontainer.cxx |4 ++-- oox/source/vml/vmlshapecontext.cxx| 30 ++ svtools/source/svrtf/svparser.cxx |3 ++- 5 files

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

2017-09-14 Thread Tor Lillqvist
sc/inc/address.hxx | 19 +++ 1 file changed, 19 insertions(+) New commits: commit 0b1c92bde2be59dffdfd801b2dbb8d9a68f68526 Author: Tor Lillqvist Date: Thu Sep 14 18:57:46 2017 +0300 Add debugging output operator<< for ScRange diff --git

Re: odf2xhtml (and other xslt filters) - tabs or spaces?

2017-09-14 Thread Stephan Bergmann
On 09/14/2017 04:24 PM, Samuel Mehrbrodt wrote: I wonder whether we should credit such patches to a virtual "Cleanup" author, so we don't spoil the stats with such commits? I would not do so. When you do a change, whatever change, you're responsible for that, with all consequences, positive

[Libreoffice-commits] dev-tools.git: 2 commits - esc-reporting/esc-analyze.py esc-reporting/esc-report.py

2017-09-14 Thread Xisco Fauli
esc-reporting/esc-analyze.py | 65 +++ esc-reporting/esc-report.py |4 ++ 2 files changed, 40 insertions(+), 29 deletions(-) New commits: commit ab55601b7eac2f52100ca77edd75c73dea66f665 Author: Xisco Fauli Date: Thu Sep 14

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

2017-09-14 Thread Eike Rathke
sc/source/core/data/documen4.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 0e7593ed856ac49c1d69407b8d0db5b771cc2805 Author: Eike Rathke Date: Thu Sep 14 17:45:22 2017 +0200 InsertMatrixFormula,InsertTableOp: assert valid cols/rows We don't

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

2017-09-14 Thread Olivier Hallot
source/text/sbasic/shared/03120411.xhp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b4f3b5bbe19d8361492c023e3ca0ee53fc0ab9b0 Author: Olivier Hallot Date: Thu Sep 14 12:34:17 2017 -0300 tdf#112391 Fix inStrRev in example

[ANN] libzmf 0.0.2 is out

2017-09-14 Thread David Tardon
libzmf is a library for import of Zoner drawing and bitmap files. It currently supports Callisto/Draw 4-5 and Bitmap. List of changes: - Allow build with boost older than 1.56. - Require C++11 for build. - Fix various issues found by oss-fuzz. - Minor code cleanups. Home page:

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

2017-09-14 Thread Eike Rathke
sc/source/ui/docshell/impex.cxx | 20 1 file changed, 20 insertions(+) New commits: commit c759f30a5220dfd29894e34ee16c3fe2bf415592 Author: Eike Rathke Date: Thu Sep 14 14:30:08 2017 +0200 ofz#3362 SYLK import: check ;X;Y;C;R col/row validity

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

2017-09-14 Thread Eike Rathke
sc/source/ui/docshell/impex.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c5dbd79f37cb76a638af2c409acb200ea4ef5ffc Author: Eike Rathke Date: Thu Aug 31 15:26:35 2017 +0200 SYLK import: init nRefCol,nRefRow with start col,row

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - 2 commits - solenv/flatpak-manifest.in vcl/source

2017-09-14 Thread Stephan Bergmann
solenv/flatpak-manifest.in |6 +++--- vcl/source/edit/texteng.cxx |2 +- vcl/source/edit/textview.cxx |2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) New commits: commit f77de3ca7ab333fc9dfa75cd92e3f418d378443f Author: Stephan Bergmann Date: Thu Sep

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

2017-09-14 Thread Caolán McNamara
solenv/bin/dummy.po | 18 + solenv/bin/interim-update-module-for-gettext | 91 --- solenv/gbuild/AllLangMoTarget.mk | 13 ++- 3 files changed, 25 insertions(+), 97 deletions(-) New commits: commit

[Libreoffice-commits] libcdr.git: configure.ac NEWS

2017-09-14 Thread David Tardon
NEWS |6 ++ configure.ac |2 +- 2 files changed, 7 insertions(+), 1 deletion(-) New commits: commit 2a505f7aee97b9d93db13f11bd378b4656ecc7f5 Author: David Tardon Date: Thu Sep 14 19:03:53 2017 +0200 prepare for release Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/cib_contract561' - desktop/source include/LibreOfficeKit libreofficekit/source

2017-09-14 Thread Pranav Kant
desktop/source/lib/init.cxx | 12 include/LibreOfficeKit/LibreOfficeKit.h |3 +++ include/LibreOfficeKit/LibreOfficeKit.hxx | 13 + libreofficekit/source/gtk/lokdocview.cxx |8 4 files changed, 36 insertions(+) New commits: commit

[Libreoffice-commits] core.git: helpcontent2

2017-09-14 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 08db0b561e965a4b748b8fc91622ce6b558f5017 Author: Olivier Hallot Date: Thu Sep 14 12:34:17 2017 -0300 Updated core Project: help

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

2017-09-14 Thread Eike Rathke
sc/source/ui/docshell/impex.cxx | 20 1 file changed, 20 insertions(+) New commits: commit 29d72cac593d130e291aabb58685c0f6b7ffc59a Author: Eike Rathke Date: Thu Sep 14 14:30:08 2017 +0200 ofz#3362 SYLK import: check ;X;Y;C;R col/row validity

[Libreoffice-commits] core.git: download.lst external/libwpd

2017-09-14 Thread David Tardon
download.lst |6 ++-- external/libwpd/ExternalProject_libwpd.mk |4 ++ external/libwpd/Library_wpd.mk|1 external/libwpd/UnpackedTarball_libwpd.mk |1 external/libwpd/libwpd-tdf112269.patch.1 | 42 -- 5

[Libreoffice-commits] core.git: Branch 'feature/borderline3' - 663 commits - android/Bootstrap android/.gitignore android/README android/source avmedia/source basctl/source basegfx/source basic/source

2017-09-14 Thread Armin Le Grand
Rebased ref, commits from common ancestor: commit b9c4a79f56b3a7e77ef6c3a03b5f457d8f31b464 Author: Armin Le Grand Date: Thu Sep 14 16:45:56 2017 +0200 borderline: Extended decompose Decompose of BorderLinePrimitive2D extended to take care of

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

2017-09-14 Thread Julien Nabet
cui/source/options/optlingu.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 2126e549623b4cbf8c8488e8f20c9a43609b3a44 Author: Julien Nabet Date: Thu Sep 14 23:09:58 2017 +0200 tdf#112393: avoid leak in LangSelectHdl_Impl (cui) by deleting

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

2017-09-14 Thread Julien Nabet
cui/source/inc/optlingu.hxx |2 +- cui/source/options/optlingu.cxx |6 ++ 2 files changed, 3 insertions(+), 5 deletions(-) New commits: commit e89700f02c7aa521c9e52468f076b64f1b30fcac Author: Julien Nabet Date: Thu Sep 14 22:19:52 2017 +0200

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

2017-09-14 Thread Mike Kaganski
sal/osl/w32/security.cxx | 106 --- 1 file changed, 38 insertions(+), 68 deletions(-) New commits: commit 6997c4fe27444fbd2e24372d20a9e354bf023018 Author: Mike Kaganski Date: Thu Sep 14 16:22:18 2017 +0300

[Libreoffice-commits] core.git: desktop/win32

2017-09-14 Thread Mike Kaganski
desktop/win32/source/guiloader/genericloader.cxx | 41 +++-- desktop/win32/source/loader.cxx| 14 desktop/win32/source/loader.hxx|8 +- desktop/win32/source/officeloader/officeloader.cxx | 63 ++--- 4 files changed,

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

2017-09-14 Thread Mike Kaganski
comphelper/source/windows/windows_process.cxx | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) New commits: commit 8d24a4e1feaf88ee3f01393cc84a0747441911c3 Author: Mike Kaganski Date: Thu Sep 14 21:12:36 2017 +0300

[Libreoffice-commits] core.git: desktop/qa

2017-09-14 Thread Stephan Bergmann
desktop/qa/desktop_lib/test_desktop_lib.cxx | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions(-) New commits: commit 8d0fbad1e08368bd0b6ff76798c779ac7e747cfc Author: Stephan Bergmann Date: Fri Sep 15 07:46:27 2017 +0200

[Libreoffice-commits] core.git: desktop/win32

2017-09-14 Thread Mike Kaganski
desktop/win32/source/applauncher/launcher.cxx | 52 +++--- desktop/win32/source/applauncher/launcher.hxx | 18 - desktop/win32/source/applauncher/sbase.cxx|2 - desktop/win32/source/applauncher/scalc.cxx|2 -

[Libreoffice-commits] core.git: cui/source editeng/source include/editeng sc/qa sc/source sw/qa sw/source

2017-09-14 Thread Noel Grandin
cui/source/tabpages/align.cxx | 16 ++-- editeng/source/editeng/eerdll.cxx |2 editeng/source/editeng/impedit3.cxx |2 editeng/source/items/justifyitem.cxx | 57 +++- include/editeng/justifyitem.hxx |6 -

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

2017-09-14 Thread Mike Kaganski
svl/source/crypto/cryptosign.cxx | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) New commits: commit ebb985be4462981904cca72727d1872347022d0d Author: Mike Kaganski Date: Thu Sep 14 21:28:42 2017 +0300 cryptosign: don't

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

2017-09-14 Thread Vasily Melenchuk
sw/source/filter/ww8/docxattributeoutput.cxx | 251 --- 1 file changed, 118 insertions(+), 133 deletions(-) New commits: commit 031217619cf98fa527ba383938ac49f600d5c5d2 Author: Vasily Melenchuk Date: Wed Sep 13 11:22:20 2017 +0300

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

2017-09-14 Thread Caolán McNamara
sw/source/ui/table/tabledlg.cxx| 71 ++--- sw/source/uibase/inc/prcntfld.hxx |4 -- sw/source/uibase/table/tablepg.hxx |7 +-- 3 files changed, 15 insertions(+), 67 deletions(-) New commits: commit 44bfe8fad4f7c263dc713a65fb2ab0e2f9afcf99 Author:

[Libreoffice-commits] core.git: officecfg/registry

2017-09-14 Thread Gabor Kelemen
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 271 - 1 file changed, 271 deletions(-) New commits: commit 5ac091419d3269ccf1371eb30792fbc4617b4f11 Author: Gabor Kelemen Date: Tue Aug 8 01:09:05 2017 +0200 Drop Image configuration settings

[Libreoffice-commits] translations.git: Changes to 'refs/tags/cp-5.3-25'

2017-09-14 Thread Christian Lohmaier
Tag 'cp-5.3-25' created by Andras Timar at 2017-09-14 18:57 + cp-5.3-25 Changes since cp-5.3-10: Christian Lohmaier (1): update translations for 5.3.3 rc2 --- source/am/cui/source/options.po|8

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - 2 commits - bundled/include loleaflet/src tools/KitClient.cpp

2017-09-14 Thread Jan Holesovsky
bundled/include/LibreOfficeKit/LibreOfficeKit.h |2 + bundled/include/LibreOfficeKit/LibreOfficeKit.hxx| 16 +++ bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h | 20 +-- loleaflet/src/control/Control.Menubar.js |9

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

2017-09-14 Thread Tor Lillqvist
sc/qa/unit/rangelst_test.cxx | 23 +++ 1 file changed, 23 insertions(+) New commits: commit 2130ecae63335f1fdcee59df010cd4788a5ee8bc Author: Tor Lillqvist Date: Thu Sep 14 20:21:20 2017 +0300 Add test for joining a range totally contained in an

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.3-25'

2017-09-14 Thread Olivier R
Tag 'cp-5.3-25' created by Andras Timar at 2017-09-14 18:57 + cp-5.3-25 Changes since cp-5.3-10: Olivier R (1): tdf#107558 French spelling dictionary (6.0.3) and thesaurus --- fr_FR/README_fr.txt |4 fr_FR/description.xml |2

[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-5.3-25'

2017-09-14 Thread Andras Timar
Tag 'cp-5.3-25' created by Andras Timar at 2017-09-14 18:57 + cp-5.3-25 Changes since libreoffice-5-3-branch-point-28: --- 0 files changed --- ___ Libreoffice-commits mailing list

[Libreoffice-commits] core.git: Changes to 'refs/tags/cp-5.3-25'

2017-09-14 Thread Andras Timar
Tag 'cp-5.3-25' created by Andras Timar at 2017-09-14 18:57 + cp-5.3-25 Changes since cp-5.3-24-9: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org

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

2017-09-14 Thread Julien Nabet
sc/source/filter/excel/xistyle.cxx | 11 +++ sc/source/filter/html/htmlpars.cxx | 48 +++ sc/source/filter/inc/htmlpars.hxx|9 ++--- sc/source/filter/inc/sheetdatabuffer.hxx | 16 +- sc/source/filter/inc/xistyle.hxx |

[Libreoffice-commits] online.git: loleaflet/src

2017-09-14 Thread Henry Castro
loleaflet/src/map/Map.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 105eeddae1f058572cf3b6d13edb5ec7ee61473f Author: Henry Castro Date: Thu Sep 14 17:36:45 2017 -0400 loleaflet: ignore events before the document is loaded

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

2017-09-14 Thread Serge Krot
sfx2/source/control/thumbnailviewitem.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit e038dfdf05096edc0e9c38c9a686b5d23ba39352 Author: Serge Krot Date: Thu Sep 14 16:54:03 2017 +0200 tdf#111799 Added missing initialization of font The

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

2017-09-14 Thread Patrick Jaap
drawinglayer/source/tools/emfphelperdata.cxx | 66 +-- drawinglayer/source/tools/emfppen.cxx|7 -- drawinglayer/source/tools/emfppen.hxx|7 ++ 3 files changed, 69 insertions(+), 11 deletions(-) New commits: commit

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

2017-09-14 Thread Noel Grandin
sw/qa/extras/mailmerge/mailmerge.cxx| 26 sw/qa/extras/tiledrendering/tiledrendering.cxx |2 - sw/qa/extras/uiwriter/uiwriter.cxx | 10 +++--- sw/source/core/access/accportions.cxx |2 -

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

2017-09-14 Thread Noel Grandin
sc/inc/attarray.hxx | 31 - sc/inc/documentimport.hxx|9 sc/source/core/data/attarray.cxx | 628 ++- sc/source/core/data/dociter.cxx | 10 sc/source/core/data/document.cxx | 14

[Libreoffice-commits] core.git: test/source toolkit/source ucbhelper/source ucb/qa ucb/source unotools/source unoxml/source vbahelper/source

2017-09-14 Thread Noel Grandin
test/source/mtfxmldump.cxx| 64 +- toolkit/source/awt/animatedimagespeer.cxx |2 toolkit/source/controls/controlmodelcontainerbase.cxx |4 - toolkit/source/controls/geometrycontrolmodel.cxx |2

[Libreoffice-commits] core.git: vcl/backendtest vcl/headless vcl/source vcl/unx vcl/workben

2017-09-14 Thread Noel Grandin
vcl/backendtest/VisualBackendTest.cxx |2 vcl/headless/svpinst.cxx |2 vcl/source/app/session.cxx |2 vcl/source/app/svapp.cxx |4 - vcl/source/control/button.cxx | 64

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

2017-09-14 Thread Stephan Bergmann
embedserv/source/embed/ed_ipersiststr.cxx|2 +- embedserv/source/inprocserv/inprocembobj.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit d4bd86f52d5a7d8ac0125132451911d9b51a6c58 Author: Stephan Bergmann Date: Thu Sep 14 08:37:19

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

2017-09-14 Thread Stephan Bergmann
dtrans/source/win32/dtobj/DOTransferable.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7901d47cbb6feb31b9d8fd8a3c877fe2c97f62a5 Author: Stephan Bergmann Date: Thu Sep 14 08:36:20 2017 +0200 loplugin:unnecessaryparen (clang-cl)

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

2017-09-14 Thread Stephan Bergmann
avmedia/source/win/player.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 303380beef4ab88433006d4aeeb65ea1ee7f3990 Author: Stephan Bergmann Date: Thu Sep 14 08:35:54 2017 +0200 loplugin:unnecessaryparen (clang-cl) Change-Id:

[Libreoffice-commits] core.git: external/nss

2017-09-14 Thread Stephan Bergmann
external/nss/clang-cl.patch.0 | 37 + 1 file changed, 37 insertions(+) New commits: commit c2f081d17484d2efbc2b294f89f4cb59b1937a9c Author: Stephan Bergmann Date: Thu Sep 14 08:38:12 2017 +0200 Silence clang-cl -Wpragma-pack in

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

2017-09-14 Thread Stephan Bergmann
sfx2/source/doc/graphhelp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d8655c09a946e9eac3a8be75a23a1516863d60e7 Author: Stephan Bergmann Date: Thu Sep 14 08:38:43 2017 +0200 loplugin:unnecessaryparen (clang-cl) Change-Id:

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

2017-09-14 Thread Stephan Bergmann
svl/source/crypto/cryptosign.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit c3711e3ea676e0ee0bb1a6bc43a57e735ee586fe Author: Stephan Bergmann Date: Thu Sep 14 08:39:58 2017 +0200 loplugin:cstylecast (clang-cl) Change-Id:

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

2017-09-14 Thread Stephan Bergmann
vcl/opengl/win/gdiimpl.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 1415b726714b3d4f606020eedf8e875c8325ce72 Author: Stephan Bergmann Date: Thu Sep 14 08:42:02 2017 +0200 loplugin:externvar (clang-cl) Change-Id:

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2017-09-14 Thread Stephan Bergmann
solenv/flatpak-manifest.in | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit be78f7b8e202105625ff750853851b93f5a61ddf Author: Stephan Bergmann Date: Thu Sep 14 08:48:20 2017 +0200 Adapt flatpak-manifest.in to updated poppler and

[Libreoffice-bugs] [Bug 112381] New: Macro Organizer: Move Run, Close, Help buttons to the bottom

2017-09-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112381 Bug ID: 112381 Summary: Macro Organizer: Move Run, Close, Help buttons to the bottom Product: LibreOffice Version: Inherited From OOo Hardware: All

  1   2   3   4   >