Commit graph

495069 commits

Author SHA1 Message Date
Christian Lohmaier
faadf7c155 Update git submodules
* Update translations from branch 'master'
  to 5bdfc7986299178af1b2f20fa2e9b2bb5dd82a6b
  - update translations for master
    
    and force-fix errors using pocheck
    
    Change-Id: Ib61c7bd3d884aadbf089a18ca3b7e5bafc980c3c
2024-04-15 20:59:12 +02:00
Caolán McNamara
c2243d4ced cid#1596278 Dereference after null check
Change-Id: I4fb7b4b113e60dc3cc4aabd49e4dd23dbeeb74f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166112
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-15 20:25:20 +02:00
Michael Weghorn
312b9a67f0 android: Update Android Gradle Plugin to 8.3.2
... as suggested by Android Studio.

Also update the Lint baseline file, as the build would
otherwise fail due to this new warning:

    > Task :lintReportStrippedUIEditingDebug
    Wrote HTML report to file:///home/michi/development/git/libreoffice-WORKTREE-android/android/source/build/reports/lint-results-strippedUIEditingDebug.html

    > Task :lintStrippedUIEditingDebug FAILED
    /home/michi/development/git/libreoffice-WORKTREE-android/android/source/lint-baseline.xml: Information: 213 errors and 1 warning were filtered out because they are listed in the baseline file, lint-baseline.xml
     [LintBaseline]
    /home/michi/development/git/libreoffice-WORKTREE-android/android/source/lint-baseline.xml: Information: 6 errors/warnings were listed in the baseline file (lint-baseline.xml) but not found in the project; perhaps they have been fixed? Another possible explanation is that lint recently stopped analyzing (and including results from) dependent projects by default. You can turn this back on with android.lintOptions.checkDependencies=true. Unmatched issue types: PrivateResource, RedundantNamespace, TypographyEllipsis (3), UnusedNamespace [LintBaseline]
    /home/michi/development/git/libreoffice-WORKTREE-android/android/source/AndroidManifest.xml:109: Error: Should not restrict activity to fixed orientation. This may not be suitable for different form factors, causing the app to be letterboxed. [DiscouragedApi]
                android:screenOrientation="landscape" >
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

       Explanation for issues of type "DiscouragedApi":
       Discouraged APIs are allowed and are not deprecated, but they may be unfit
       for common use (e.g. due to slow performance or subtle behavior).

    1 errors, 0 warnings (213 errors, 1 warning filtered by baseline lint-baseline.xml)

    FAILURE: Build failed with an exception.

Change-Id: I621b2334fef954bcd341cdde9034187f455339e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166114
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-04-15 20:06:34 +02:00
Oliver Specht
b1170251fb Improve case rotation in sentence case
Rotating case (Shift+F3) applies sentence case only
if multiple words are already selected or selects
sentence if SENTENCE_CASE is going to be applied.

Change-Id: I9e8536d7744a344d7ad54150783e91e843e0e81e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165986
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2024-04-15 19:05:14 +02:00
Oliver Specht
6f99187ec2 Case rotation in Impress: skip sentence case
Sentence case does not make sense if a selection contains less than two words.
Rotation then skkips to the next case mode.

Change-Id: I79d6560c494b716a53bfed654027f6f37dc6c362
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166115
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2024-04-15 19:01:24 +02:00
Tomaž Vajngerl
12eba0d611 pivot: improve format matching, add empty cell checking to tests
The patch improves the pivot table cell format matching with the
output data, so we check if there is a complete match or a partial
match. A partial match is when we found one match for a field, but
other fields are not set, and if this partial match is found in
exactly 1 line of output data, then we treat it as a complete match.

This also refactors the code so there is code no duplication for
column and row matching code - they work in the same way, just
in a different orientation.

This also adds checking of empty cells to the tests, so we can
make sure there is no other cell in the pivot table that got the
pivot table cell format applied to. A new test case was also added
to the test class.

Change-Id: I102ec8e33bc7a3f26bc898568ee0e33abe08bd27
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166086
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-04-15 17:48:47 +02:00
Michael Meeks
b99082e4f3 lok: provide global random symbol to find random device.
This is vital for lok when used in a jail with no random device,
but with an inherited file-handle to /dev/urandom.

Use 'dup' to avoid changing code that wants to 'close' the handle
after use.

Change-Id: I15f40fb251f180a2394af030f56e47f2bf9651d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166113
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2024-04-15 15:28:41 +02:00
colton Garrett
10fa63a773 Update git submodules
* Update helpcontent2 from branch 'master'
  to 38b6934ddac36ab4294213d1ff4387dacee49d63
  - tdf#86637 - OpenCL Help page enchancements
    
    Change-Id: I01b8718b2fdda3003ca32a15e6d443a546f83259
    Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166127
    Tested-by: Jenkins
2024-04-15 14:40:28 +02:00
Caolán McNamara
fff6e491f8 cid#1596323 Dereference null return value
Change-Id: I63eeb8662ee28f1a0e990160b1ff9992d9d9337f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166111
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-15 14:10:40 +02:00
Caolán McNamara
9d29649e07 Related: tdf#160056 FormulaResult may ref an initial interpreter FormulaToken
If a token from the original tokens, supplied to a parallel group calculation
while RefCounting was disabled for those tokens, ends up as a FormulaResult
token, then fix up the ref count when parallel calculation ends

Change-Id: I2587c25d216ab170725017b67b97d203a578160b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166080
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-15 14:08:06 +02:00
Caolán McNamara
b25b8a41ab cid#1596322 Resource leak
Change-Id: Ied68c2c6d69437ea0236724279b2353015cd1e65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166110
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-15 14:07:26 +02:00
Noel Grandin
a4d6700423 convert OCellValueBinding to comphelper::WeakComponentImplHelper (II)
second attempt at landing this

Change-Id: I1dd3597b0047131c99b3ec81a3cb5eabf9bf8a12
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165865
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-15 10:35:28 +02:00
Samuel Mehrbrodt
e212d987a7 tdf#33603 Typo: 'Notes Panel' -> 'Notes Pane'
Similiar to 'Slide Pane'

Change-Id: If96afc4c054bbbff7c9bf8c5f4309e8eeb419d77
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166005
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Sarper Akdemir <sarper.akdemir.extern@allotropia.de>
2024-04-15 08:23:24 +02:00
Samuel Mehrbrodt
39803b859a tdf#33603 Allow adding Notes Panel to toolbar/menubar/keyboard shortcuts
Change-Id: Ic3e8f6b5a0cc8697c62e8f10f69ff53859f33d3a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166004
Tested-by: Jenkins
Reviewed-by: Sarper Akdemir <sarper.akdemir.extern@allotropia.de>
2024-04-15 08:23:03 +02:00
Samuel Mehrbrodt
933d9d8b4b tdf#33603 Make notes panel available in readonly mode
Change-Id: I2dd10802f3798b2e87833d3cd8ebd21366e0f546
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166003
Tested-by: Jenkins
Reviewed-by: Sarper Akdemir <sarper.akdemir.extern@allotropia.de>
2024-04-15 08:22:53 +02:00
Samuel Mehrbrodt
ede2f1e6ee tdf#33603 Fix Close button not working in Notes Pane
Remove duplicate command and now unused NotesChildWindow

Change-Id: Idef94086ca91dd1474070c426c37ef921ad4fa03
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166002
Tested-by: Jenkins
Reviewed-by: Sarper Akdemir <sarper.akdemir.extern@allotropia.de>
2024-04-15 08:22:45 +02:00
Miklos Vajna
1651ced348 Update libxmlsec to 1.3.4
Allows dropping
xmlsec-nss-Ensure-NSS-algorithms-are-initialized-754.patch.1, which was
a backport.

Change-Id: Ifdd0b5285daa79116a91ab2d122a9809f8effb5e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166019
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2024-04-15 08:03:11 +02:00
Mike Kaganski
690526f95e Generalize basegfx::fround for templated return type
And use it when assigning to tools::Long

Change-Id: I0814d7bac9cdd48191ba69c64e3b12a4973b3417
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166071
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-15 06:34:33 +02:00
Caolán McNamara
1dc92b9e99 ofz#68019 Null-dereference READ
Change-Id: Ie0c9c5a74e6ae87a0bd4c35320a687458d1d9902
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166074
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-14 20:29:50 +02:00
Eike Rathke
2e29c97ec2 Correct {bg-BG} formats with group separator
The leading # digit before the separator was omitted. This never
worked as intended.

Change-Id: Idf8a6cf246b8db4e6d5361bc1c5f66c1c0c057c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166072
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2024-04-14 18:41:40 +02:00
Mike Kaganski
1f1f423200 Round in XmlWriter::attribute when passing a double
Before, it truncated. Rounding provides a closer value.

Change-Id: I213e6ae34ada2f5081cb2c8b2ef431448c712b37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165947
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-14 15:13:10 +02:00
Caolán McNamara
7f2283c298 Related: tdf#160056 1 entry is more common than no entries
Change-Id: I78fe8969120f894cf5c0a71fb61611af2d203d18
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166065
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-14 12:34:35 +02:00
Andrea Gelmini
30f9afa18d Remove duplicate include
Change-Id: Ifc9b71acc50e2a53cee194801245c287079b62ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166069
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2024-04-14 10:30:49 +02:00
Mike Kaganski
707f59019a Use more o3tl::convert
Change-Id: I2a4f109b8c1031d0330f249b7666ae65f9fae7ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166062
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-14 08:58:56 +02:00
Mike Kaganski
84580785ba Use more o3tl::convert
Change-Id: I922502c80d79b8432a46e97178bc87f43847f996
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166061
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-14 08:58:39 +02:00
Mike Kaganski
fce1fb034d Use more o3tl::convert in lotuswordpro
Change-Id: I7ec74dc105f846307f5bf3d3c8cedcc4aebb64a4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166058
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-14 06:57:06 +02:00
Mike Kaganski
ec40e3edd3 Use more o3tl::convert
Change-Id: I281ff1be4663d752a4e1a7e4d38556cefb641bd4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166060
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-14 06:54:24 +02:00
Mike Kaganski
a8931211b6 Use more o3tl::convert
Change-Id: I8a3c5d0e1a29219ab27bde75809ca9d8dce7e093
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166059
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-14 06:53:58 +02:00
Mike Kaganski
0a687d1eef Use more o3tl::convert
Change-Id: I5a6a1c05083fbaef71e94799a61c6f918a5134f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166064
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-14 06:52:28 +02:00
Mike Kaganski
b21978ba64 Use more o3tl::convert
Change-Id: I56d6909dc3b1a7d45e4e3f45583321b1338838cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166063
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-14 06:51:49 +02:00
Jim Raykowski
857fe51bc8 SwContentTree: remove repeated pointer assignment
The selected entry does not change within the CommandHdl function
therefore assignment of the pointer to the selected entry SwContentType
does not need to be repeated elsewhere in the function.

Change-Id: I025ecb9259e2ee46a64d55c75d0c3f3c8cc625ce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166018
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2024-04-14 05:08:07 +02:00
Taichi Haradaguchi
8b599d60fe Update git submodules
* Update helpcontent2 from branch 'master'
  to 1f63165a8f02d96fbdb0b9b8bea287389edb1121
  - Change the strings in the help pages
    
    ...to follow changes in the UI strings.[1][2][3]
    
    [1] "Fix extended tip in mmselectpage.ui"
    <https://git.libreoffice.org/core/commit/1aeec70c2a635a69e90d2643f2e524bb342378ae>
    [2] "Fix extended tips"
    <https://git.libreoffice.org/core/commit/b5c40d4864b07861e889244834635c8cfc957d6e>
    [3] "Add the strings "dialog" after "Macro Selector" in extended tips"
    <https://git.libreoffice.org/core/commit/a8fda337a88ca4d47218efa9ee44e7bfd590d30c>
    
    Change-Id: I8b99344960d284e149b52534dfcd075e5c687816
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/165123
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
2024-04-14 03:45:49 +02:00
Caolán McNamara
63b237e1e8 Related: tdf#160056 don't set nVal twice
Change-Id: I0da3e0c7f18271f6104d52b50d65e96564650b8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166054
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-13 21:28:44 +02:00
Caolán McNamara
1d63489ae7 Related: tdf#160056 rename/rework GetDoubleAsReference to SetDouble
Change-Id: I7e79e8d422fe7f426bb7c7360b11f836a5484574
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166053
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-13 21:28:16 +02:00
Caolán McNamara
91ad46fc2a ofz#68019 Null-dereference READ
Change-Id: I9ad5d907c4739877d51b74ef0f2e275d94119f09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166052
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-13 21:27:12 +02:00
HakimOttey
7d38bdbf96 tdf#143148 replace includes guards in vcl textlineinfo with pragma
Change-Id: I733263074a5c4911499a6b5becfbbc87cbda968d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166044
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-04-13 20:40:02 +02:00
Aaron Bourdeaux
734a84f33d tdf#158067 Replace OUStringLiteral with _ustr
Change-Id: I3a58469c52055121e8726cee2d3e42ecd23cdf96
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165826
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-04-13 20:31:00 +02:00
Mike Kaganski
4695d84b78 Use more o3tl::convert
Change-Id: Ia525e051b53dd6082f2f11ff884677c8b8c6a20c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166051
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-13 18:48:38 +02:00
Mike Kaganski
64b5180534 Simplify and use more o3tl::convert
Change-Id: Ic7babea4eec3633d40d306488fea252d6f2636be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166050
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-13 18:48:31 +02:00
Mike Kaganski
72a1ab78c2 Use more o3tl::convert
Change-Id: Id31185592ccbb3507c939b241d5aab82c09c96f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166049
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-13 18:48:23 +02:00
Caolán McNamara
adbbe732e7 Related: tdf#160056 all maTokens are FormulaTypedDoubleToken*
Change-Id: I6eacaf58c25ef9c5cb930a79177471c79a6a26c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166047
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-13 17:05:24 +02:00
Miklos Vajna
1e605412df sfx2: fix crash in InterceptLOKStateChangeEvent()
Notice how e.g. the TransformPosX case already performed the same null
pointer check.

Crashreport backtrace:

> program/libmergedlo.so
>       InterceptLOKStateChangeEvent
>               sfx2/source/control/unoctitm.cxx:1143
> program/libmergedlo.so
>       SfxStateCache::SetState_Impl(SfxItemState, SfxPoolItem const*, bool)
>               sfx2/source/control/statcach.cxx:432
> program/libmergedlo.so
>       SfxBindings::Update_Impl(SfxStateCache&)
>               /opt/rh/devtoolset-10/root/usr/include/c++/10/bits/stl_vector.h:919 (discriminator 2)
> program/libmergedlo.so
>       SfxBindings::NextJob_Impl(Timer const*)
>               /opt/rh/devtoolset-10/root/usr/include/c++/10/bits/unique_ptr.h:173

Change-Id: I141d4f9ec50d0ce7a0eeaba69752c31390a1f9ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166027
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166046
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-13 16:52:50 +02:00
Mike Kaganski
fd19637cfd Simplify a bit, and use more o3tl::convert
Change-Id: I30f619b81d831db9c1e212a1588d5696b9ad3dd0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166048
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-13 15:23:36 +02:00
Laurent Balland
2b6eb4eb93 tdf#160567 Replace duplicate style A4 with A0
Style A4 was defined twice and A0 was missing. Rename second A4 with A0
and change size to 48pt

Change-Id: I529b4fab5223269908867531873d36d3e878e7e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166045
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2024-04-13 12:31:58 +02:00
Caolán McNamara
791a2489ee Related: tdf#160056 elide ref counting for initial tokens
The initial tokens provided to interpreting will be restored
to their original ref count when interpreting is complete. So we
could elide expensive ref counting for them for the duration
of the the threaded group calculation.

Possibly "temp" tokens that are created just during interpreting could
additionally use thread-unsafe ref counts presuming they only appear in
a thread specific context.

Change-Id: I1f5b0198e83027781be15812680079f28b6a4e27
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165259
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-13 11:54:50 +02:00
Gabor Kelemen
88ccd5e711 Mark obsolete Impress/Draw config keys as deprecated
Practically unused since 2007 commit
56ca5814a1

Change-Id: Idd7cf4f239efed16a151fc4c755c249947d927f8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165859
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
2024-04-13 09:41:11 +02:00
Gabor Kelemen
912aa66a06 Drop unused SdOptionsContents class
seems to be practically out of use since 2007 commit
56ca5814a1
part of patch series '#i80528# Removal of draft paint modes'

Change-Id: I770bab8b1973bec099ffdaa3243f1c0d2995ee52
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165858
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
2024-04-13 09:40:57 +02:00
Andrea Gelmini
ce03b3f087 Remove duplicated include
Change-Id: Ie70543c67549498d51eeb53d262b52f8ef1ec700
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166043
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
2024-04-13 04:31:43 +02:00
Andrea Gelmini
d76f1877f6 Fix typo
Change-Id: If0fbaae23b98d3bdd178473db8fdb8ab2263ef67
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166042
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
2024-04-13 04:31:25 +02:00
Tomaž Vajngerl
fc8dfe5c88 pivot: Export Pivot Table "formats" element(s)
This change adds the "formats" element tree export for a pivot
table. The source are the formats (sc::PivotTableFormats) added to
the pivot table - in the ScDPSaveData class. This are currently set
on import but in the future hopefully those are also set through
the UI.

Change-Id: I5ed8f7e8d7ac248b0222a884fb97555ef6bb8427
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166035
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-04-13 03:00:02 +02:00