Commit graph

458330 commits

Author SHA1 Message Date
Chris Sherlock
19c4014c57 vcl: migrate OutputDevice::SetGrayscaleColors() to Gradient::MakeGrayscale()
Change-Id: I125ad3db3ee30833022113da5d78dcf81d0f7edc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108374
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-01-13 10:47:01 +01:00
Jean-Pierre Ledure
edb2724623 ScriptForge - (SF_Form)get/set properties of forms/subforms
Includes a bunch of OnXxx event properties

Change-Id: Ie2cbb91bb29288a17eb835e8abeeeaa6e8ef6d2a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109177
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2021-01-13 10:43:28 +01:00
Caolán McNamara
3ae18b4e8a add a .ui skeleton script as a base for any mass-conversions
Change-Id: Ia061e459bcf8b36833013a01fb128b6f8dc8d052
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109094
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-13 10:11:28 +01:00
Caolán McNamara
f1775f12b9 fix a GtkSettings:gtk-button-images is deprecated warning
Change-Id: I7bdef3c9b82774282641db4694d247c997ba49fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109187
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-13 10:10:08 +01:00
Caolán McNamara
71aec4726a ofz#29528 uncaught exception
Change-Id: Ie2d52ba50d911ab6245d1dcf9b5e0f13ad53c300
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109188
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-13 10:09:37 +01:00
Caolán McNamara
9b2d46e41a move FixedImage icon-name property setting to the builder
Change-Id: Ic7250fbc7887a652b340d0dae346210d9e743e30
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109196
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-13 10:08:48 +01:00
Caolán McNamara
10620cf977 fix indents to be consistent
git show -w is empty on this commit

Change-Id: Ifc139cf4557ae9c2664057d2ed87e020330d17c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109194
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-13 10:07:38 +01:00
Rizal Muttaqin
85e0f5449a elementary: tdf#139056 update VIOLET color to follow upstream brand
Change-Id: I9d27b42eb2193089914b2bb55623236be158985d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109026
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2021-01-13 08:54:23 +01:00
Szymon Kłos
8cbf3938ee Revert "jsdialog: disable idle notify"
This reverts commit 71ec214d75.
and partially 54b5e6b4e0

freeze/thaw functionality was added so no longer needed.

Change-Id: Iee29fa79bcebfd409fd3cea4f11cb1d48053daa6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108509
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2021-01-13 08:47:15 +01:00
Miklos Vajna
229ee7c0ff external: update pdfium to 4380
Allows dropping 5 upstreamed patches.

Change-Id: I5f77502c5a2d11288b060956e69fd7767f52ab97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109195
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-01-13 08:33:14 +01:00
Miklos Vajna
0c03a97fb8 sw edit win: fix read-only selections while handling ExtTextInput
When typing into a protected section (or other read-only area), the code
goes through SwEditWin::KeyInput(), which checks for HasReadonlySel(),
and calls into sw::DocumentContentOperationsManager::InsertString() in
the read-write case.

When typing via ExtTextInput (e.g. Online), then SwEditWin::Command()
called into sw::DocumentContentOperationsManager::InsertString() without
such a check.

The convention is to do a read-only check in the first Writer function
called by vcl, so handle this in SwEditWin::Command(), to have exactly 1
read-only popup on typing a character.

Change-Id: I7d002e7d76bffeb6f16750de735c5bbf13a7bba9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109186
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-01-13 08:32:51 +01:00
Tomaž Vajngerl
6d0ae96a15 devtools: Add selection change listener to DevTools
Selection listener is needed so it is possible to react when the
selection changes in the document.

Change-Id: I94e9da06b3ceedbad13dd203f690037f3eafdb13
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108259
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-01-13 08:00:39 +01:00
Stephan Bergmann
e24cc814b5 Missing include (for std::min)
Change-Id: I44eebee0149d7e890aeff715dd7ae0005c45378d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109179
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-13 07:37:30 +01:00
Stephan Bergmann
363a3be9bb loplugin:stringviewparam (clang-cl)
Change-Id: Ie66996f905fcb68ee413171c8727cb42dcb28dbc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109178
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-13 07:36:57 +01:00
Stephan Bergmann
3fff050a34 loplugin:stringliteralvar (clang-cl)
Change-Id: I79949789634242eb95cc722bab83e0348775f274
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109174
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-13 07:36:36 +01:00
Tomaž Vajngerl
dcfac443c6 vcl: use BinaryDataContianer in VectorGraphicData
This change is needed so we can use the same data in GfxLink and
in VectorGraphicData. Currently the data needed to be duplicated,
which is less than ideal.

Change-Id: I79419921d09681fa8f0b1ac4bf8ea84199d4aae6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108440
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-01-13 07:22:31 +01:00
Tamás Zolnai
68b1ae7b49 tdf#139566: Fix select all (table + text) when document window looses focus.
Without setting mbSelectAll properly the selection cursor
is converted to a SwShellTableCursor, which can't handle
if a selection is extended outside of the table.

Change-Id: Ibd43097ac782b9fc02ff818d3911ebcd20efbd21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109185
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109205
Tested-by: Jenkins
2021-01-13 06:11:40 +01:00
Stephan Bergmann
94f6765d6e Avoid loplugin:stringviewparam when there already is a string_view overload
This avoids clang-cl

> In file included from core/connectivity/source/drivers/ado/Aolevariant.cxx:20:
> connectivity/source/inc\ado/Aolevariant.hxx(72,40): error: replace function parameter of type 'const rtl::OUString &' with 'std::u16string_view' [loplugin:stringviewparam]
>             OLEVariant(const OUString& us)
>                        ~~~~~~~~~~~~~~~~^~

which would make that OLEVariant ctor overload redundant with the existing

  OLEVariant(std::u16string_view us);

overload, but with the OUString overload gone, implicit conversions from
OUString to OLEVariant would no longer work, e.g.,

> connectivity/source/drivers/ado/AColumn.cxx(184,76): error: no viable conversion from 'rtl::OUString' to 'const connectivity::ado::OLEVariant'
>             OTools::putValue(m_aColumn.get_Properties(), sAdoPropertyName, getString(rValue));
>                                                                            ^~~~~~~~~~~~~~~~~

Change-Id: I92a5cc29d9fd2a5ff1a951f79df64879d0f71743
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109180
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-12 22:28:18 +01:00
Xisco Fauli
82cb5a3bb2 uitest: sc: factor out common code ( part 1 )
Change-Id: Ib0b84349c138d361001af4547d91a81d8b5d8e63
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109166
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-12 21:24:20 +01:00
Stephan Bergmann
695afb7876 loplugin:stringview (clang-cl)
Change-Id: I64177842c3f77a5ae43574a18f389b64f61bc868
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109176
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-12 21:09:02 +01:00
Stephan Bergmann
1b131be9e5 Simplify some string construction
(motivated by clang-cl loplugin:stringliteralvar)

Change-Id: Iab08e6128a52710fd7d41f0731ac044c00e7d454
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109173
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-12 21:08:39 +01:00
Caolán McNamara
75156c3edf cid#1471553 establish that pViewData will never be null
seeing as these are created from CreateScSubTotalDlg and that
is always called with a aArgSet containing a ScSubTotalItem
with a non-null ScViewData set

Change-Id: I1e3d243e4b00d54f9f5015a543556c39d6053f07
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109069
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-12 20:46:39 +01:00
Miklos Vajna
e56a670713 sw: prefix members of SwLinePortion, SwPosSize, SwRepaint and SwTextMargin
See tdf#94879 for motivation.

Change-Id: I83fc138714ad170fad0465b884d6297134a0d806
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109076
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-01-12 20:30:10 +01:00
Bayram Çiçek
32676270d1 tdf#42982: Improve UNO API error reporting
Change-Id: I78c6fed4e94f1ebfc772db4dec9955da7230bc3f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109071
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Jenkins
2021-01-12 19:24:51 +01:00
Andrea Gelmini
694f4e560c Update git submodules
* Update helpcontent2 from branch 'master'
  to 75c9e1fd0d4516a4bbe2a513d4a123049c92934b
  - Fix typos
    
    Change-Id: I232cd6b08484abea225560cfe96bd30166394dc7
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109170
    Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
    Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
    Tested-by: Julien Nabet <serval2412@yahoo.fr>
2021-01-12 17:42:51 +01:00
Noel
d765ec2295 transparency->alpha in tools::Color
this just changes the Get/Set methods, the constructor and internal
representation of Color is not changed.

Change-Id: Idb6e07cc08bbaa5bd55b6bd4b585e648aef507b6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109074
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-01-12 17:38:53 +01:00
Justin Luth
a1d6701105 tdf#138544 sw LoadUserSettings: default DoNotJustifyLinesWithManualBreak
This is the second patch in the series.
When you start a new document, Writer compat setting
"Expand word space on lines with manual breaks
in justified paragraphs" is on.
Now, when saving and reloading it with LoadUserSettings disabled,
it is still the program default of "on", instead of "off".

So this one is slightly more dangerous because it will prevent
setting old behaviours for MULTIPLE settings which are
not listed in the UI.
(Anything that trusts that ConsiderWrapOnObjPos to indicate a
very old document.)

The fact that we are explicitly not loading ConsiderWrapOnObjPos
from the document should not imply that this document is an old one.
At this far point away from StarOffice 8, it is probably safer
to assume the document is new, not old.


P.S. I'm pretty sure the reset of ExpandWordSpace was a complete
error during a refactor.
(At that point, it was the only item that defaulted to true.)
The only scenario I can imagine is that at one point in time,
ExpandWordSpace was not part of the SvtCompatibilityOptions,
and so this would add it. But now it certainly is one of the
options, and so this pointless pre-init is simply overwritten.

Change-Id: Ibe160099839bcf40d5659f7d5246854c7c4fb5e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108546
Tested-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-01-12 17:18:44 +01:00
Ilmari Lauhakangas
e828d62503 Update git submodules
* Update helpcontent2 from branch 'master'
  to 6d4dab0752d6a058ea6f57d079686c3bfbf888bf
  - Use switches for Ctrl vs. Command on macOS
    
    Change-Id: I03d2ee23802f1da02129f5f40852d231b94c16c0
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109163
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-12 16:53:19 +01:00
Miklos Vajna
200cd2b99b tdf#138995 DOCX import: fix handling of textbox zorders
Regression from commit d379d18666 (oox:
import WPS shape with text as shape with textbox, 2014-06-18), the
problem was that a textbox's shape + textframe are internally 2 sdr
objects, so once GraphicZOrderHelper knows the current shape should be
on top of a shape+frame pair, it should suggest a larger ZOrder.

This is necessary till there is no setter version of
SwTextBoxHelper::getOrdNum(), which would allow import filters to ignore
this complexity, but that would be a larger change.

Change-Id: Ibbb1bcd9301eb369f25f211120f62be7c59b0fd2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109111
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-01-12 16:07:41 +01:00
Miklos Vajna
f2e04fe98e oox smartart: fix crash in pyra algorithm with a single child shape
Regression from commit 14a56533ff
(SmartArt Pyramid: Now lays out shapes, 2018-07-10), the added pyramid
algorithm by first centering the topmost children, then decrementing the
horizontal postion of each additional shape, with the end goal of having
0 horizontal position of the last children.

This means that simply avoiding the division in the 1-child case leads
to correct results, because in this case the only child is also the last
child at the sane time.

Change-Id: Ifd0027e9616b0909dbfde43e1555427b50de4dad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109161
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-01-12 15:40:43 +01:00
Xisco Fauli
5360a780ed move CppunitTest_sc_uicalc from subsequentcheck to slowcheck
this way, Jenkins executes this module on Windows and Mac as well.
Before I submitted this test, I ran
'make clean && make CppunitTest_sc_uicalc' on a Win machine

Change-Id: I5bb708e3b61f16c3bd53da2222f19f2b73742819
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109106
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-12 15:31:32 +01:00
Szymon Kłos
c2a349bc14 pivot table: make options cancel button working
Change-Id: Ife5b5b09d7fb0879f5c29a5aefeec4746bc0ae56
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107816
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109099
Tested-by: Jenkins
2021-01-12 15:19:11 +01:00
Szymon Kłos
46285560c0 jsdialog: make Data field dialog working
Change-Id: Iae4ec2b585272fb09253b6e05ac2a59da2219fd7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107777
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109098
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
2021-01-12 15:18:09 +01:00
Szymon Kłos
7f8262ed13 jsdialog: enable Data field dialogs
Change-Id: I87a1446737f7d73b4d8b5b03590a0fcd3236c97c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107776
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109097
Tested-by: Jenkins
2021-01-12 14:44:33 +01:00
Stephan Bergmann
6344033ca6 loplugin:noexceptmove
...since 80497c7d81 "vcl: implement
BinaryDataContainer copy, move + test"

Change-Id: Ifb9fb074d3263686ec498ef889c25f24dd4a4013
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109095
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-12 14:41:41 +01:00
Caolán McNamara
13430459ae rhbz#1913070 null deref
its plausible that SfxViewFrame::Current() has returned null, use
pSh->GetDispatcher() instead protected by null check against pSh

Change-Id: Ibefdcabea09cb3a1a411678585af33a99f8a1c61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109084
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-12 14:40:32 +01:00
Caolán McNamara
b345a2bab0 cid#1470786 Uncaught exception
Change-Id: I85e75e40c9280b16b12ea268b5070f0ce450208e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109061
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-12 14:40:00 +01:00
Caolán McNamara
9b0c4607d0 rhbz#1902708 null deref
Change-Id: I718ac8a59e5cb18c840e458de8e9f877c6449fd8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109087
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-12 14:39:41 +01:00
Regina Henschel
7635a47513 tdf#137083 consider negative width in DrawPageViewGrid
SdrPageView::DrawPageViewGrid is called too for a ScDrawPage of a
RTL-sheet. In that case both the width of the SdrPage and the left
edge of the passed rectangle are negative. The x-values for drawing
the grid were wrong and a right-to-left sheet did not show the grid.
The patch adds a case distinction with correct x-values for case RTL.

Change-Id: I6d0c15bf7bbe8aff6ab2e72a440ba81f2e0e2281
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108989
Tested-by: Jenkins
Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
2021-01-12 14:07:30 +01:00
Stephan Bergmann
b269e95f7e WW8LVL members do not require a specific layout
While the struct is apparently modelled after a specific data format, all the
individual members are accessed by dedicated code, never via something like
memcpy.

Change-Id: I7eff8a251d9fa9f6d771cc425584b9765308d723
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109110
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-12 13:24:46 +01:00
Jim Raykowski
ed6c5803cf tdf#83618 Make line spacing values agree crash fix
The intent of this patch is to fix the crash reported at https://
bugzilla.redhat.com/show_bug.cgi?id=1913828 by reverting changes made to
cui/source/tabpages/paragraph.cxx in commit
849b837d1a and changing the change made to
svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx to use the
already available pointer to the current SfxViewFrame instead of calling
the SfxViewFrame::Current function again.

Change-Id: I0c440c576c2afe4fb98ed54d51d91ea16a7f902a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109152
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-01-12 13:06:16 +01:00
Caolán McNamara
146fd118bd cid#1471720 Dereference after null check
Change-Id: I62a8410c2f21684d063001825748f8fdbd7727b6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109059
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-01-12 12:29:47 +01:00
Stephan Bergmann
b606d484a6 -Werror=maybe-uninitialized
...in code introduced with 00140e3df4 "lok: send
chart line width updates".  Falling back to zero is in line with the preceding,
similar

  sal_uInt16 nLineTransparence = 0;
  ...

block (introduced with 3dc00a8de9 "handle line
dash in chart line panel"), but using o3tl::doAccess or o3tl::forceAccess might
be more appropriate.

Change-Id: I8c2286b386aa9052d1d2af0f9f25847829ca4df5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109081
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-12 11:41:23 +01:00
Johnny_M
c768e8afcc Translate German comments
Change-Id: Ic0383c4be4f16bf0507c59f03a6453d241d93719
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109032
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-01-12 11:20:15 +01:00
Stephan Bergmann
694b400f56 Revert "WIN replace clipboard update thread with Idle" et al
This reverts commit 9617bc9544 "WIN replace
clipboard update thread with Idle" plus follow-up commits
f5ab8bcbfd "WIN don't notify clipboard change with
SolarMutex" and c921f9bd64 "Release solar mutex
before using an apartment-threaded COM object".

The Gerrit Jenkins Windows builds had started to abort after timeout for almost
all builds now.  Going back to before the youngest of the above three commits,
c921f9bd64 "Release solar mutex before using an
apartment-threaded COM object" did not improve things (see the
<https://gerrit.libreoffice.org/c/core/+/109100> "Test build #1, DO NOT SUBMIT"
chain, where three out of three of the Gerrit Jenkins Windows builds timed out).
But going back to before the oldest of the above three commits,
9617bc9544 "WIN replace clipboard update thread
with Idle", does look promising (see the
<https://gerrit.libreoffice.org/c/core/+/109155> "Test build #7, DO NOT SUBMIT"
chain, where three out of three of the Gerrit Jenkins Windows builds succeeded).

So the hope is that reverting all three commits brings back a green master,
allowing us to understand and fix the actual issue later.

Change-Id: Ie83ba742f216396b49f561d19c2cda7758740502
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109158
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-01-12 10:19:01 +01:00
Rafael Lima
71d04d705b Update git submodules
* Update helpcontent2 from branch 'master'
  to 3a202a242eacd1bb7739686cc4803950cbe3d24f
  - Update SF_Dictionary Help page
    
    Improves text and adds new examples.
    
    Change-Id: I17fca5debf0a0f4f952a3d624ba2a64cf1d596eb
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109112
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-11 23:15:44 +01:00
Bjoern Michaelsen
8addde21e0 Revert "Revert "NotifyClients no more""
- ... and ensure caching gets checked in SwFormat this time.

This reverts commit d988b0cdeb.

Change-Id: Iea887f841c47cde4a025a305eb0984392e3bb5cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109037
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
2021-01-11 21:43:59 +01:00
Tor Lillqvist
f0fac3d7ee Bin two unused macros
Change-Id: I3e84b2183401e82b7b66c7a191b38d45ee935854
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109109
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-01-11 21:07:18 +01:00
Alain Romedenne
af0c1195d0 Update git submodules
* Update helpcontent2 from branch 'master'
  to c825f67c94487cc177b515b8d13b78d013869348
  - Basic error handling functions
    
    - extra link to ScriptForge.Exception service
    
    Change-Id: Id4842de06e7f45c2f5eec61f67ec1dfee9d8341b
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/109009
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-11 18:01:01 +01:00
Seth Chaiklin
7e5cfdf73d Update git submodules
* Update helpcontent2 from branch 'master'
  to abc66a37199c42a8fe969e796e91d36b9565775f
  - tdf#139498 update "Attributes" and "Find&Replace" help
    
     This patch updates labels so that all Attributes in 7.2
     are listed in this help page, and corrects some of the
     explanations.
    
     ( shared/01/02100200.xhp )  (Attributes)
       * Revise explanation of how to search for attributes, including
           how to use "including styles" checkbox
       + add "Overline" attribute and explanation
       * update labels and explanation for Case effects
       * update label Scale -> "Character Scaling" and its explanation
       * update label: "Split Paragraphs" --> "Do not split paragraph" and
         improve explanation
       * correction to "Individual words" explanation
       * removed specification of Underlining types and Strikethough
         types (because many more have been added, and they all work)
       * improved explanations for "Outline", "Relief", "Shadow" and
         "Page line-spacing"
       * add <relatedtopics> section and embed to
         "Find and Replace" and "Searching with Attributes"
       * update to <h3>
    
      This patch makes a general review of Find and Replace
    
      ( shared/01/02100000.xhp )  (Find and Replace)
       * fix switch that prevented showing of header and explanation
           for Calc and Writer
       * change h2 to h3 for controls that are in a section to give better
         visual impression of relationships among controls
       * move notes to more appropriate places
       * combined two notes that overlapped
       * move position of "Comments" control for Writer
       * update to <h1>,<h2>,<h3>,<note>,<tip>,<keycode>
    
    Change-Id: I224eff872ffe3e584263bdc6da8bd6dfa3dbe2ff
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/108995
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-01-11 17:58:39 +01:00