Commit graph

495353 commits

Author SHA1 Message Date
Caolán McNamara
278828dce6 thesauri list can be empty at preload
if none of the dictionaries are installed, seen in a bare bones docker
image, giving a backtrace of:

/usr/bin/coolforkit(_ZN7SigUtil13dumpBacktraceEv+0x73)[0x632d83]
/usr/bin/coolforkit[0x6331a5]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x12980)[0x7f48788b4980]
/opt/collaboraoffice/program/libuno_sal.so.3(rtl_uString_assign+0xc)[0x7f487070582c]
/opt/collaboraoffice/program/libmergedlo.so(+0x20f9478)[0x7f4873cbc478]
/opt/collaboraoffice/program/libmergedlo.so(+0x20fa3c4)[0x7f4873cbd3c4]
/opt/collaboraoffice/program/libmergedlo.so(+0x27e6d82)[0x7f48743a9d82]
/opt/collaboraoffice/program/libmergedlo.so(+0x27e8eac)[0x7f48743abeac]
/opt/collaboraoffice/program/libmergedlo.so(lok_preinit_2+0x1c)[0x7f48743ad31c]
/usr/bin/coolforkit(_Z13globalPreinitRKSs+0x1e8)[0x5dfdd8]
/usr/bin/coolforkit(_Z11forkit_mainiPPc+0x1582)[0x5aa482]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7f48784d2c87]
/usr/bin/coolforkit[0x56c392]

Change-Id: Ib3a8ada7c22611e04e9db8dfa7cb0e227ece0f84
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166432
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-22 22:02:07 +02:00
Noel Grandin
c503b6eef3 tdf#160431 Inverts webp file image when inserted
regression from
    commit 81994cb2b8
    Author: Noel Grandin <noelgrandin@gmail.com>
    Date:   Fri Apr 16 20:33:10 2021 +0200
    Convert internal vcl bitmap formats transparency->alpha (II)

Change-Id: I3b2959c99a2e18c3972920f8ca86072566d54225
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166450
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-22 21:24:17 +02:00
Jim Raykowski
5740d3fa83 Resolves tdf#160731 Navigate by recency does not work under gtk3 +
wayland

I think the lines of code removed by this patch were meant to allow
recency to remember the cursor position before being moved to a start/
end/previous/next word or sentence position by an UNO dispatch command. These are already taken care of in the slot execute function void
SwTextShell::ExecMoveLingu.

Change-Id: I8bf231ea4cbb03125f54332a41c5544f9094b768
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166350
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2024-04-22 20:51:58 +02:00
Caolán McNamara
0cf755adbb add undefining FORTIFY_SOURCE to the gcc no-opt flags
We build non-optimized files by adding the no-opt flags to the compiler
options that include the optimized flags, so add undefining
FORTIFY_SOURCE to the -O0 line

motivation here to have --enable-hardening-flags not add unhelpful
extra warnings to the build for the parts built with -O0

Change-Id: Ib5416ad7f9f5ef907d7c767a5ebff6343b035cfe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166458
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-22 20:44:23 +02:00
Julien Nabet
53ab626921 tdf#150082: LO Base MariaDB/MySQL connector don't accept auth via gssapi
Exclude Windows since we're not sure gssapi.h is available (at least Jenkins Windows machine doesn't have it)

Change-Id: Iba396f77b07dce4291de5eb0e6ad7c0c25e6c3c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159954
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2024-04-22 19:56:48 +02:00
Xisco Fauli
851f60697d tdf#159660: also add normal blend filter
Change-Id: I3edc7495975618357f002536857a11dcc72cc0b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166460
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-04-22 18:43:08 +02:00
AhmedHamed
fcc5770dd1 tdf#61313 Replace the static ">=" with a dropdown of different operators
The problem is with conditional formatting using icon set, as the icons order is fixed.
It is solved by using comboBoxes for condition mode in ScIconSetFrmtDataEntry for every icon, and adjusting the UI file.
A function that compares according to the currnt mode is added.
Related CppunitTest files are updated.
For every cell, last valid condition is applied.

Change-Id: I489206d349a46092b307203c180705f42883183d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165701
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2024-04-22 18:37:01 +02:00
Xisco Fauli
1097686ebd tdf#160782: convert to bitmapEx from 0,0 to width,height
This is the way it's done everywhere.
Partially revert 4b6e0f2c88
"tdf#160726, tdf#48062: Simplify how BitmapExs are created"

Change-Id: I15fea0b6855a65da7cb48b24fc00ba303e33dcf8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166456
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-04-22 17:38:15 +02:00
Olivier Hallot
af9ae41d67 Update git submodules
* Update helpcontent2 from branch 'master'
  to 341704f9e4ce2dc4aa82a8d92f3b6d2e8db648e7
  - tdf#102265 More work on Impress format menu (4)
    
    Change-Id: Ib88aa1b88c6e3220aa0fb87510b3e736cf61b1c5
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166464
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-04-22 17:29:39 +02:00
Olivier Hallot
08141d993f Update git submodules
* Update helpcontent2 from branch 'master'
  to 54b758c1d7357d3a63fc9991c8888911d40c11d0
  - tdf#102265 More work on Impress format menu (3)
    
    Change-Id: Ie14e0364d2a8ddb9d9d50288fb7a7e28f7cc6a80
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166463
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-04-22 17:26:28 +02:00
Olivier Hallot
7346373d8e Update git submodules
* Update helpcontent2 from branch 'master'
  to 8f674b960e776a70c916e508073cfa3f2e2269a1
  - tdf#102265 More work on Impress format menu (2)
    
    Change-Id: I165dccf3662a98a0d4d945c3541f5d6d24ae8c86
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166462
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-04-22 17:23:24 +02:00
Olivier Hallot
226544bfed Update git submodules
* Update helpcontent2 from branch 'master'
  to 3b3bc84641ec3c0b543682c9394789e86345e8e5
  - tdf#102265 More work on Impress format menu
    
    Change-Id: I7edb4893d9f65eb05694f777a0ef730454851101
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166461
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-04-22 17:23:15 +02:00
Miklos Vajna
116ac059a3 Update pdfium to 6425
Drop parts of build.patch.1 and the entire include.patch, which are
probably obsolete and don't apply anymore.

Change-Id: I18c8d5e2ee97c7793e75ac0e47b5705b99585d59
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166415
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2024-04-22 17:02:14 +02:00
Mike Kaganski
8a97f1ba8d tdf#160773: handle 0-size font height
Regression from commit cc3663bbae
(tdf#160702: improve text positioning, 2024-04-20), where I didn't
know yet that this was possible :-)

Change-Id: I1316db48b8acbacd077eeb4a8989c3dbf7e4a7b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166425
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-22 16:30:12 +02:00
Luv Sharma
a400c865a6 tdf#93727 Syntax Error on # in basic
Change-Id: I400a4061de580a5c91b0e4763cad40ae88a9f738
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162639
Tested-by: Jenkins
Tested-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2024-04-22 16:05:53 +02:00
Armin Le Grand
ba431d2bcb Revert "IASS: Correct Buffering of last Slide"
This reverts commit 77eb3f1a76.

Reason for revert:
Better solution in https://gerrit.libreoffice.org/c/core/+/166177
which is 052c668da3

Change-Id: I42248771c993bcd04c2fe368795db4e1fe7a2586
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166212
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2024-04-22 15:33:21 +02:00
Xisco Fauli
41368edc6e tdf#159660: Add support for lighten mode in feBlend
Change-Id: I17471a9c70a38d05de5ad476f817285fb2438e5a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166429
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-04-22 15:20:16 +02:00
Xisco Fauli
a9f1b70527 tdf#159660: Add support for darken mode in feBlend
Change-Id: I56862163b7bf1177120081c95ab7851a5fc4019b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166428
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-04-22 14:55:44 +02:00
Xisco Fauli
fdf3027a0e tdf#159660: Add support for multiply mode in feBlend
Change-Id: I03230e122a10dd6ada6af357c674c278b6b99d9e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166427
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-04-22 14:55:37 +02:00
Vasily Melenchuk
07137ccd7f configure: cygwin issue with date fixed
previous variant was causing: "bash: /dev/null: ambiguous redirect"
and value was written

Change-Id: Ic8762a98f11ef2fee669478b5694ae1c5fb0b8ce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166294
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2024-04-22 14:38:34 +02:00
Christian Lohmaier
9f98223f22 Update git submodules
* Update translations from branch 'master'
  to b2b2c286fed6e5116acc819a44c69214af3f993b
  - update translations for master
    
    and force-fix errors using pocheck
    
    Change-Id: I58b4c71142984e8e7cb21b2e269c0aa658b8c73f
2024-04-22 13:59:11 +02:00
Christian Lohmaier
b00e3093af Update git submodules
* Update helpcontent2 from branch 'master'
  to b066c7f1008ce7d433683324dc9ef441478c832c
  - win doesn't like (foo || bar) | … construct, suspends xsltproc
    
    not always/reproducible but often enough when using git-bash to get
    annoying when building with all langs/when that is run in parallel
    Splitting this up makes it more reliable (or I just have been lucky)
    
    btw: why is this split-per-app when the final bookmarks.js is a simple
    concatenation of all of them?
    
    Change-Id: I629a302237b32da8ba77460e0415f32d50105ae5
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166320
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-04-22 13:38:07 +02:00
Christian Lohmaier
df62514556 add generic %/.dir target that can be used in order-only prerequisites
Change-Id: I7a919004100ff6319806bbdf016fda6a3a39661a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166327
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-04-22 13:33:46 +02:00
Christian Lohmaier
5511a7b77b avoid exceeding command-line length limits when using zip
to package an Extension. With all languages enabled one can reach the
limit with longish buildpaths

Change-Id: I8943d6570ded57761350311fb34a0cf469d3ce83
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166326
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-04-22 13:32:51 +02:00
Xisco Fauli
357e390be4 tdf#159660: premultiply colors for screen blend
This is needed after 4b6e0f2c88
"tdf#160726, tdf#48062: Simplify how BitmapExs are created"
Otherwise, only the common area is displayed

Change-Id: I40c798380049e62df8729c4acdb5db50d988d8e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166426
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-04-22 13:31:44 +02:00
Christian Lohmaier
80a6564e07 com_MSC_class: set MAKE=nmake in gb_NMAKE_VARS
Change-Id: I485a486efba39c12c52d7461f4b235163f009042
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166325
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-04-22 13:30:48 +02:00
Christian Lohmaier
a89dbe925d REAL_CC[_CFLAGS] are already set by gb_ExternalProject_run
(and that also takes care of proper quoting)

Change-Id: Ic8c29300a2e6d5381c0d8873572f7c076362c93d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166324
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-04-22 13:30:07 +02:00
Sahil Gautam
1cfc2e2c92 tdf#63374 Change cell background color when in edit mode
Set the edit cell background (EditView) color to CALCCELLFOCUS
and allow enabling/disabling via a checkbox
tools > options > Calc > View > Edit cell background highlighting

Change-Id: I1216dfa0880e1080d23059512e3801d6af3b3c11
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165075
Tested-by: Jenkins
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-04-22 13:29:53 +02:00
Christian Lohmaier
44f48621a6 help: don't use clean targets as .PHONY targets
Change-Id: Ic86270980823efb8dafd9d00ce33f986203cd975
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166323
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-04-22 13:29:36 +02:00
Christian Lohmaier
a7a4984b58 configure already sets TMPDIR to mixed path
Change-Id: I72070b054fb505c25f03ff46e7e663d1c1733ad8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166322
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-04-22 13:28:56 +02:00
Noel Grandin
55c8095703 loplugin:constantparam filter out workdir/ stuff earlier
Change-Id: I5b90bd855a74b03d534ce64689361b7417293a6e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166422
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-22 13:26:57 +02:00
Noel Grandin
a50045cd9b loplugin:constantparam
Change-Id: Ic34679736973ed1f10ced8c9f0846514fa556445
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166421
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-22 13:26:46 +02:00
Noel Grandin
bc94047616 loplugin:constantparam
Change-Id: I42e35e3474a222d57cb0b911060710c0c49d0b0f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166420
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-22 13:26:38 +02:00
Noel Grandin
f5b511b847 loplugin:constantparam
Change-Id: I0e91da1e48326495f841b53f999a0d31ecd1a36e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166419
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-22 13:26:28 +02:00
Noel Grandin
257954b740 loplugin:constantparam
Change-Id: I8ae27f060e46548aa364db8c6b82d77e6c8f3d3f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166418
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-22 13:26:21 +02:00
Noel Grandin
6adef53aa9 use more OUString literal
convert some functions which merely create an OUString on the fly
from a char literal to 'constexpr OUString' literals

Change-Id: I617490baf2d976291b324cc991b59cd18f4b242c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166392
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-22 12:10:18 +02:00
Xisco Fauli
4b6e0f2c88 tdf#160726, tdf#48062: Simplify how BitmapExs are created
In my initial approach, I tranformed the primitive2DContainers
before converting them to BitmapEx. This caused circles like
https://bugs.documentfoundation.org/attachment.cgi?id=193790
not to be displayed.
Simplify how BitmapExs are created by just using the range both
primitive2DContainers have in common. This way, DrawBitmapInRect
can be dropped now

Change-Id: I2401dc87b98e04b9cf9f5ebade2b5622d884fc3a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166391
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-04-22 11:53:41 +02:00
Caolán McNamara
196c22e881 generic is x86_64-specific
Change-Id: Ic9912cdebfc75816c54495db4fef68ebeed32c50
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166417
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-22 11:27:51 +02:00
Mike Kaganski
e902fe1b8b Use designated initializers for clarity
Change-Id: Ie10e657e07981e6fd0f0804371fd30f2b3f143b1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166430
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-04-22 10:02:50 +02:00
Tomaž Vajngerl
c0f44787c0 pivot: handle whole row/column selections, added many tests
This adds support for selecting whole rows/columns, where the field
reference is set but no indices are present. This means that all
the data cells apply (selecting the whole thing), which are not
subtotals. For this the support for multiple matching and maybe
matching results was added (previously max 1 would apply), which
would apply the pattern to multiple cells in the pivot table.

In addition handle labels of columns with multiple data fields
correctly.

This also adds many more test scenarios, which all cover the
changes mentioned above.

Change-Id: Ibcdaa933c69991eaa55a2ad18b9f9a838308d478
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166384
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-04-22 08:22:04 +02:00
Tomaž Vajngerl
37b1799fa1 pivot: add reference image to the test files
Change-Id: I2532bae611bc815b270187dc6b9a07b47837962d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166383
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-04-22 08:21:55 +02:00
Weblate
7de034b1e4 Update translation files for android-viewer
Updated by "Remove blank strings" hook in Weblate.

Change-Id: I860c8e56454c26123414f842517461507b8a0f3f

android-viewer translated using Weblate

Interlingua currently translated at 63.5% (75 of 118 strings)

Change-Id: I9159b9b5b3c37adabb078af9b394214217564538

Added translation for android-viewer using Weblate (Interlingua)

Change-Id: I1e6a22c54275747ac05825459574e522e1b0ea40
Co-authored-by: SoftInterlingua <softinterlingua@gmail.com>
Co-authored-by: Weblate <noreply@documentfoundation.org>
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings/ia/
Translation: android-viewer/android-strings
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166116
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-04-22 08:15:38 +02:00
Sahil Gautam
695e8742da tdf#80390 Use local copy in anonymous function.
The nCount object might go out of scope, as it's used by
an async function.

https://gerrit.libreoffice.org/c/core/+/164316/comments/507b830b_001a71eb

Change-Id: I4218f6e35b61704115047481cb97a193c593a072
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154750
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-04-21 23:15:17 +02:00
Xisco Fauli
ae5e743f90 svgio: feImage and feFlood don't support the in attribute
Added by mistake in b22039cff8
"related: tdf#159947: only parse in/result if the element supports them"

See https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/in

Change-Id: Ie8b5591349eff710d1edc7f413790ac9d31df99d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166389
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-04-21 22:34:44 +02:00
Stephan Bergmann
b93a481d8a -Werror,-Wunused-variable
...ever since the code was introduced in
0c7ae3bd96 "tdf#156146 tdf#159903 sw: add unit
tests"

Change-Id: Ib53b98f6f1ce460bda6b06a7b082a28a49f05a28
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166388
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-04-21 22:05:16 +02:00
Caolán McNamara
79daf83584 Related: tdf#160056 add number format info to ScPatternAttr cache
2411.71ms -> 2395.36ms

Change-Id: Ie6a3f281b56e827b77dddd1eb8ae6db9d2691c8d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166387
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-21 21:51:55 +02:00
Julien Nabet
0cb63cd392 tdf#144256: Missing destruction of FirebirdDriver, OSDBCDriverManager
... , OPoolCollection

However destruction is called when closing LO, not when just closing the file.

Change-Id: Iacb09b73de49b9635240d3b43e721b8b02d35afd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166370
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-21 20:58:13 +02:00
Arnaud VERSINI
91d67c32f6 i18npool : limit string comparison using an enum class
Change-Id: Iec5327b6f0125b22a2a4ee8ccb789b5403a7fdb4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166070
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-04-21 17:42:11 +02:00
Caolán McNamara
c81fe7f7e4 crashtesting: crash seen on import of forum-mso-en4-602306.xlsx
Change-Id: Ib8bd453483c72382330b4c960cdbe735bdb97eac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166374
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-04-21 14:51:28 +02:00
Olivier Hallot
84e56a1ccf Update git submodules
* Update helpcontent2 from branch 'master'
  to 183a14d99cbf6b18fa7d3d059a2ff0639520a205
  - tdf#152499 Help page for Select UI dialog
    
    Help part
    
    Change-Id: I3fa18868abed3b738b699a7abcc216aaa90df12d
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166196
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-04-21 14:26:41 +02:00