Commit graph

497835 commits

Author SHA1 Message Date
Michael Stahl
46e21942bf configure,curl: enable GSSAPI on Linux/MacOS/etc.
This will link libgssapi_krb5.so.2 which is in krb5-libs (ABI CL1 in
RHEL8, ABI CL2 in RHEL9).

Change-Id: I2dbaa64e70f4502c5a47c6c85123c94b9ad41277
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170758
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2024-07-19 21:36:53 +02:00
Caolán McNamara
3ffd9de3c4 resave with latest glade
Change-Id: I9ff2454c5226c224a5211f2b4cb977e84a8c4219
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170777
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-19 21:36:16 +02:00
Caolán McNamara
dfb3b65682 getting the "manual cert path" throws unexpectedly
OUString sManualCertPath = officecfg::Office::Common::Security::Scripting::ManualCertDir::get();

in CertPathDialog::Init throws rather unexpectedly

since:

commit eca3134479
AuthorDate: Tue Oct 1 15:24:26 2019 +0000

    tdf#127909 save manually selected certificate path

Change-Id: Icafb8001e8cae2dff350f2267994d19dd73fe1a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170776
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-19 21:36:08 +02:00
Attila Szűcs
352e564dd1 SW: random ID for new content controls
Make the generated unique ID random for new content controls.
This way if we copy paste them from different documents,
they may still be unique.

Change-Id: I2adb6577e08b5798ae88a63b6178352aa76280d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170773
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2024-07-19 21:26:28 +02:00
Noel Grandin
d54ef79c77 don't use GetItemSurrogates in SwNode::FindPageDesc
They are quite slow, and we want to reduce usage of them

Change-Id: Idae1d6035942d29d67269a22b2a771616ea836af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170775
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-07-19 21:26:14 +02:00
Noel Grandin
dd18aed100 don't use GetItemSurrogates in SwPageNumberFieldType::ChangeExpansion
They are quite slow, and we want to reduce usage of them

Change-Id: I5ab3b55e9270419877a08dd1d711ba2fa757a1b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170774
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-07-19 21:26:05 +02:00
Noel Grandin
0ee4b0339c reduce cost of dynamic casting in SdrMarkView::CheckSingleSdrObjectHit
which shows up when navigating large complex documents with
lots of shapes

Change-Id: I0631daf1365387f1192815402921ada191ab6046
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170760
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-07-19 20:47:20 +02:00
Andrea Gelmini
f337994910 Fix typo
Change-Id: Iafef7f75454b20e941ab149035284927d6dc28f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169479
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Tested-by: Jenkins
2024-07-19 20:37:49 +02:00
Andrea Gelmini
beaea6538f Fix typo
Change-Id: I1b4316e9b02acbea96b596b26005bf1c774f9f40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169228
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2024-07-19 20:35:39 +02:00
Andrea Gelmini
9653335b87 Fix typo
Change-Id: Ic8196943a5b24541642a117555c2d695fb848db3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170754
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2024-07-19 20:21:24 +02:00
Andrea Gelmini
99c660a95c Fix typo
Change-Id: I3116ab658b21b0069c8b5f8e87723bbf4b84572e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170755
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2024-07-19 20:20:56 +02:00
Michael Stahl
3b7b1fedd7 uui: improve Authentication dialog
"Remember password" will also remember whether the "Use system
credentials" was checked.  Rename it to "Remember credentials" and place
it at the bottom of the dialog.

Change-Id: I672715edfa2080a325a0c492b53d6461591e1192
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170752
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Jenkins
2024-07-19 19:53:09 +02:00
Stephan Bergmann
f0b9cec927 Drop obsolete "Ideas for an UNO bridge implementation"
Change-Id: Ibf1de9cf8dc18e62b5ee67b31a8e3f3748c3941b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170769
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Tested-by: Jenkins
2024-07-19 19:24:40 +02:00
Michael Weghorn
9a3018ee0b android: Drop unused import
Change-Id: Idd578c2f1a984f1ecb9618ddfa8563cc467a6af2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170767
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
2024-07-19 18:32:15 +02:00
Michael Weghorn
2546dd1b28 android: Drop unused ViewportMetrics class
There's still the `ImmutableViewportMetrics` class that
actually gets used.

Change-Id: I4645a33812441a2de36d666423742b164da76bda
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170766
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-07-19 18:32:09 +02:00
Michael Weghorn
f1a130a87a android: Drop unnecessary semicolon
Change-Id: I6e47003e4c890da9c09b23f64a0e2eac24d2e6bd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170765
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-07-19 18:32:00 +02:00
Michael Weghorn
2180a868cc android: Drop unused TextLayer class
Change-Id: Id4be67dc7c3ac7ad7a820fca6af730c776ec88f8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170764
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-07-19 18:31:54 +02:00
Michael Weghorn
74d1b4e2d6 android: Drop unused local var
Change-Id: I31f02d8fbc0bb3b5b5cd57665ebd2c02138b654e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170763
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
2024-07-19 18:31:48 +02:00
Michael Weghorn
d8f08430c1 android: Drop unused imports
Change-Id: Ic7f38227d982d1f402b12df85cf37fcda2558ad7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170762
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-07-19 18:31:43 +02:00
Michael Weghorn
f9f1e215cb android: Drop unused IntSize#nextPowerOfTwo(float)
Change-Id: Idec5616195875e4adec22a193d8d8a569de079e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170761
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
2024-07-19 18:31:37 +02:00
Noel Grandin
2dad8286cf improve doc for SwFormatPageDesc
based on a comment from vmiklos

Change-Id: Ic627ec5eeee35c8a81854e083814c57c151bac13
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170770
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-07-19 18:19:30 +02:00
Caolán McNamara
db2a7489fa Resolves: tdf#161662 use some hackery to bring bullet combobox height down
There are some Arabic, etc numbering options in there that cause gtk to
allocate a large odd-looking height for the combobox.

What we can try is to remove top/bottom padding for this widget, but
then sync it with a sizegroup to another combobox and then it gets a
more natural looking height.

Change-Id: Idecbb3ee7b61fe55805d26cabdbaf1885574b3cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170751
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-19 17:53:36 +02:00
Noel Grandin
7d924018f3 don't use GetItemSurrogates in SwFrame::GetVirtPageNum
So lets implement this just by walking the document node structure.
I have tried to limit how much of the document this method now scans,
to avoid it also turning into an O(n^2) problem, but I might
have missed something, so
(a) the loop might be too conservative, in which case
performance could be better.
(b) the loop might not go far enough, in which case we might see
bugs with virtual page numbers.

This shaves 10% off the rendering time of large complex docx
documents.

Change-Id: I69711c65197caf278bd3ad2931c4817e72b28c5e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170451
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-07-19 17:26:30 +02:00
Andrea Gelmini
5915280c41 Fix typo
Change-Id: I005cbaafeb3f630bd5e5713181aa1ea64ae22ee7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170757
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2024-07-19 17:14:07 +02:00
Sarper Akdemir
2648907f51 make pop-up on Encrypt With GPG Key modal
Not setting any parent window for XDocumentDigitalSignatures
causes the key selection window to be non-modal, letting the
user keep editing the document without completing the
encryption interaction.

Change-Id: Ic7e66cb43606355beaffc720b7c23cdf4f81d934
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170630
Tested-by: Jenkins
Reviewed-by: Sarper Akdemir <sarper.akdemir@allotropia.de>
2024-07-19 17:11:26 +02:00
Justin Luth
f8c68d3499 related tdf#134204 : notify change unless all properties are handled #2
This patch is the biggest logic change in this patchset:
- no notify if single property (!pNewChgSet) didn't cause a change
    -bContinue can now be set false - avoiding a false notify
- multiple properties: don't block notify
    -by doing this, I can remove my earlier fix.
------------------------------------------------
Here is my logic:

    else if( pNewChgSet )
        bContinue = false
simply was incorrect logic. There is no way we can say that
no notification is needed simply because one property is unchanged.
AT BEST (which will be done in a follow-up patch)
we will need to track how many bContinue = false's there are
and see if they match the number of properties that were passed.
But sufficient should be to only block when Count == 1,
like pOldChgSet now does.
    bContinue = pNewChgSet->GetChgSet()->Count() > 1;

The variable pNewChgSet had been used earlier because it then
was checking if pNewChgSet->GetChgdSet...
But we can easily substitute pOldChgSet here, becoming
    else if (pOldChgSet)
        bContinue = pOldChgSet->GetChgSet()->Count() > 1;

There are three mutually exclusive code paths to consider:
   pOldChgSet, bNewParent, or just a single property
Since bNewParent overrides bContinue elsewhere, ignore it
and it also doesn't make sense to continue for a single property,
so this could simply become
    else
        bContinue = pOld... && pOld...->GetChgSet()->Count() > 1;
which is identical to the bContinue in the if clause,
and thus they could be combined.

Change-Id: Ifa5ba56226f4e77a00f3bc8089a8dcaaca2b91ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169898
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
2024-07-19 17:08:36 +02:00
Andrea Gelmini
188218fbe8 Fix typo
Change-Id: I7a2a583f7646a6d881fecc47ba4cf9158d6d8dcb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170756
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2024-07-19 16:33:00 +02:00
Caolán McNamara
95100bd732 cid#1609598 COPY_INSTEAD_OF_MOVE
and

cid#1554697 COPY_INSTEAD_OF_MOVE
cid#1554709 COPY_INSTEAD_OF_MOVE
cid#1554764 COPY_INSTEAD_OF_MOVE
cid#1554804 COPY_INSTEAD_OF_MOVE
cid#1554821 COPY_INSTEAD_OF_MOVE
cid#1554833 COPY_INSTEAD_OF_MOVE

Change-Id: I3ee0bf523b1c8dfde3674ac5088abe5182cbfb34
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170720
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-19 14:53:52 +02:00
Andrea Gelmini
3a018f568b Fix typo
Change-Id: I4eb00c710a940371b2916ae52127f1ff7f808427
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170501
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Tested-by: Jenkins
2024-07-19 14:41:40 +02:00
Andrea Gelmini
7be0d9dfe5 Fix "lets" -> "let's"
Change-Id: Ie9b6961a2786a518876db7b26258e67e8afee848
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169760
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Tested-by: Jenkins
2024-07-19 14:40:23 +02:00
Miklos Vajna
cb3ab04ada CppunitTest_sw_uiwriter3: avoid font fallback in testTdf133967
I'm not sure when this started, but the testcase fails with:

- Expected: 6
- Actual  : 7

I.e. the initial page count is meant to be more than 1, but we
explicitly assert that page count.

Once gb_CppunitTest_set_non_application_font_use is set to abort for
this suite, then vcl says the font fallback is:

vcl/unx/generic/fontmanager/fontconfig.cxx:1195: PrintFontManager::Substitute: missing font: 'Albany' try: Liberation Sans instead

Do that replacement, that restores the 6 pages on load even in cases
where it was 7 previously.

Change-Id: I0cf40c0cdbbb5c1e894468371ea260f0d15a3e40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170759
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2024-07-19 14:37:57 +02:00
Michael Weghorn
ed984edae6 libreofficekitgtk: Add include for SAL_DLLPUBLIC_EXPORT
`SAL_DLLPUBLIC_EXPORT` is defined in `include/sal/types.h`,
so add a corresponding include in
`include/LibreOfficeKit/LibreOfficeKitGtk.h` before using it.

Without this, Qt Creator's Clang code model would'nt find it,
resulting in errors like

    .../libreofficekit/qa/gtktiledviewer/gtv-lokdocview-signal-handlers.cxx:15: error: In included file: unknown type name 'SAL_DLLPUBLIC_EXPORT'

being shown when editing the file
`libreofficekit/qa/gtktiledviewer/gtv-lokdocview-signal-handlers.cxx`
in Qt Creator.

Change-Id: Iedd3490be9de72b931573b305d283d80b25a4645
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170749
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-07-19 13:27:16 +02:00
Caolán McNamara
ca84e561a0 cid#1608321 Double lock
Change-Id: I831db1632e2a8fab9194ffb54df61f55e6304864
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170748
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-19 13:14:25 +02:00
Caolán McNamara
f3f13edb33 cid#1608112 Copy-paste error
Change-Id: Ia2bb23be913324569e7e5588086f1de52d03fa67
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170724
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-19 13:06:48 +02:00
Michael Weghorn
435b4d01e1 android: Drop unused imports
Change-Id: Ie26eb3ee5e068b75912d0392ca81c966972e72bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170717
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-07-19 12:57:24 +02:00
Michael Weghorn
9cd74570a1 android: Drop unused DisplayMentrics#toJSON
Change-Id: I631932c4f4a6d61e89816b5d276bfe8384194939
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170716
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-07-19 12:57:14 +02:00
Michael Weghorn
a91464d10f android: Drop unused CairoImage.FORMAT_INVALID
Change-Id: I4cd9aba81129921bae523f8afe182732119471c8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170715
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
2024-07-19 12:57:05 +02:00
Michael Weghorn
3ed11168c5 android: Make constant final
Addresses this warning/suggestion shown in Android Studio:

> Field 'LOGTAG' may be 'final'

And: Drop an unused import.

Change-Id: I6ce730a80690c2701a91cc7900cc801b370dc605
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170714
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
2024-07-19 12:56:54 +02:00
Michael Weghorn
f70a8cc859 android: Drop obsolete '@TargetApi(19)'
Obsolete since:

    commit c2fc2c8c7c
    Author: Michael Weghorn <m.weghorn@posteo.de>
    Date:   Tue Dec 5 09:57:22 2023 +0100

        android: Bump minSdkVersion to 21 (Android 5.0)

Change-Id: I0b8d115b5be1e066a3232c8297de75ea1cea6cc3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170713
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-07-19 12:56:41 +02:00
Michael Weghorn
45eb67728f android: Drop unused Event#getTypeString
Change-Id: I5f6d553de58cde78099b503bbf1a958fa0bd8813
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170712
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
2024-07-19 12:56:25 +02:00
Michael Weghorn
9e8db61261 android: Drop unused imports
Change-Id: Ic39f84002e4521a33f8f4209ae64a919b28cb538
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170711
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
2024-07-19 12:56:17 +02:00
Michael Weghorn
938d4ceea5 android: Use String.equals for string comparison
Change-Id: I05ea3f7ee488328425743fd96e854f20c84600ca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170710
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-07-19 12:56:05 +02:00
Michael Weghorn
aa7605571c android: Make constant static
Makes this warning/suggestion disappear in Android Studio:

> Field can be converted to a local variable

Change-Id: I710cd83c19fe1f83b756b035f05560974b349d22
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170709
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-07-19 12:55:54 +02:00
Michael Weghorn
55a62bbfc2 android: Drop unused mAlpha member from Cursor
Change-Id: I141abc523fb975fde997bdd961840456032fdcfa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170708
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
2024-07-19 12:55:39 +02:00
Xisco Fauli
3e047ccb70 sfx2/qa: remove unused code
Change-Id: I41087f4fc1ab29fb8635b33317390c4b784ae086
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170723
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-07-19 12:23:56 +02:00
Caolán McNamara
7eaa4868e6 cid#1607792 Dereference after null check
Change-Id: Ib0d7380efe77b32c9c49b1d36fbf8c19fa83d783
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170747
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-07-19 12:09:34 +02:00
Caolán McNamara
3693894529 cid#1554837 COPY_INSTEAD_OF_MOVE
and

cid#1554847 COPY_INSTEAD_OF_MOVE
cid#1554850 COPY_INSTEAD_OF_MOVE
cid#1554857 COPY_INSTEAD_OF_MOVE
cid#1554860 COPY_INSTEAD_OF_MOVE
cid#1554870 COPY_INSTEAD_OF_MOVE
cid#1554874 COPY_INSTEAD_OF_MOVE
cid#1557899 COPY_INSTEAD_OF_MOVE
cid#1608424 COPY_INSTEAD_OF_MOVE
cid#1608402 COPY_INSTEAD_OF_MOVE

Change-Id: Iaa6e39cf24cd56cdc4a9be5cbf2b8073a1f635c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170722
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
2024-07-19 12:09:11 +02:00
Miklos Vajna
647bbcd7f3 Update libxmlsec to 1.3.5
Change-Id: Ibc4328348cba29ae684daa69b4699c1b458b0b32
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170718
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2024-07-19 11:08:06 +02:00
Armin Le Grand (Collabora)
aac4974f2a CairoSDPR: Direct support for RGBA Gradients (III)
I thought about this functionality again and decided
to change doing it in a way that will support more
alpha more directly in existing primitives - that will
be better for also supporting e.g. PolyPolys with alpha,
etc. Will need checking of existing usages of e.g.
FillGradientPrimitive2D, but it's worth it.
Note that when your primitive processor (usually a
renderer) does *not* support alpha in gradients
directly it is now requuired to continue using the
decomposition (what renderers do automatically when
calling 'BaseProcessor2D::process' in the default
case. Checked that for existing processors.

Change-Id: I840c9feb8c98549b790ef16285a309b42c4b1b53
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170687
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2024-07-19 10:46:34 +02:00
Michael Stahl
27198ec703 (related tdf#126008) sw: add config to disable table autoformat ...
... automatic updates when editing the table.

Office::Writer::Table::Change::ApplyTableAutoFormat

Change-Id: I84667c68c9372d7594bb3a688da80495ef46168f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170702
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Jenkins
2024-07-19 10:28:51 +02:00