Commit graph

447437 commits

Author SHA1 Message Date
Muhammet Kara
aed83675d1 Install C++ VSCode extension for Gitpod
Change-Id: I631e050316acdcbb42dfbb5e6476a4e8e7cc0f8d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90221
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-03-09 15:54:14 +01:00
Jan Holesovsky
435e95410c Disable gtk in the build-config when cross-compiling.
Not needed at all and gtk3 is already disabled there.

Change-Id: Ic6f8be17645df22a414ae4b191a97b9bf1c16d1b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90206
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-03-09 15:44:07 +01:00
Noel Grandin
e0720d2534 make SpinField DLLPUBLIC again
to fix Window --enabled-mergedlibs

Change-Id: I0459798449e63c5e77a7b2e961520317d2383527
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90218
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Jenkins
2020-03-09 15:26:54 +01:00
Noel Grandin
fca333820d StartElement/EndElement in SdXMLGenericPageContext are superfluous now
after
    commit 2176aed0e3a79bd457ad3678490262dae9ea1361 (HEAD -> master)
    Date:   Mon Mar 9 10:09:48 2020 +0200
    convert SdXMLGenericPageContext to fastparser

Change-Id: I5b1b8dff1a667e4e916b6625a1fca2d0a6b9b9c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90216
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-03-09 14:45:48 +01:00
Miklos Vajna
cfc2a227b4 compilerplugins: remove unused getDeclContext()
Change-Id: I523cc2195be5f200b3e416d1ec3b282e3245ebbb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90214
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-03-09 14:22:50 +01:00
Luca Carlon
358991e3b0 tdf#127687 Qt5 introduce basic HiDPI scaling
For tdf#124292, Qt's own HiDPI scaling was explicitly disabled,
but it turns out, you can't really scale QStyle painting then.

This patch series had a 2nd approach also used by Gtk+ currently,
which relied on the scaling of ths Cairo surface, which works
surprisingly good, but has to lie about the real DPI value, so
nothing is scaled twice. Also all icons are then scaled instead
of rendered with the proper resolution.

When HiDPI support in Qt is enabled, and the application is
started using QT_SCALE_FACTOR=1.25, Qt simply lowers the reported
resolution, keeps the logical DPI value of 96 and changes the
devicePixelRatio to the specified value. But LO still expects
the real DPI values and sizes, so we have to multiply a lot of
rectangles, sizes and positions.

The current result is far from perfect, which you can see with
the various graphics glitches, but it at least doesn't crash
anymore in the ControlType::Editbox sizing code.

The main problem is all the up and downscaling in the
getNativeControlRegion code, so LO knows the size of the widgets
for the correct layouting, since there seem to be no API to
get the scaled values from Qt / QStyle.

Change-Id: I687b1df6ef27724ce68326d256e9addccd72e759
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86239
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2020-03-09 14:19:49 +01:00
Xisco Fauli
2c5655d724 tdf#107975: move UItest to CppunitTest
Change-Id: I2616f651f13306dd78732937310f204789b470fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90213
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2020-03-09 13:50:05 +01:00
Stephan Bergmann
5ab0f79748 Add --disable-compiler-plugins-analyzer-pch for Jenkins/linux_clang_dbgutil_64
<https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/54883/> had been a
case I noticed of a "Gerrit Linux clang/dbgutil" build failing due to stale PCH
information:

[...]
> [build GEN] compilerplugins/clang/sharedvisitor/makeshared.plugininfo
> fatal error: file '/usr/include/asm-generic/errno.h' has been modified since the precompiled header '/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/compilerplugins/clang/sharedvisitor/clang.pch' was built
> note: please rebuild precompiled header '/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/compilerplugins/clang/sharedvisitor/clang.pch'
[...]

and this issue had apparently caused all those Gerrit Jenkins builds to fail for
at least a day.  For unmaintained builds like those, I think it is better to
have a more robust setup, where stale PCH information cannot break the build.
Also, as those builds do not make compilerplugins.clean and rather share it
across builds, there should not be much of a performance impact when disabling
PCH in the analyzer.

(It turns out that compilerplugins/clang/sharedvisitor/analyzer.cxx would always
have enabled PCH, as compilerplugins/Makefile-clang.mk always passes in some
definition of LO_CLANG_USE_ANALYZER_PCH.  Fixed that now.)

Change-Id: I7b8b24c1049c501634bd59c5fb482bec72427cf6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90211
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
2020-03-09 13:48:35 +01:00
Caolán McNamara
633b2f4dff save/restore the entry text of the fontsize widget
instead of its value, because the min value is 2, but we set
empty text to indicate multiple values are selected in the underlying
text.

Change-Id: If4232b500cd177a264aa5e6ca0537021483db95f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90208
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-03-09 13:25:56 +01:00
Stephan Bergmann
ad85d0503b Adapt CLANGSYSINCLUDE to Git-based LLVM builds
...where `llvm-config --version` reports something like "11.0.0git"

Change-Id: I63e03d5b50da72aa58b6bc8d9d5a4a7f95e01492
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90207
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-03-09 13:07:27 +01:00
Muhammet Kara
053752f894 Initial commit for Gitpodifying LibreOffice core
After this commit, it will be possible to automatically
create a Gitpod instance from the core repo, simply
by giving its address.

The instance will have all the build dependencies
and the latest core repo cloned. It is suggested to limit
the thread number by 4 by using the autogen.input file.
Otherwise, your compiler processes might get killed during
the build.

'Gitpod launches ready-to-code dev environments
for your GitHub or GitLab project with a single click.'

Change-Id: I7a0e07be6b36063f0527cb03ef032df3412afc7c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90197
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-03-09 13:00:32 +01:00
Balazs Varga
7c300296dd tdf#131060 tdf#117088 chart view: fix missing or truncated axis labels
if we have enough space under the horizontal X axis.

Note: allow truncation of vertical X axis labels only if they
are text labels and the position is NEAR_AXIS or OUTSIDE_START.

Regressions from commit 35d062f787
(tdf#116163: Limit label height in chart if needed)
and commit 26caf1bc59
(tdf#114179: Custom size and position of the chart wall)

Change-Id: Idf86bc2b5482bb50a266cda57cc502621c2e08ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89829
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2020-03-09 11:57:29 +01:00
Gabor Kelemen
b114e5659b tdf#42949 Fix IWYU warnings in oox/*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I3d34eb4933ad574321c0de6a650fc89dd0aa353f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90144
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-03-09 11:54:45 +01:00
Caolán McNamara
ba5c5df41a add capability to remove a menu item
Change-Id: Ie87645ea6b477a0d14deb66690d95fd203315ca0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90194
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-03-09 11:50:46 +01:00
Balazs Varga
45413702b0 tdf#131143 OOXML chart: fix missing data points of scatter chart
If "values-x" property is empty, export X-Y (scatter) chart category
labels in c:xVal/c:strRef/c:strCache/c:pt/c:v to avoid missing data
points at next import.

Change-Id: Ib5ed99bd1186bd1cfa3e2559aff1c8d214547017
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90011
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2020-03-09 11:37:27 +01:00
Noel Grandin
abe39f7781 improve loplugin:unusedfields
noticed something that wasn't being picked up, wrote some tests,
and found an unhandled case in Plugin::getParentFunctionDecl

Change-Id: I52b4ea273be6614e197392dfc4d6053bbc1704de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90141
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-03-09 11:33:43 +01:00
Pelin Kuran
bdb1c72198 tdf43157:Clean up OSL_ASSERT, DBG_ASSERT, etc..
Change-Id: Id93ebb5cb466580c25eb0e5669bc31510bdd7c1c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89717
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-03-09 10:53:26 +01:00
Noel Grandin
2863865da4 convert SdXMLGenericPageContext to fastparser
Change-Id: I225fcd104252a32715259b85614298d8a2ffd110
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90202
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-03-09 10:52:21 +01:00
Samuel Mehrbrodt
2b7e24334c tdf#131184 Allow comparing text ranges in table with body text
Change-Id: I191d8778d362cd28474eea6d18bfe40044887e30
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90086
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2020-03-09 10:33:04 +01:00
Noel Grandin
cb5fc86005 tdf#130878 improvement to previous fix
which does not cause tons of extra pages to show up

Change-Id: Ia80d66de2056d78d8cecd2814239951d0de97018
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90193
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-03-09 10:11:30 +01:00
Stephan Bergmann
23ca55114d loplugin:unreffun (macOS)
...plus ensuing -Werror,-Wunused-const-variable

Change-Id: I1a22c7e3ddaad50b27ad311bce165141d30491e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90199
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-03-09 10:07:10 +01:00
Miklos Vajna
889ad68cff sw: prefix members of SwUndoMergeTable, SwUndoOutlineLeftRight, ...
... SwUndoSplitTable and SwUndoTableAutoFormat

See tdf#94879 for motivation.

Change-Id: I5e40c9ba391456c95b8ef44aa4cf11ebbd681d80
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90200
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2020-03-09 09:53:21 +01:00
Caolán McNamara
0d81a613ef tdf#131223 let return deactive active popup
Change-Id: Ib116a1eb047aa9f1a5ca7a2ec9333a793addd304
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90188
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-03-08 17:08:32 +01:00
Bjoern Michaelsen
6a2958f3d9 SwAuthorityFieldType::GetSequencePos(): SwIterator no more ...
Change-Id: Ibe6b2d2f534fad296c46ef6c3c18c63ccbf265e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90170
Tested-by: Jenkins
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
2020-03-08 17:05:49 +01:00
Julien Nabet
bb51f81507 tdf#131217: position arg in Blob::getBytes begins at 1 not 0 (Firebird)
See part of bt here:
https://bugs.documentfoundation.org/show_bug.cgi?id=131217#c5

According to:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=38ce989b4f9d2aead097e5a2e95b819def7e2624
position can't be 0

Change-Id: Ia7bf973b820b8642b45eb0bbc125011cab99de9c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90186
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-08 16:34:59 +01:00
Julien Nabet
3ddfba19c9 tdf#131210: avoid infinite loop in 'Date acceptance patterns'
Change-Id: Ib049b5d44f91e2b36c068e1ef351ae81707d885e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90180
Tested-by: Jenkins
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-03-08 15:15:11 +01:00
Caolán McNamara
17cf56c127 ofz#20635 infinite loop
Change-Id: I7b40df05307e3dd7768e9407040eb4fa285d51e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90174
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-03-08 15:08:26 +01:00
Caolán McNamara
1e95c2c17a ofz#20622 oom
Change-Id: Id77d90197e98d29787a40966f248dd769c9dac28
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90175
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-03-08 15:08:10 +01:00
Andrea Gelmini
9042e7ebaf Fix typo
Change-Id: Icb3c9deb140b119311066784157da413f686aba3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90178
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-03-08 13:30:37 +01:00
Julien Nabet
b262b973ad tdf#131219: workaround for getPrivilege/getGrantablePrivileges in Firebird
It must really be implemented. Meanwhile, let's avoid the error popups.

Change-Id: If78e7d1b955ba70fd5ad282ba12b26806b7c81b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90184
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-08 12:28:13 +01:00
Julien Nabet
08334285ec tdf#131212: Implement change user password in Firebird
Command retrieved from https://firebirdsql.org/refdocs/langrefupd25-security-sql-user-mgmt.html

Change-Id: Idd16c74cd3b00f8a5c9cc135e11ac032811557f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90177
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-03-08 07:12:03 +01:00
Jim Raykowski
4bca67d21e tdf#131067 Only outline track if an outline entry is selected
This patch ignores outline tracking when other than Headings/outline
content is navigated to from the Navigator.

Change-Id: I3ecbe508b5d641e8f9bd8fe2e70d8ae23f0bf879
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89928
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2020-03-08 03:28:53 +01:00
Muhammet Kara
f61fa885ed put clang-format commit to .git-blame-ignore-revs
Change-Id: Ic820d7c1a21de3244f94cb4af2dfb83d7fb128d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90169
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-03-07 22:59:48 +01:00
Matteo Casalin
6155e69aba Fix typed flags mask
after commit 2876a0f79f

Change-Id: Ibf27d74d73b0e8624efaffdc252b27e366245e38
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90165
Tested-by: Jenkins
Reviewed-by: Matteo Casalin <matteo.casalin@libreoffice.org>
2020-03-07 22:31:00 +01:00
Caolán McNamara
b7d10989d6 ofz#20463 Timeout
Change-Id: I7707451573a57e99e9f417617b733a00ea991c0e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90176
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-03-07 22:23:17 +01:00
Muhammet Kara
472d5cfb11 remove acccfg.{cxx,hxx} from clang-format blacklist
Change-Id: Iaa85fe6332f057642dfd01eee7a1d2b1e27c49b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90168
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-03-07 21:57:08 +01:00
Caolán McNamara
40efd21770 after inserting a widget into a toolbar make the toolbar the parent again
Change-Id: I2e814215225e2617d63dd6eccfc2a48f056b1f9e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90163
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-03-07 20:27:30 +01:00
Caolán McNamara
8a9eda59e4 set an initial height for widgets in toolbars
Change-Id: I8722095bd6f36b80b841a4e3fe9841eb39c7ebcc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90162
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-03-07 20:27:13 +01:00
Andrew Lee (李健秋)
54c6230a19 Drop replaced setActive call of each tests in tiledrendering module
We added a single setup method to replaced setActive call in each
tests.

This commit drop all the replaced setActive call in each tests in
this tiledrendering module.

Signed-off-by: Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>
Change-Id: If0d0b8f6cd03bfbb935bd8a0023530799f5cde34
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90158
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-03-07 17:48:04 +01:00
Andrew Lee (李健秋)
8905ed7391 Add single setActive for all tests in tiledrendering module
Originally there are 'setActive' in the 1st call of each tests in the
tiledrendering module.

Here we add a single setActive to replace the 1st call of each tests.

Signed-off-by: Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>
Change-Id: I7e8a6fa39d2d4bf0e4eab2e30cbee7437e59ef9a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90157
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2020-03-07 17:47:38 +01:00
Muhammet Kara
e00bb5e058 Use 'pragma once' in Customize dialog headers
Change-Id: I93bffad0f550cc2b12e6fb65879767573485943f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90154
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-03-07 16:52:30 +01:00
Muhammet Kara
f31af3ed40 clang-format toolkit, tools, uui with under 5-percent lines of change
Files which could become clang-format conformant with
under 5-percent lines of change relative to the total
count of lines in the file are found by using bin/find-clang-format.py,
and fixed with /opt/lo/bin/clang-format -i <path-of-the-file>

There will be follow-up patches to fix all 'under-5-percent' files.

Change-Id: I4952f350f4d22913ea94689b902ffa26c223ff96
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90152
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-03-07 15:27:45 +01:00
Seth Chaiklin
615c086d40 Update git submodules
* Update helpcontent2 from branch 'master'
  to 4d5bdcb2d5e8fd040995ec870003a3f2b117a720
  - update help page for Hatch in Area tab
    
      - adjust command names to match dialog box
      - adjust access command for all modules
      - puts commands  in same order as dialog box
      - add missing command (background color)
      - <h1> <h2> <h3>
      - remove "Delete" element (which does not appear)
      - update "howtoget"
         - add switch and new menu command for Impress
         <menuitem>
    
    Change-Id: I20164e2b31115a931097e8bfabc73ff1487502af
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/89683
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
    Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2020-03-07 14:49:34 +01:00
Tomaž Vajngerl
3729ef3347 vcl: Module_vcl.mk - convert tabs to spaces
Change-Id: I1c6975d42936714fc28a636fbc363c7776858522
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90153
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-03-07 14:41:02 +01:00
Tomaž Vajngerl
4f7e5e3c53 use "pragma once" for viewinformation2d.hxx
Change-Id: I8e9a07ef81d1ddcb30d55a877dfd726b28bde2b8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90150
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-03-07 14:40:43 +01:00
Tomaž Vajngerl
98bff332b0 clean-up namespaces viewinformation2d.{cxx,hxx}
Change-Id: Ib9fb6e66402187fd2d3461af9b8c0ec7c4b16e95
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90149
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-03-07 14:40:19 +01:00
Tomaž Vajngerl
9d1f294bb8 remove viewinformation2d.{cxx,hxx} from clang-format blacklist
Change-Id: I48db10a10157db11cc4de6b9ec4b66e6d3e3c444
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90148
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-03-07 14:40:01 +01:00
DarkByt31
3522572e5a ReplaceNullTransformation::Transform fix nEndRow
Change-Id: Ib041694e8de2113f11b3ef1b8553334e0d9e1c37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89969
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Jenkins
2020-03-07 14:26:42 +01:00
Muhammet Kara
f9b31a4902 clang-format xmloff with under 5-percent lines of change
Files which could become clang-format conformant with
under 5-percent lines of change relative to the total
count of lines in the file are found by using bin/find-clang-format.py,
and fixed with /opt/lo/bin/clang-format -i <path-of-the-file>

There will be follow-up patches to fix all 'under-5-percent' files.

Change-Id: Ia2b85f00fc182798176d0af686b37f0df59ecb3c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90151
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-03-07 12:06:07 +01:00
Andrea Gelmini
42a7fdb8e6 Fix typo
Change-Id: Iae11728865c307355b610dc3169d15ae40988f0e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90142
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-03-07 11:57:06 +01:00