[Libreoffice-commits] core.git: 2 commits - cppcanvas/source dbaccess/source desktop/qa desktop/source desktop/unx drawinglayer/qa drawinglayer/source jvmfwk/plugins l10ntools/inc l10ntools/source lib

2017-06-22 Thread Noel Grandin
cppcanvas/source/mtfrenderer/implrenderer.cxx|4 dbaccess/source/core/api/RowSet.cxx |8 dbaccess/source/core/dataaccess/connection.cxx |3 dbaccess/source/core/dataaccess/databasedocument.cxx |3 dbaccess/source/co

[Libreoffice-commits] core.git: 2 commits - include/editeng include/vcl registry/source reportdesign/source rsc/inc rsc/source sal/osl sal/rtl sax/inc sax/source sfx2/source uui/source

2017-06-22 Thread Noel Grandin
include/editeng/editdata.hxx |2 +- include/vcl/errcode.hxx| 11 ++- registry/source/reflread.cxx |4 +--- reportdesign/source/ui/inc/ReportController.hxx|1 - reportdesign/source/ui/report/ReportCont

New Defects reported by Coverity Scan for LibreOffice

2017-06-22 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 9 new defect(s) introduced to LibreOffice found with Coverity Scan. 11 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defe

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

2017-06-22 Thread Justin Luth
sw/qa/extras/ooxmlexport/data/tdf82173_endnoteStyle.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport9.cxx|6 ++ writerfilter/source/dmapper/StyleSheetTable.cxx |1 + 3 files changed, 7 insertions(+) New commits: commit 52b6c6493837a6bdccffd16d06daba54e932bd0

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

2017-06-22 Thread Mike Kaganski
sc/source/filter/excel/xepivotxml.cxx | 103 -- 1 file changed, 98 insertions(+), 5 deletions(-) New commits: commit 430774c4edcdba3e6a4e383d9ac9345a517e227f Author: Mike Kaganski Date: Tue Jun 13 22:00:51 2017 +0300 tdf#89139: dump pivotField items

Re: The BSDs and sysconf()

2017-06-22 Thread Chris Sherlock
OK, so I’ve tracked back the commit where this was introduced… https://cgit.freedesktop.org/libreoffice/core/commit/sal/osl/unx/file.cxx?id=cbedb240486a21c5d5676e7a7f4e2ba17a55dbab

Re: The BSDs and sysconf()

2017-06-22 Thread Chris Sherlock
Nope, I’m mistaken. This has been in the FreeBSD sources since 1998! https://svnweb.freebsd.org/base/head/lib/libc/gen/sysconf.c?r1=12674&r2=34030 Chris > On 23 Jun 2017, at 7:39 am, Chris Sherlock wrote: > > sysc

Re: The BSDs and sysconf()

2017-06-22 Thread Chris Sherlock
sysconf() first appeared in BSD4.4, which was sometime before the year 2003 It’s been around for a long, long time. I’m genuinely unclear why we are checking for this, given that it has literally been in BSD for such a long time now! Chris > On 23 Jun 2017, at 3:55 am, Noel Grandin wrote: >

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

2017-06-22 Thread Chris Sherlock
include/osl/file.h| 190 ++--- include/osl/file.hxx | 104 +++ include/osl/module.hxx| 10 - include/osl/mutex.h |6 include/osl/pipe_decl.hxx | 48 --- include/osl/process.h | 135 ++

Re: Signal handling in Java

2017-06-22 Thread Michael Stahl
On 22.06.2017 19:53, Noel Grandin wrote: > if we care about playing nicely with pre-existing signal handles > installed by the JVM, then surely the right answer is that we too should > implement signal-chaining. > i.e. when we install our signal handlers, we should store the address of > the previo

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

2017-06-22 Thread Chris Sherlock
include/osl/file.h | 28 1 file changed, 28 insertions(+) New commits: commit 2b88f432f14e617ad27e6a3f560f85c18603697a Author: Chris Sherlock Date: Fri Jun 23 04:21:27 2017 +1000 osl: document osl_mapFile parameters and return values Change-Id: I307

Re: The BSDs and sysconf()

2017-06-22 Thread Noel Grandin
The relevant question is not whether they support it __now__, but if they support it in the oldest version of those operating systems that we support. If you can find out when each of those OS's gained support for that, then we can possibly drop that support. At the very least, even if we don't d

Re: Signal handling in Java

2017-06-22 Thread Noel Grandin
if we care about playing nicely with pre-existing signal handles installed by the JVM, then surely the right answer is that we too should implement signal-chaining. i.e. when we install our signal handlers, we should store the address of the previously installed handler (if any) and call that insid

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

2017-06-22 Thread Chris Sherlock
include/osl/file.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 97c6719c45c0f095a1f13a5ba2a8743f304e4201 Author: Chris Sherlock Date: Fri Jun 23 03:46:36 2017 +1000 osl: typo from last commit Change-Id: I3dce45da77c6ab21be5a999d4ea5b7944a07bbd7 di

[Libreoffice-commits] online.git: 2 commits - kit/Kit.cpp wsd/DocumentBroker.cpp wsd/TileCache.cpp wsd/TileCache.hpp

2017-06-22 Thread Michael Meeks
kit/Kit.cpp| 33 +++-- wsd/DocumentBroker.cpp |1 + wsd/TileCache.cpp | 25 + wsd/TileCache.hpp | 11 +-- 4 files changed, 38 insertions(+), 32 deletions(-) New commits: commit d43589c34355694b0ffbc3b129fc

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

2017-06-22 Thread Chris Sherlock
include/osl/file.h | 59 ++--- 1 file changed, 38 insertions(+), 21 deletions(-) New commits: commit 1bb4e6c0a1aac9b505416eb1f7c952f6b788afa2 Author: Chris Sherlock Date: Fri Jun 23 03:32:35 2017 +1000 osl: File map flag constants document

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

2017-06-22 Thread Miklos Vajna
sw/qa/extras/ooxmlexport/data/tdf108682.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport9.cxx| 11 +++ writerfilter/source/dmapper/DomainMapper.cxx | 16 +--- 3 files changed, 24 insertions(+), 3 deletions(-) New commits: commit f575f70b8303ba187f6989920281ff02e7a431

The BSDs and sysconf()

2017-06-22 Thread Chris Sherlock
Hi all, I’ve moved past signal handling for now and have reached file mapping for my book on the guts of LibreOffice - https://www.gitbook.com/book/chrissherlock1/inside-libreoffice/details As I’ve been reading through h

[Libreoffice-commits] core.git: .gitignore

2017-06-22 Thread Muhammet Kara
.gitignore |3 +++ 1 file changed, 3 insertions(+) New commits: commit 777637a3cd46763cf79fb4f2c0a6929349a810f6 Author: Muhammet Kara Date: Thu Jun 22 16:51:15 2017 +0300 gitignore: compile_commands.json This file is generated by "make vim-ide-integration" Change-Id:

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

2017-06-22 Thread Eike Rathke
sc/qa/unit/ucalc_formula.cxx | 38 +- 1 file changed, 37 insertions(+), 1 deletion(-) New commits: commit 2522bbeecc628bb16ee17286e11b54613f78b195 Author: Eike Rathke Date: Thu Jun 22 18:41:43 2017 +0200 Unit test for named single reference pointing t

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

2017-06-22 Thread jan Iversen
external/expat/UnpackedTarball_expat.mk |1 + external/expat/expat-2.2.1.patch| 21 + 2 files changed, 22 insertions(+) New commits: commit 346121398b6fbab233bae3053e14868a50418fb6 Author: jan Iversen Date: Thu Jun 22 16:11:51 2017 +0200 expat-2.2.1 patch

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

2017-06-22 Thread Caolán McNamara
sd/source/ui/slideshow/slideshowimpl.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 1adc3c76d773adc92d1c6d858358b7caa64e929a Author: Caolán McNamara Date: Thu Jun 22 17:22:17 2017 +0100 Resolves: tdf#108475 swipe only if some reasonable movement was i

Signal handling in Java

2017-06-22 Thread Chris Sherlock
As part of writing my book on LibreOffice internals, I’m trying to understand why we special case signalling for the JVM. We seem to be concerned about wiping out the JVM signal handlers, but any JVM used after v1.4 has the -Xrs switch that allows for signal chaining (see http://docs.oracle.co

[Libreoffice-commits] core.git: Branch 'feature/emfplusprimitiveparser' - drawinglayer/source emfio/CppunitTest_emfio.mk emfio/qa include/vcl

2017-06-22 Thread Armin Le Grand
drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 19 +++-- drawinglayer/source/processor2d/vclpixelprocessor2d.cxx| 12 drawinglayer/source/tools/emfphelperdata.hxx |6 drawinglayer/source/tools/wmfemfhelper.cxx | 12 ---

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

2017-06-22 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 23580a95fb5aa5b64d7d767eb0f5a89b0d740460 Author: Eike Rathke Date: Thu Jun 22 17:36:20 2017 +0200 assert( nX < nC && nY < nR ); cause of tdf#108292 Change-Id: Iaa23361510b1aa1eebfa6618b5

Re: xmlsec patches

2017-06-22 Thread Caolán McNamara
On Thu, 2017-06-22 at 15:53 +0200, Miklos Vajna wrote: > Hi, > > On Mon, Feb 13, 2017 at 12:50:07PM +, Caolán McNamara dhat.com> wrote: > > So, do we know enough that the customkeymanage part isn't necessary > > for > > any known normal use of xml signing, I mean if we disable it, or > > buil

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

2017-06-22 Thread Caolán McNamara
vcl/unx/gtk3/gtk3gtkdata.cxx | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) New commits: commit 9709798ae416516037011565c151a54831008082 Author: Caolán McNamara Date: Thu Jun 22 11:47:29 2017 +0100 Resolves: tdf#108452 gtk3 xbm cursors invisible on black b

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

2017-06-22 Thread Szymon Kłos
sw/qa/extras/rtfimport/data/watermark.rtf | 407 sw/qa/extras/rtfimport/rtfimport.cxx| 10 writerfilter/source/rtftok/rtfsdrimport.cxx |2 3 files changed, 419 insertions(+) New commits: commit e5a9450eef1bcd52b84b9a9d81d6ff430a992f23 Author: Szymon

minutes of ESC call ...

2017-06-22 Thread Michael Meeks
* Present: + Heiko, Kendy, Olivier, Thorsten, Michael M, Xisco, Stephan, Armin, Caolan, Christian, Eike, Miklos, Michael S * Completed Action Items: * Pending Action Items: + build concrete, deliverable plan for live-screenshots (Olivier, Armin) [ need more time to evaluate th

[Libreoffice-commits] core.git: Branch 'feature/emfplusprimitiveparser' - drawinglayer/inc drawinglayer/source include/vcl vcl/source

2017-06-22 Thread Armin Le Grand
drawinglayer/inc/emfplushelper.hxx |4 + drawinglayer/inc/wmfemfhelper.hxx |3 + drawinglayer/source/primitive2d/metafileprimitive2d.cxx |4 - drawinglayer/source/tools/emfpbrush.hxx |2 drawinglayer/source/tools/emfphelpe

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

2017-06-22 Thread Muhammet Kara
include/svtools/treelistbox.hxx |4 svtools/source/contnr/treelistbox.cxx |5 + 2 files changed, 9 insertions(+) New commits: commit 89594b646eb53df91329d5e68cba068b1ec49492 Author: Muhammet Kara Date: Mon Jun 19 16:50:50 2017 +0300 Add RemoveEntry method to SvTreeL

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

2017-06-22 Thread Pranav Kant
loleaflet/dist/loleaflet.css |2 +- loleaflet/dist/loleaflet.html |4 loleaflet/dist/menubar.css|6 -- loleaflet/dist/toolbar.css| 18 -- loleaflet/dist/toolbar/toolbar.js | 21 ++--- 5 files changed, 31 insertions(+

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

2017-06-22 Thread brainbreaker
solenv/bin/native-code.py |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 05447e09f511a6a754a3671451b29a3b6b3f458f Author: brainbreaker Date: Wed Jun 21 17:00:33 2017 +0530 add factory function mapping for libspelllo archive Change-Id: I7cbea9381bc9

[Libreoffice-commits] core.git: Branch 'feature/lok_dialog' - 2 commits - desktop/qa sw/source

2017-06-22 Thread Tomaž Vajngerl
desktop/qa/desktop_lib/test_desktop_lib.cxx | 27 ++- sw/source/uibase/uno/unotxdoc.cxx | 17 + 2 files changed, 39 insertions(+), 5 deletions(-) New commits: commit 6c14bdf614d3a37695e88d281cc4b933f807a80c Author: Tomaž Vajngerl Date: Thu

Re: xmlsec patches

2017-06-22 Thread Miklos Vajna
Hi, On Mon, Feb 13, 2017 at 12:50:07PM +, Caolán McNamara wrote: > So, do we know enough that the customkeymanage part isn't necessary for > any known normal use of xml signing, I mean if we disable it, or build > against a system version that doesn't have it, that the uses we do know > abou

[Libreoffice-commits] core.git: config_host.mk.in configure.ac external/Module_external.mk RepositoryExternal.mk Repository.mk xmlsecurity/inc xmlsecurity/Library_xsec_xmlsec.mk xmlsecurity/source

2017-06-22 Thread Miklos Vajna
Repository.mk |1 RepositoryExternal.mk | 28 ++ config_host.mk.in |3 + configure.ac |5 + ex

[Libreoffice-commits] online.git: 2 commits - wsd/FileServer.cpp

2017-06-22 Thread Pranav Kant
wsd/FileServer.cpp |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 2c9966ed2ff022a4e92d141d2521978c5e284105 Author: Pranav Kant Date: Thu Jun 22 16:13:17 2017 +0530 Bin unused header Change-Id: I2067e793fe54e7c713b6d319c1f13b95a09923a3 diff --git a

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

2017-06-22 Thread Michael Stahl
sw/source/core/layout/newfrm.cxx | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) New commits: commit c7782c7c27d85866872cc24a618df02504ff12ca Author: Michael Stahl Date: Thu Jun 22 10:39:36 2017 +0200 tdf#101821 sw: fix layout footnote use-after-free in

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

2017-06-22 Thread Caolán McNamara
lotuswordpro/source/filter/benlist.cxx |6 +++--- lotuswordpro/source/filter/benname.cxx |4 ++-- lotuswordpro/source/filter/bento.hxx | 14 +++--- lotuswordpro/source/filter/first.hxx |2 +- lotuswordpro/source/filter/tocread.cxx |8 +--- 5 files changed, 18 inse

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

2017-06-22 Thread Tor Lillqvist
sc/source/core/data/formulacell.cxx | 17 - 1 file changed, 17 deletions(-) New commits: commit 476dbf469590c639f640981b32377b56fa0288d8 Author: Tor Lillqvist Date: Thu Jun 22 15:34:04 2017 +0300 Bin a couple way too verbose SAL_INFOs Use temporary SAL_DEBUGs in

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

2017-06-22 Thread Andrea Gelmini
cui/source/dialogs/cuicharmap.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 2e2dd19548d868571c0174848ff1501c7e5d6d7a Author: Andrea Gelmini Date: Wed Jun 21 10:55:37 2017 +0200 Removed duplicated include Change-Id: Ibbd83a7d69a27ab96b99d28e1d4a1f65af63b82f R

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

2017-06-22 Thread Thorsten Behrens
xmlsecurity/inc/digitalsignaturesdialog.hxx |2 xmlsecurity/inc/documentsignaturemanager.hxx |2 xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx |2 xmlsecurity/source/gpg/SecurityEnvironment.cxx

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

2017-06-22 Thread Stephan Bergmann
configure.ac |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit d293df0ebdd5bd6c5e9519f0b45a5d4141f5e0fa Author: Stephan Bergmann Date: Thu Jun 22 14:30:49 2017 +0200 Explicit --with-valgrind, to not accidentally miss Valgrind support Change-Id:

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

2017-06-22 Thread Caolán McNamara
libreofficekit/source/gtk/lokdocview.cxx | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) New commits: commit c9eb6c7162a29a36f96d83c3dbe21d4e89df1470 Author: Caolán McNamara Date: Fri Jun 16 15:30:10 2017 +0100 Resolves: rhbz#1454693 segv if tiled renderi

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

2017-06-22 Thread Miklos Vajna
sw/qa/extras/ooxmlexport/data/tdf107684.odt |binary sw/qa/extras/ooxmlexport/ooxmlexport9.cxx|7 +++ sw/source/filter/ww8/docxattributeoutput.cxx |4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) New commits: commit 35e62d9e649badfe00d0b8ea4c307d3fbbda735c Author: Miklos

Minutes of the Design Hangout: 2017-Jun-22

2017-06-22 Thread Heiko Tietze
Present: Tomaz, Jay, Heiko Reminders + Reopening a ticket needs four-eye based decision (We had in the past some situations where a closed ticket was reopend rather for personal reasons. The suggestion is to get another opinion in cases where a decision was made. So please just comment close

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

2017-06-22 Thread Eike Rathke
xmloff/source/text/txtflde.cxx | 21 - 1 file changed, 4 insertions(+), 17 deletions(-) New commits: commit cfb44fa3fa5449319c61023b9f9fb52ae87acc04 Author: Eike Rathke Date: Tue Jun 20 12:59:23 2017 +0200 Resolves: tdf#107438 write for fields Only in cont

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

2017-06-22 Thread Jens Carl
reportdesign/source/core/sdr/UndoEnv.cxx |2 +- reportdesign/source/ui/report/ReportControllerObserver.cxx |2 +- sc/source/filter/inc/tool.h |2 +- sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx |2 +- svtools/so

[Libreoffice-commits] core.git: bin/gen-iwyu-dummy-lib

2017-06-22 Thread Jochen Nitschke
bin/gen-iwyu-dummy-lib |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d4be7601e22dba8f2bfa535fc871348c5851c062 Author: Jochen Nitschke Date: Thu Jun 22 11:09:09 2017 +0200 iwyu: add language standard defines to flags for some reason they are not set

[Libreoffice-commits] core.git: bin/gen-iwyu-dummy-lib

2017-06-22 Thread Jochen Nitschke
bin/gen-iwyu-dummy-lib |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4cea80db3f2a812672004915614530f8c86c41d5 Author: Jochen Nitschke Date: Thu Jun 22 10:16:31 2017 +0200 update externals in bin/gen-iwyu-dummy-lib script tde and mozilla externals ar

[Libreoffice-commits] core.git: bin/gen-iwyu-dummy-lib

2017-06-22 Thread Jochen Nitschke
bin/gen-iwyu-dummy-lib | 92 ++--- 1 file changed, 49 insertions(+), 43 deletions(-) New commits: commit 438c0ed5ea4116e93eb2167a53a740ba5097565f Author: Jochen Nitschke Date: Thu Jun 22 10:14:39 2017 +0200 reformat bin/gen-iwyu-dummy-lib scri

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

2017-06-22 Thread Thorsten Behrens
xmlsecurity/source/xmlsec/mscrypt/xmlsecuritycontext_mscryptimpl.cxx | 23 -- 1 file changed, 2 insertions(+), 21 deletions(-) New commits: commit 9ea64f959cb3dd25724552ab260d84ba54d204b2 Author: Thorsten Behrens Date: Thu Jun 22 13:25:20 2017 +0200 related: gpg4libre: Init xml

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - download.lst

2017-06-22 Thread Michael Stahl
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 639c424fe0eacdc1a92d98214615cfcef840 Author: Michael Stahl Date: Wed Jun 21 22:28:49 2017 +0200 expat: upgrade to release 2.2.1 fixes CVE-2017-9233 and CVE-2016-9063 Change-

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/src wsd/DocumentBroker.cpp

2017-06-22 Thread Pranav Kant
loleaflet/src/core/Socket.js |3 +++ wsd/DocumentBroker.cpp |8 +++- 2 files changed, 6 insertions(+), 5 deletions(-) New commits: commit eb7fcd66074785cf37a522922d92105b52ce2c2a Author: Pranav Kant Date: Thu Jun 1 22:02:08 2017 +0530 Inform the current session about doc

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/src wsd/ClientSession.cpp wsd/DocumentBroker.cpp wsd/DocumentBroker.hpp wsd/protocol.txt

2017-06-22 Thread Pranav Kant
loleaflet/src/core/Socket.js | 12 wsd/ClientSession.cpp|5 - wsd/DocumentBroker.cpp | 18 +- wsd/DocumentBroker.hpp |3 +++ wsd/protocol.txt | 14 +- 5 files changed, 41 insertions(+), 11 deletions(-) New

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - 2 commits - loleaflet/src wsd/DocumentBroker.cpp

2017-06-22 Thread Pranav Kant
loleaflet/src/core/Socket.js | 13 + loleaflet/src/map/Map.js |2 +- wsd/DocumentBroker.cpp |2 ++ 3 files changed, 16 insertions(+), 1 deletion(-) New commits: commit 03b5192e1c745d803f8829a369ef8a8ebe886c0a Author: Pranav Kant Date: Thu Jun 1 21:07:52 2017 +05

[Libreoffice-commits] core.git: Branch 'feature/emfplusprimitiveparser' - 548 commits - accessibility/inc accessibility/source android/source animations/source avmedia/source basctl/inc basctl/source

2017-06-22 Thread Armin Le Grand
Rebased ref, commits from common ancestor: commit ab69b886b4f54f7a6d42fe4faa03479d6ef0d9ee Author: Armin Le Grand Date: Thu Jun 22 13:03:50 2017 +0200 emfplus: unified transformations, added test code More unifications, changed all Map*() methods to use a single B2DHomMatrix wh

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/src wsd/ClientSession.cpp wsd/DocumentBroker.cpp wsd/DocumentBroker.hpp wsd/protocol.txt wsd/Storage.cpp ws

2017-06-22 Thread Pranav Kant
loleaflet/src/control/Toolbar.js |4 +++- loleaflet/src/core/Socket.js |2 +- wsd/ClientSession.cpp|7 +++ wsd/DocumentBroker.cpp |7 ++- wsd/DocumentBroker.hpp |2 +- wsd/Storage.cpp |7 ++- wsd/Storage.hpp

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/src wsd/ClientSession.cpp wsd/DocumentBroker.cpp wsd/DocumentBroker.hpp wsd/protocol.txt wsd/Storage.cpp ws

2017-06-22 Thread Pranav Kant
loleaflet/src/core/Socket.js | 30 ++ wsd/ClientSession.cpp|7 +++ wsd/DocumentBroker.cpp |8 +--- wsd/DocumentBroker.hpp |6 ++ wsd/Storage.cpp | 10 +++--- wsd/Storage.hpp |8 +++- w

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/src wsd/DocumentBroker.cpp wsd/Storage.cpp wsd/Storage.hpp

2017-06-22 Thread Pranav Kant
loleaflet/src/core/Socket.js |4 + wsd/DocumentBroker.cpp | 18 ++- wsd/Storage.cpp | 100 +++ wsd/Storage.hpp |7 +++ 4 files changed, 100 insertions(+), 29 deletions(-) New commits: commit 4f60d5d359ace0c2671

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

2017-06-22 Thread Christian Lohmaier
Tag 'libreoffice-5.4.0.1' created by Christian Lohmaier at 2017-06-22 10:47 + Tag libreoffice-5.4.0.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJZS6BIAAoJEPQ0oe+v7q6jcdsQAM+iGReR6bUrP0qv1JCAys/v DofzLRNJY1FK5ODyslIa94HPVnnybU7oggvC4TZ70+6HyoyJa2Pt6GPRsj0gQj5R PBf97mPnI+b

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

2017-06-22 Thread Christian Lohmaier
Tag 'libreoffice-5.4.0.1' created by Christian Lohmaier at 2017-06-22 10:47 + Tag libreoffice-5.4.0.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJZS6A8AAoJEPQ0oe+v7q6jKVQP/2eqEbxUDjKHQeoKEHp/mYfZ Iu/rw/01duQjXnmGqAytyPUGxvyR3M9ZRyuFDpwbOmYCuVMgiT9Qfpxa3SF8SpZ0 J0QZpYleQIb

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

2017-06-22 Thread Christian Lohmaier
Tag 'libreoffice-5.4.0.1' created by Christian Lohmaier at 2017-06-22 10:47 + Tag libreoffice-5.4.0.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJZS6A4AAoJEPQ0oe+v7q6jFlwP/2KthswvcBiohfeicRADd2i6 5CbbxPS4+lgj4V6ryHeVy2KjDf75sRzgHxG0wOk1bXqusYNU9MWN9sP+ksoOQFBm M815YL25s3/

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

2017-06-22 Thread Christian Lohmaier
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 42efbc2b1dc490ae69163e4edbe993a6b0a4c48e Author: Christian Lohmaier Date: Thu Jun 22 12:51:54 2017 +0200 bump product version to 5.4.0.1.0+ Change-Id: Ie5a79fa10cf4fe4a4cf4e382115a4bc2e551c7

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

2017-06-22 Thread Christian Lohmaier
Tag 'libreoffice-5.4.0.1' created by Christian Lohmaier at 2017-06-22 10:47 + Tag libreoffice-5.4.0.1 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJZS6BNAAoJEPQ0oe+v7q6j1YoQAJUa4C0osFde2iL0qf7I8S9R l8LaKLSixKq9rqNz495axhaLpWTL1eLCoKr6EC3IH6IRvJ3s1WNJi7lV6C/eqBNX 9vlwGcJ7hIU

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

2017-06-22 Thread Christian Lohmaier
Repository.mk |1 - 1 file changed, 1 deletion(-) New commits: commit c3f46694b7a6496f661b676a126da5da309fb575 Author: Christian Lohmaier Date: Thu Jun 22 12:40:34 2017 +0200 xsec_gpg lib is no more, so don't attempt to package it removed with 06d7dbb3568889aa50f46d6307a39fa5

[Libreoffice-commits] core.git: Repository.mk

2017-06-22 Thread Christian Lohmaier
Repository.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 22b611f588a10e95a1fe10d30b914c3a24d7665b Author: Christian Lohmaier Date: Thu Jun 22 12:40:34 2017 +0200 xsec_gpg lib is no more, so don't attempt to package it removed with 06d7dbb3568889aa50f46d6307a39fa5

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

2017-06-22 Thread Tor Lillqvist
include/formula/tokenarray.hxx | 106 + sc/source/core/data/colorscale.cxx |4 - sc/source/core/data/conditio.cxx |4 - sc/source/core/tool/compiler.cxx | 15 + 4 files changed, 112 insertions(+), 17 deletions(-) New commits: commit 4e27d

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

2017-06-22 Thread Michael Stahl
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 2b999fc50afe7bf166ffd2f4f51ad91483f221ef Author: Michael Stahl Date: Wed Jun 21 22:28:49 2017 +0200 expat: upgrade to release 2.2.1 fixes CVE-2017-9233 and CVE-2016-9063 Change-

[Libreoffice-commits] core.git: config_host.mk.in configure.ac external/harfbuzz external/hunspell external/icu external/jpeg-turbo external/lcms2 external/libatomic_ops external/libexttextcat externa

2017-06-22 Thread Stephan Bergmann
config_host.mk.in |1 configure.ac| 23 external/harfbuzz/ExternalProject_harfbuzz.mk |7 ++-- external/hunspell/ExternalProject_hunspell.mk |2 - external/icu/Exte

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

2017-06-22 Thread Stephan Bergmann
solenv/bin/gdb-core-bt.sh |1 - 1 file changed, 1 deletion(-) New commits: commit a56ca5cfed0303157d1c4c28c00545204b7b03b5 Author: Stephan Bergmann Date: Thu Jun 22 11:49:22 2017 +0200 Revert "Temporary debg output to find out why tinderboxes still don't find program" This r

[Libreoffice-commits] online.git: Changes to 'refs/tags/libreoffice-5.3.4.2'

2017-06-22 Thread Christian Lohmaier
Tag 'libreoffice-5.3.4.2' created by Christian Lohmaier at 2017-06-22 09:47 + Tag libreoffice-5.3.4.2 -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAABAgAGBQJZS5I4AAoJEPQ0oe+v7q6j5lIQANKkJzSUNGpmW6Tj+qCAfMqp i/AZOjv7YzLTlQrPewoW0CjUTmXY7fOzvEtUGzdKmzWN/ZPvtO4G4B/OHnQmERJd by7EXKWBOs5

[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - configure.ac loleaflet/Makefile

2017-06-22 Thread Christian Lohmaier
configure.ac |2 +- loleaflet/Makefile |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 9d104aebd4a1362c3cd2937585e72c602a1fbd4d Author: Christian Lohmaier Date: Thu Jun 22 11:45:49 2017 +0200 bump version to 5.3.4.2 diff --git a/configure.ac b/co

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - download.lst

2017-06-22 Thread Andras Timar
download.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 94d8ab13704e174eb2771f44968947c5b60b00be Author: Andras Timar Date: Thu Jun 22 11:39:12 2017 +0200 fix expat's MD5 sum Change-Id: I254c67cb503ef28b725879f827e74403b1be27e5 diff --git a/down

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - download.lst

2017-06-22 Thread Andras Timar
download.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8561d89fef49edf29c2675ec1a51f43f6eb86f97 Author: Andras Timar Date: Thu Jun 22 11:39:44 2017 +0200 fix expat's MD5 sum Change-Id: Iee05c267c0a4f2b3d51cd7ac592d24f02d348800 diff --git a/down

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

2017-06-22 Thread Andras Timar
download.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0b697d2283694b978f9c242a98a5202d561ccd8b Author: Andras Timar Date: Thu Jun 22 11:37:35 2017 +0200 fix expat's MD5 sum Change-Id: I5c6f230646504cb1a5167594a077580519859dc7 diff --git a/down

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

2017-06-22 Thread Juergen Funk
sfx2/source/doc/docfile.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit af9bea21390800e5bbc73e07ce9828189d8dabf3 Author: Juergen Funk Date: Wed Jun 21 14:41:49 2017 +0200 Improve tdf#106942: always erase empty/corrupt lockfile also when we c

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - download.lst

2017-06-22 Thread Michael Stahl
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4b4d89d8f133695f06e22d1cdd140d4b62f63bb4 Author: Michael Stahl Date: Wed Jun 21 22:28:49 2017 +0200 expat: upgrade to release 2.2.1 fixes CVE-2017-9233 and CVE-2016-9063 Reviewe

[Libreoffice-commits] core.git: ios/experimental

2017-06-22 Thread jan Iversen
ios/experimental/LibreOfficeLight/LibreOfficeLight/DocumentController.swift | 85 ++- ios/experimental/LibreOfficeLight/LibreOfficeLight/en.lproj/Main.storyboard | 108 ++ 2 files changed, 95 insertions(+), 98 deletions(-) New commits: commit fc50502af935d6d551fcc74712cf32f2fcdce

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

2017-06-22 Thread Stephan Bergmann
solenv/bin/gdb-core-bt.sh |1 + 1 file changed, 1 insertion(+) New commits: commit d36dc7b3ce28e6fe1590aa7cb72e53e2d745c073 Author: Stephan Bergmann Date: Thu Jun 22 10:43:24 2017 +0200 Temporary debg output to find out why tinderboxes still don't find program ...that dumped

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

2017-06-22 Thread Jochen Nitschke
formula/source/core/api/FormulaCompiler.cxx | 57 include/formula/FormulaCompiler.hxx | 17 +++- sc/source/core/tool/calcconfig.cxx |6 +- sc/source/core/tool/compiler.cxx| 16 +++ sc/source/core/tool/token.cxx

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - download.lst

2017-06-22 Thread Michael Stahl
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit dbb761c925375eca1a062c2dad43879476594a06 Author: Michael Stahl Date: Wed Jun 21 22:28:49 2017 +0200 expat: upgrade to release 2.2.1 fixes CVE-2017-9233 and CVE-2016-9063 Reviewe

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

2017-06-22 Thread Michael Stahl
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7168a27c594dcd081912463a1fac64bf5048a3d1 Author: Michael Stahl Date: Wed Jun 21 22:28:49 2017 +0200 expat: upgrade to release 2.2.1 fixes CVE-2017-9233 and CVE-2016-9063 Reviewe

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

2017-06-22 Thread Michael Stahl
sw/source/core/layout/calcmove.cxx | 20 + sw/source/core/layout/flowfrm.cxx | 14 ++-- sw/source/core/layout/ftnfrm.cxx|3 +- sw/source/core/layout/objectformattertxtfrm.cxx | 27 +++- sw/source/core/

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

2017-06-22 Thread Ashod Nakashian
loleaflet/dist/toolbar/toolbar.js |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit be910e7325ee48a036d6f9987b875ccd705887a3 Author: Ashod Nakashian Date: Mon Jun 19 01:20:34 2017 -0400 loleaflet: Allow users to repair at all times Since during an ed

[Libreoffice-commits] core.git: download.lst

2017-06-22 Thread Michael Stahl
download.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit fb1b69a78742373f5652e731d0f32da1d159422c Author: Michael Stahl Date: Wed Jun 21 22:28:49 2017 +0200 expat: upgrade to release 2.2.1 fixes CVE-2017-9233 and CVE-2016-9063 Change-

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

2017-06-22 Thread Eike Rathke
sc/source/core/tool/scmatrix.cxx | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) New commits: commit 6a4343a9925dbc5a75b7aeb5dfd4fde21124492f Author: Eike Rathke Date: Wed Jun 21 23:42:25 2017 +0200 Resolves: tdf#108292 WalkAndMatchElements: really limit the match

[Libreoffice-commits] online.git: wsd/DocumentBroker.cpp

2017-06-22 Thread Pranav Kant
wsd/DocumentBroker.cpp |3 --- 1 file changed, 3 deletions(-) New commits: commit d192fa4944305d8488391b76b7994b8ea4596be4 Author: Pranav Kant Date: Wed Jun 21 17:27:55 2017 +0530 Obsolete comment Change-Id: I30b1bcbb5c4bd040ab1205030d16867fa488bdb4 diff --git a/wsd/Document

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

2017-06-22 Thread Miklos Vajna
xmlsecurity/source/helper/documentsignaturemanager.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 6115b109322dc497f569366d3fe7d2a41dc41140 Author: Miklos Vajna Date: Thu Jun 22 09:07:20 2017 +0200 xmlsecurity: remove newly introduced redundant namespace

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

2017-06-22 Thread Miklos Vajna
xmlsecurity/inc/digitalsignaturesdialog.hxx|2 +- xmlsecurity/inc/documentsignaturemanager.hxx |2 +- xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx |2 +- xmlsecurity/source/helper/documentsignaturemanager.cxx |2 +- 4 files changed, 4 insertions(+),

[Libreoffice-commits] online.git: Makefile.am tools/Config.cpp

2017-06-22 Thread Miklos Vajna
Makefile.am |2 +- tools/Config.cpp |3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) New commits: commit ad8584f5d737bc681f363c6612c28d4d3525b836 Author: Miklos Vajna Date: Thu Jun 22 09:03:35 2017 +0200 tools: initializer for base class XMLConfiguration is redundant,

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

2017-06-22 Thread Miklos Vajna
xmlsecurity/source/gpg/SecurityEnvironment.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 6025b2b2e2c8342c9d4da7517748552fe406fdbe Author: Miklos Vajna Date: Thu Jun 22 09:02:44 2017 +0200 xmlsecurity: fix loplugin:unusedvariablecheck warning Change-Id: Ia59a1f00