414496 Commits

Author SHA1 Message Date
Caolán McNamara
955e72f265 ofz#3741 Integer-overflow
Change-Id: I5059eca94cde52696affbf40753b9db1061a8c2b
Reviewed-on: https://gerrit.libreoffice.org/43740
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-10-24 13:53:55 +02:00
Michael Stahl
f7115dc7ef sfx2: finally resolve FIXME and test custom metadata
Yay, we have assertXPath now!

Change-Id: I74dedf535f5f0997dc94b3654558ccd451db813a
2017-10-24 13:48:58 +02:00
Olivier Hallot
26221dea6b Updated core
Project: help  44e33e6ecb66325b0f24218447172eb3e84e6be7

Better example of TRIM()

After translator suggestion (mbalabanov)

Change-Id: I7d39b3ec1826c199e56cf31352782ab9295b31e8
Reviewed-on: https://gerrit.libreoffice.org/43762
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-10-24 13:45:36 +02:00
Olivier Hallot
57c512c4a3 Updated core
Project: help  e32165db6ecfe233f561da74843ffef9af3e2135

Tweak some references in bash coding.

Change-Id: I57aeab1b6a5abf733fa68835197f129aaf23fef0
Reviewed-on: https://gerrit.libreoffice.org/43761
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-10-24 13:45:05 +02:00
Noel Grandin
b4c890cb65 loplugin:finalclasses in sfx2..svl
Change-Id: I71b78135b3d0259657438c4401340bb35ab5c6e0
Reviewed-on: https://gerrit.libreoffice.org/43742
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-24 13:41:17 +02:00
Christian Lohmaier
49b338b760 update credits
Change-Id: I6de45254981f24b05dbcc4bdde43d6ff25b7d001
2017-10-24 12:36:25 +02:00
Miklos Vajna
b99e94dd5d config_lgpl.h.in: fix loplugin:includeform warning
Change-Id: I53d75a9d59c14bc10008d0a590539f16160f380a
2017-10-24 12:24:03 +02:00
Stephan Bergmann
b18c1bdafd loplugin:includeform
Change-Id: I65867177fa36e50afb8c370c1e84cd54e3be6821
2017-10-24 11:55:40 +02:00
Stephan Bergmann
f17bc7f551 loplugin:includeform: bridges (macOS)
Change-Id: I9df97c6684de7dfc60f79dd11abaed069e5f08b2
2017-10-24 11:55:28 +02:00
Stephan Bergmann
5460a1dcb9 loplugin:includeform: connectivity (macOS)
Change-Id: Ib87a1dae55f926baffe1cf436fedeab59508d253
2017-10-24 11:55:18 +02:00
Stephan Bergmann
f70d864e42 loplugin:includeform: fpicker (macOS)
Change-Id: If52eeafcf6dab4825138c3f123d201dacd45ad28
2017-10-24 11:55:06 +02:00
Stephan Bergmann
ed8cdc0946 loplugin:includeform: lingucomponent (macOS)
Change-Id: I24d4a68ec7608f6f116337250893d96cdd68b938
2017-10-24 11:54:56 +02:00
Stephan Bergmann
a0a3667995 loplugin:includeform: sal (macOS)
Change-Id: Ic4d73e1fc328aecd897163b71edf0b4c9b8a090b
2017-10-24 11:54:46 +02:00
Stephan Bergmann
3201e8ac4d loplugin:includeform: sfx2 (macOS)
Change-Id: Id189589ae0847a1c14f512ab0912bf47f7838e43
2017-10-24 11:54:29 +02:00
Stephan Bergmann
37604bca41 loplugin:includeform: shell (macOS)
Change-Id: I2a254633124caa03d48ec9e6d21751b0b8750c0b
2017-10-24 11:54:15 +02:00
Stephan Bergmann
6f694e9612 loplugin:includeform: soltools (macOS)
Change-Id: I7e2a8d13e068f651bf6e8fbbb66363a4b2b5b0e7
2017-10-24 11:53:57 +02:00
Stephan Bergmann
9e7c95213a loplugin:includeform: toolkit (macOS)
Change-Id: I8a95a73a9e20e2f9d35371faf58890ffdc60963c
2017-10-24 11:53:22 +02:00
Stephan Bergmann
fcbc0a31b6 loplugin:includeform: unoidl (macOS)
Change-Id: I264ff44b441be5addfd03f48218b053c0f7f875d
2017-10-24 11:53:06 +02:00
Stephan Bergmann
52b605ff36 loplugin:includeform: vcl (macOS)
Change-Id: I4382a45dcffb32c7c001ee722ac1deccb2b01c2d
2017-10-24 11:52:43 +02:00
Stephan Bergmann
7d69ac0b8f loplugin:includeform: compat.cxx redux
Change-Id: I935c5b4a219f3b673f62d8788504de85b53a47ca
2017-10-24 11:51:58 +02:00
Stephan Bergmann
acb3ed0615 loplugin:includeform
Consistently use the #include "..." form for exactly those cases where the
included file is located next to the including file, see the mail thread
starting at
<https://lists.freedesktop.org/archives/libreoffice/2017-October/078601.html>
"C[++]: Normalizing include syntax ("" vs <>)".  (For UNO API include files,
see 189abcf0db61c41a565bd355294bf6e712fc3e5a "loplugin:includeform: UNO API
include files".)

(Some of the commits done earlier with messages containing "Change done in
preparation of loplugin:includeform" etc. were based on a somewhat different
earlier version of this plugin and would not be necessary with the current form.
But they are harmless and reverting them would probably cause more noise than
benefit, so just leave them in.)

Change-Id: I9fe9268ed84d31b5df71857a2e535972b11254ce
Reviewed-on: https://gerrit.libreoffice.org/43730
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-10-24 11:49:25 +02:00
Noel Grandin
f99767d532 tdf#113227 FILESAVE: PPT: bullets disappear after RT
regression from

	commit afa675469cd9894f41a6b9eeb2e7acc8245d256c
	use SvxExtNumType in SvxNumberType

where I managed to put a "default: break" statement in the wrong place

Change-Id: Ic821a03208a75363c538c4641077b084f1e2d242
Reviewed-on: https://gerrit.libreoffice.org/43737
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-24 11:27:38 +02:00
Miklos Vajna
f8b5ecc622 tdf#113202 RTF import: fix lack of expected contextual spacing
Upper, lower and contextual spacing are all stored in SvxULSpaceItem, so
if after spacing is set as direct formatting, contextual spacing has to
be set directly as well (having it in the paragraph style has no
effect).

Change-Id: Ie331c7561de7f2f16776a1613717e38fa083a541
Reviewed-on: https://gerrit.libreoffice.org/43735
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-10-24 11:26:31 +02:00
Miklos Vajna
460d8428f9 sw: prefix members of SwUndoTableNumFormat
Change-Id: I06cc74fe2c32f9d76ce6115b779ed764434634b7
Reviewed-on: https://gerrit.libreoffice.org/43734
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-10-24 11:26:22 +02:00
Aron Budea
919be04e2c Add Albanian (sq) dictionary
Change-Id: I18b166ae8e08b4509154c2ba035d3e9811e947ec
Reviewed-on: https://gerrit.libreoffice.org/43707
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2017-10-24 11:16:24 +02:00
David Tardon
7e389ae769 allow to override ENABLE_STRIP in the installer
... because we set ENABLE_STRIP in
instsetoo_native/CustomTarget_install.mk .

Change-Id: I4eaf66c53a0ec680688bf819b3a396865e7a3e33
2017-10-24 11:04:56 +02:00
Noel Grandin
f49b6d89fd loplugin:finalclasses in svtools
Change-Id: I596342a3d32e116ac5994b60a5bd8717d4f6a5dd
Reviewed-on: https://gerrit.libreoffice.org/43733
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-24 10:54:23 +02:00
Michael Stahl
89b08e2318 curl: upgrade to release 7.56.1
- fixes a very minor CVE: CVE-2017-1000254
- the Windows nmakefiles we were previously using have been
  removed, so we use the *other* Windows nmake build system now
- /EHs override is pointless, default /EHsc should work fine
- the macros defined in ExternalProject are not needed any more
- curl-msvc-schannel.patch.1: drop, not needed with new makefiles
- curl-osx.patch.1: none of it applies, presumably fixed upstream

Change-Id: I15c71b9c82c31d286d935b57543a1b0216123b66
Reviewed-on: https://gerrit.libreoffice.org/43724
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-10-24 10:09:07 +02:00
Caolán McNamara
3168ba6c6e rework TestImportXLS to take a SvStream arg
Change-Id: I65d02604ac489d8c8649673f3f851d1a6650406e
2017-10-24 08:54:42 +01:00
jan Iversen
d8a299e129 iOS, updates to make structure
Clean works better with this update.

Change-Id: I8afe796048fd4f796a4c92b64121f754293ee973
2017-10-24 09:49:49 +02:00
jan Iversen
b69f923a22 iOS, updated desktop/source/lib/init.cxx
InitVCL() needs to be called for iOS, even though it runs
without desktop, since that function fills structures like
mpDefInst

Change-Id: Icebd4a4111881b46a8abc1e1988921a19e5e4527
2017-10-24 09:49:49 +02:00
Noel Grandin
ac45764b05 loplugin:finalclasses in svx
Change-Id: I74296e2185902498cd569ecde83905f718a41e84
Reviewed-on: https://gerrit.libreoffice.org/43715
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-24 07:59:06 +02:00
Julien Nabet
fe22bdc3b5 tdf#113368: fix crash when closing dialog opened with Basic
See bt https://bugs.documentfoundation.org/attachment.cgi?id=137222
3  0x00007fffebe196b7 in vcl::Window::GrabFocus() (this=0x0) at /tinderbox/buildslave/source/libo-master/vcl/source/window/window.cxx:3003
4  0x00007fffee473602 in FileControl::GetFocus() (this=0x28760b0) at /tinderbox/buildslave/source/libo-master/svtools/source/control/filectrl.cxx:177
5  0x00007fffebe1c99b in vcl::Window::CompatGetFocus() (this=0x28760b0) at /tinderbox/buildslave/source/libo-master/vcl/source/window/window.cxx:3694
6  0x00007fffebd62672 in vcl::Window::ImplGrabFocus(GetFocusFlags) (this=0x28760b0, nFlags=GetFocusFlags::NONE) at /tinderbox/buildslave/source/libo-master/vcl/source/window/mouse.cxx:377
7  0x00007fffebe196b7 in vcl::Window::GrabFocus() (this=0x28760b0) at /tinderbox/buildslave/source/libo-master/vcl/source/window/window.cxx:3003
8  0x00007fffebe0bfc5 in vcl::Window::dispose() (this=0x28778b0) at /tinderbox/buildslave/source/libo-master/vcl/source/window/window.cxx:449
9  0x00007fffebe6536c in Control::dispose() (this=0x28778b0) at /tinderbox/buildslave/source/libo-master/vcl/source/control/ctrl.cxx:65
10 0x00007fffebe6a4b6 in Edit::dispose() (this=0x28778b0) at /tinderbox/buildslave/source/libo-master/vcl/source/control/edit.cxx:265
11 0x00007fffebfa5ac0 in VclReferenceBase::disposeOnce() (this=0x2877bc8) at /tinderbox/buildslave/source/libo-master/vcl/source/outdev/vclreferencebase.cxx:42
12 0x00007fffee41f948 in VclPtr<Edit>::disposeAndClear() (this=0x28762c0) at /tinderbox/buildslave/source/libo-master/include/vcl/vclptr.hxx:208
13 0x00007fffee472f0e in FileControl::dispose() (this=0x28760b0) at /tinderbox/buildslave/source/libo-master/svtools/source/control/filectrl.cxx:89

Change-Id: I97fd3679a8692893047c22ff3e452a5c3e3f25c3
Reviewed-on: https://gerrit.libreoffice.org/43731
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-10-24 07:07:17 +02:00
Muhammet Kara
f5c1502f47 tdf#113001: Use real '+' and '−' icons for Customize dialog buttons
Change-Id: I4084af0284e4b24126d6663dc4652f801034d41c
Reviewed-on: https://gerrit.libreoffice.org/43727
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-10-24 06:56:27 +02:00
Lior Kaplan
43d6b11a5c Updated core
Project: dictionaries  a79cdcb292c8095049f2834a1f0c5cbffe9097fe

Create an Albanian (sq) dictionary

Dictionary based on files from http://shkenca.org/k6i/

Change-Id: I8d9eabecb9a8efd6f5fead6abec52d21a0c04f88
Reviewed-on: https://gerrit.libreoffice.org/41906
Reviewed-by: Aron Budea <aron.budea@collabora.com>
Tested-by: Aron Budea <aron.budea@collabora.com>
2017-10-23 23:57:24 +02:00
Stephan Bergmann
71f057a6f6 loplugin:includeform: UnoControls
Change-Id: Id6bcc521bbfe8579be1b0184d75dffb04baf9ea4
2017-10-23 22:46:14 +02:00
Stephan Bergmann
1077bc9a53 loplugin:includeform: avmedia
Change-Id: I32b9617ffd78ec65a6af0fb7fb1c09f5f8cdde4e
2017-10-23 22:46:14 +02:00
Stephan Bergmann
249071dd50 loplugin:includeform: basctl
Change-Id: Id7d19b16505aa42877c456e2ac270157077a9365
2017-10-23 22:46:14 +02:00
Stephan Bergmann
640eda0fec loplugin:includeform: basegfx
Change-Id: I554ca3b84cc9f02cae88f876332a9fb50dd1c7c7
2017-10-23 22:46:14 +02:00
Stephan Bergmann
d4a25418b3 loplugin:includeform: basic
Change-Id: I6fbba5c4619eec7ae03fed65a18974faa0f190af
2017-10-23 22:46:13 +02:00
Stephan Bergmann
8568732c0f loplugin:includeform: bean
Change-Id: I3487839569e34552d8b6409b04ef842346c43f5c
2017-10-23 22:46:13 +02:00
Stephan Bergmann
3a511d3757 loplugin:includeform: bridges
Change-Id: Icad98d3153a5b1710c8c2a2d338ba0129e9ff208
2017-10-23 22:46:13 +02:00
Stephan Bergmann
a804707066 loplugin:includeform: canvas
Change-Id: I3d0748aa22562174c8fd6ac2eb7bb091c116fd67
2017-10-23 22:46:12 +02:00
Stephan Bergmann
d63b706dad loplugin:includeform: chart2
Change-Id: I5b455c684e7cd689d5160135246f3400363c7d40
2017-10-23 22:46:12 +02:00
Stephan Bergmann
696722f2c8 loplugin:includeform: codemaker
Change-Id: If0c6726c4e096f50e2e16f2a4f7e5821457ac368
2017-10-23 22:46:12 +02:00
Stephan Bergmann
4b60d19694 loplugin:includeform: comphelper
Change-Id: I9297bd0449633d1055125e7c2f2f6d215a22ae7d
2017-10-23 22:46:11 +02:00
Stephan Bergmann
012d4dc0e9 loplugin:includeform: configmgr
Change-Id: Ie3b0b80409a7897db6700c80d6ff41dbb4845652
2017-10-23 22:46:11 +02:00
Stephan Bergmann
25fd3077e8 loplugin:includeform: connectivity
Change-Id: I06596fac09f0568b8bab2e2e235a2b88bcd3fc7a
2017-10-23 22:46:11 +02:00
Stephan Bergmann
74067098bb loplugin:includeform: cppucanvas
Change-Id: I83da2a535f89dfaa675629ca3dc2a6cefc334443
2017-10-23 22:46:11 +02:00
Stephan Bergmann
7a3aafb5a1 loplugin:includeform: cppu
Change-Id: I438346398fd8430cf4357b8a3d8e9f423966f2ca
2017-10-23 22:46:11 +02:00