Re: is _lo_get_constructor_map and _lo_get_factory_map processor dependent ?

2018-01-12 Thread Miklos Vajna
Hi, On Thu, Jan 11, 2018 at 08:29:41PM +, jan iversen wrote: > Undefined symbols for architecture arm64: > > "_lo_get_constructor_map", referenced from: Did you forgot to include the result of solenv/bin/native-code.py in the linker input? Regards, Miklos signature.asc Description: D

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

2018-01-12 Thread jan Iversen
desktop/source/lib/init.cxx |2 +- include/LibreOfficeKit/LibreOfficeKitInit.h | 19 +++ ios/source/LibreOfficeKit.c |6 -- 3 files changed, 12 insertions(+), 15 deletions(-) New commits: commit e25d7cc9052cddbaed24cea8a2ea88d8d785d083

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

2018-01-12 Thread Stephan Bergmann
Makefile.in|1 + solenv/gbuild/SdiTarget.mk |1 + 2 files changed, 2 insertions(+) New commits: commit 777a05b09c79661191181f002db3a3cb9e14c6e0 Author: Stephan Bergmann Date: Fri Jan 12 10:03:55 2018 +0100 Support `make SdiTarget_...` Change-Id: I23dc4511a

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

2018-01-12 Thread Pranav Kant
loleaflet/dist/loleaflet.css |6 ++ 1 file changed, 6 insertions(+) New commits: commit 6335fa68613248ab16bc50f2c47d88e8b824b900 Author: Pranav Kant Date: Fri Jan 12 18:19:50 2018 +0530 loleaflet: Don't allow selecting the dialog canvas Change-Id: I8c88183f0fbb29b5cd81524

[Libreoffice-commits] core.git: Branch 'private/vmiklos/mm-embedding-5.0' - 0 commits -

2018-01-12 Thread Unknown
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2018-01-12 Thread jan Iversen
include/LibreOfficeKit/LibreOfficeKitInit.h |2 ++ 1 file changed, 2 insertions(+) New commits: commit 2a80ce62d373d734db26741858b4bee1c3994564 Author: jan Iversen Date: Fri Jan 12 14:03:55 2018 +0100 Repair windows build break. Forgot to isolate extern declaration, mac/linux

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

2018-01-12 Thread Pranav Kant
loolkitconfig.xcu |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 57387bf2b42caca704b3df30045d33e295f202ea Author: Pranav Kant Date: Fri Jan 12 18:39:34 2018 +0530 loolkitconfig.xcu: /home is only available in debug builds, not release ... so the prob

Re: is _lo_get_constructor_map and _lo_get_factory_map processor dependent ?

2018-01-12 Thread Stephan Bergmann
On 01/11/2018 09:29 PM, jan iversen wrote: During today (updated master early evening) I started getting strange linker errors: When linking for ARM64 with or without debug I get: Undefined symbols for architecture arm64:   "_lo_get_constructor_map", referenced from:       cppuhelper::deta

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

2018-01-12 Thread Miklos Vajna
include/filter/msfilter/mstoolbar.hxx | 15 --- 1 file changed, 15 deletions(-) New commits: commit 2cd6c4fb990a01ce476bf2e077836945ef59516c Author: Miklos Vajna Date: Thu Jan 11 23:15:22 2018 +0100 filter: fix dbglevel=2 build of msfilter Change-Id: Ifb6747f170d7c9

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

2018-01-12 Thread Stephan Bergmann
include/tools/stream.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ef22c4a0a99be5d2903fb9e9d09fc852cd791173 Author: Stephan Bergmann Date: Fri Jan 12 09:42:05 2018 +0100 new[] vs. delete mismatch ...after e57a036939e27ecd173ace691689e26a6a33df8e

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

2018-01-12 Thread Pranav Kant
libreofficekit/source/gtk/lokdocview.cxx | 42 ++- 1 file changed, 20 insertions(+), 22 deletions(-) New commits: commit 4ed5f5b28aaaf4522b71f32fb2f9f6a960dbff69 Author: Pranav Kant Date: Thu Dec 21 12:47:52 2017 +0530 lokdocview: use std::string where possib

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

2018-01-12 Thread Miklos Vajna
package/inc/ZipPackage.hxx |1 + package/source/xstor/xfactory.cxx|7 +++ package/source/xstor/xstorage.cxx|4 +++- package/source/zippackage/ZipPackage.cxx |4 +++- sfx2/source/doc/docfile.cxx |9 + 5 files changed, 23 ins

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

2018-01-12 Thread Pranav Kant
include/LibreOfficeKit/LibreOfficeKitEnums.h |6 +++--- libreofficekit/source/gtk/lokdocview.cxx | 23 +++ 2 files changed, 26 insertions(+), 3 deletions(-) New commits: commit 70f874b18dcbfc9c0469f5e6ec03502e9fa3183d Author: Pranav Kant Date: Thu Dec 21 13:20:26

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

2018-01-12 Thread Miklos Vajna
filter/source/msfilter/msdffimp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8eb014b45961376b3c9a01eb2b24b9620c00f777 Author: Miklos Vajna Date: Fri Jan 12 08:38:53 2018 +0100 filter: fix 32bit build Change-Id: I8959e745c0560806a6512285db7c19e4

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

2018-01-12 Thread Caolán McNamara
lotuswordpro/inc/lwpfrib.hxx|4 lotuswordpro/source/filter/lwpchangemgr.cxx |2 ++ lotuswordpro/source/filter/lwpfrib.cxx | 18 +- 3 files changed, 23 insertions(+), 1 deletion(-) New commits: commit b39f962e0be52f0d8380e1662f88a2f627fbfb89 Auth

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

2018-01-12 Thread Jochen Nitschke
sc/inc/token.hxx |3 ++- sc/source/core/tool/token.cxx |2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) New commits: commit 6267b56f2dfcbcf5a6b30698e3ead68ce1b724e7 Author: Jochen Nitschke Date: Wed Jan 10 22:11:08 2018 +0100 move implementation of ScMatrixCellR

FOSDEM Wiki Page

2018-01-12 Thread Italo Vignoli
I have created a wiki page with FOSDEM related information, which is very important especially for the social dinner on Saturday (as we have a maximum capacity of 100 people). You are kindly requested to register ASAP, as this year we will not accept last minute reservations (we are sourcing the fo

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

2018-01-12 Thread Stephan Bergmann
sc/source/ui/navipi/navipi.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit efb5faa2255d0b18705e908a46d403cbe26d25d0 Author: Stephan Bergmann Date: Thu Jan 11 17:20:02 2018 +0100 Add back initialization of ScNavigatorSettings::maExpandedVec ...lost with 2ea92be997

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

2018-01-12 Thread Caolán McNamara
sc/inc/document.hxx |5 + sc/qa/unit/ucalc.cxx|1 + sc/source/core/data/documen2.cxx|1 + sc/source/core/data/formulacell.cxx |5 + sc/source/core/tool/interpr2.cxx|8 +++- sc/source/ui/docshell/docsh4.cxx|2 ++ sc/sou

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

2018-01-12 Thread Caolán McNamara
sc/Library_sc.mk |1 sc/inc/document.hxx |2 sc/inc/documentlinkmgr.hxx|6 - sc/source/core/data/formulacell.cxx |4 - sc/source/core/inc/webservicelink.hxx | 49 + sc/source/core/tool/interpr7

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

2018-01-12 Thread Caolán McNamara
sfx2/uiconfig/ui/linkeditdialog.ui |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 5f0b043e075b47fac7a42f2b5b39fc4f888be11a Author: Caolán McNamara Date: Fri Jan 12 09:58:20 2018 + no button has default focus Change-Id: I4b9e27d53a01a8d27b8b

Re: is _lo_get_constructor_map and _lo_get_factory_map processor dependent ?

2018-01-12 Thread jan iversen
> Definitions for those functions are generated by bin/native-code.py. I > do see uses of that (and of the generated native-code.h) in module ios > (but have no further insight into that module). Thanks that helps, I have seen native_code.h being generated when I do fresh build, so it seems to b

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

2018-01-12 Thread Stephan Bergmann
cppuhelper/source/shlib.cxx |8 1 file changed, 8 deletions(-) New commits: commit 7f063b77da6db00806d9e6c60239a59d75ae3cee Author: Stephan Bergmann Date: Fri Jan 12 10:23:49 2018 +0100 Revert "Print the important failure messages on iOS even in a non-debug build" T

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

2018-01-12 Thread Michael Meeks
wsd/DocumentBroker.cpp |7 +++ 1 file changed, 7 insertions(+) New commits: commit 9335f6ff128b56876f5e7ef37b7983baa4d5b152 Author: Michael Meeks Date: Fri Jan 12 16:16:56 2018 + Warn if we exit with a modified document around. Change-Id: Ie38ab49c66358f674e14820a6ffa

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

2018-01-12 Thread Caolán McNamara
cui/source/dialogs/linkdlg.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 69fac8ac09a5777d8d74eb72822410a5a02536c2 Author: Caolán McNamara Date: Fri Jan 12 10:23:31 2018 + show something for the link name if there is no link body Change-Id: I

[Libreoffice-commits] core.git: ios/CustomTarget_iOS_setup.mk

2018-01-12 Thread jan Iversen
ios/CustomTarget_iOS_setup.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit a5eea680720dd8f3c78143ac635dafdf09b5dd14 Author: jan Iversen Date: Fri Jan 12 17:05:59 2018 +0100 iOS, add .py dependency to native-code.h Change-Id: I165d59228c2b273d758d

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

2018-01-12 Thread Caolán McNamara
sc/source/core/tool/interpr7.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit a916fc0c0e0e8b10cb4158fa0fa173fe205d434a Author: Caolán McNamara Date: Wed Jan 10 14:27:35 2018 + limit WEBSERVICE to http[s] protocols and like excel... 'For proto

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

2018-01-12 Thread Caolán McNamara
sc/source/ui/docshell/arealink.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dc2a2bd172762e95ebc66d58ba04b2071d00d0b1 Author: Caolán McNamara Date: Fri Jan 12 10:48:59 2018 + VclPtr, missing dispose Change-Id: I790cd8be0d461d4c82c9b1c64e334b

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

2018-01-12 Thread Caolán McNamara
sc/source/ui/docshell/arealink.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 06a2ffe863501e8bef88cd0201bd5e8d73e92242 Author: Caolán McNamara Date: Fri Jan 12 10:48:59 2018 + VclPtr, missing dispose Change-Id: I790cd8be0d461d4c82c9b1c64e334b

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

2018-01-12 Thread Caolán McNamara
sc/source/core/tool/interpr7.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit 3271e8b90f5d522fdfe1de46b77e7f67cdaa75af Author: Caolán McNamara Date: Wed Jan 10 14:27:35 2018 + limit WEBSERVICE to http[s] protocols and like excel... 'For proto

[Libreoffice-commits] core.git: compilerplugins/clang solenv/CompilerTest_compilerplugins_clang.mk

2018-01-12 Thread Stephan Bergmann
compilerplugins/clang/cstylecast.cxx | 440 ++- compilerplugins/clang/test/cstylecast.cxx| 63 +++ compilerplugins/clang/unnecessaryparen.cxx | 104 ++ solenv/CompilerTest_compilerplugins_clang.mk |1 4 files changed, 595 insertions(+), 13 deletio

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

2018-01-12 Thread Andras Timar
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f75d60501ba887b5ad4a7924be70264b27eecec7 Author: Andras Timar Date: Fri Jan 12 20:39:55 2018 +0100 Updated core Project: translations 5c8037b1eea42c23f7b20d203ace7c0317c55d7e Translatio

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

2018-01-12 Thread Miklos Vajna
include/sfx2/sfxsids.hrc |3 ++- sfx2/qa/cppunit/misc/hello.odt |binary sfx2/qa/cppunit/test_misc.cxx | 38 ++ sfx2/sdi/sfx.sdi |2 +- sfx2/source/appl/appuno.cxx|1 + sfx2/source/doc/objstor.cxx| 11 +++ 6 f

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3-0' - loleaflet/src loleaflet/unocommands.js

2018-01-12 Thread Henry Castro
loleaflet/src/control/Control.Menubar.js | 27 +-- loleaflet/unocommands.js |3 +++ 2 files changed, 28 insertions(+), 2 deletions(-) New commits: commit 703861538ff2bddb157a4836c995154390df31aa Author: Henry Castro Date: Fri Jan 12 21:45:45 2018 +

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

2018-01-12 Thread Caolán McNamara
sd/source/filter/ppt/pptin.cxx | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) New commits: commit 069e727e1049eaaeb1cbbd7fdd14d8d47abc1f8b Author: Caolán McNamara Date: Fri Jan 12 20:44:25 2018 + ofz#5274 Out-of-memory Change-Id: I3e69f5e2be848933a43d09c

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

2018-01-12 Thread Zdeněk Crhonek
sw/qa/uitest/writer_tests/tdf93068.py | 37 ++ 1 file changed, 37 insertions(+) New commits: commit 42e90b44ee9de1c5e0b324e492949ff6f345461b Author: Zdeněk Crhonek Date: Thu Dec 21 20:59:54 2017 +0100 uitest for tdf#93068 Change-Id: Ib76d2a2f386b

[Libreoffice-commits] core.git: 6 commits - comphelper/source include/comphelper include/rtl include/test officecfg/registry package/inc package/source sfx2/source sw/qa uui/source

2018-01-12 Thread Michael Stahl
comphelper/source/misc/docpasswordhelper.cxx |2 comphelper/source/misc/storagehelper.cxx | 13 ++ include/comphelper/storagehelper.hxx |1 include/rtl/digest.h | 63 + include/tes

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

2018-01-12 Thread Miklos Vajna
sw/inc/doc.hxx | 11 --- sw/source/core/doc/docnew.cxx |4 +--- sw/source/core/docnode/ndtbl.cxx| 10 ++ sw/source/core/unocore/unostyle.cxx |3 +++ sw/source/uibase/app/docstyle.cxx | 23 +-- 5 files changed, 35 in

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

2018-01-12 Thread Thorsten Behrens
include/com/sun/star/uno/Sequence.hxx | 79 ++ 1 file changed, 79 insertions(+) New commits: commit 37b4b3ea042ab380106f4eca001b605d79980296 Author: Thorsten Behrens Date: Thu Jan 11 23:14:11 2018 +0100 provide uno::Sequence with ostream output operator

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

2018-01-12 Thread Justin Luth
writerfilter/source/dmapper/DomainMapper_Impl.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 5f25cfde82013d34276ed0ac12d4c2879888db7b Author: Justin Luth Date: Thu Jan 4 17:01:59 2018 +0300 unused variable: DomainMapper_Impl::PushAnnotation() pTopContext unused e

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

2018-01-12 Thread Justin Luth
writerfilter/source/dmapper/StyleSheetTable.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 60c84cd52b291f7cfa4f44366bf021f34ef230f6 Author: Justin Luth Date: Wed Jan 10 17:45:45 2018 +0300 remove unused include XChapterNumberingSupplier.hpp The code moved to Numb

[Libreoffice-commits] core.git: 2 commits - ios/CustomTarget_iOS_prelink.mk ios/CustomTarget_iOS_setup.mk

2018-01-12 Thread jan Iversen
ios/CustomTarget_iOS_prelink.mk |7 ++- ios/CustomTarget_iOS_setup.mk |4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) New commits: commit dacb12d219fd060504553bf29e8536bdb747c930 Author: jan Iversen Date: Fri Jan 12 18:26:21 2018 +0100 iOS, split .a and .dylib gene

[Libreoffice-commits] core.git: emfio/source include/tools svx/source tools/inc tools/source

2018-01-12 Thread Noel Grandin
emfio/source/reader/emfreader.cxx |2 emfio/source/reader/wmfreader.cxx |2 include/tools/poly.hxx|6 svx/source/dialog/contwnd.cxx |2 tools/inc/poly.h | 38 ++-- tools/source/generic/poly2.cxx| 311 +++---