Commit graph

483939 commits

Author SHA1 Message Date
László Németh
e706698353 tdf#153859 sw: crash fix for setting chart with deleted data table
Opening Data Ranges dialog window of a chart with
deleted data table crashed Writer immediately.

Follow-up to commit 5b9855acc7
"tdf#132714 sw: fix crash at table row deletion associated
to a chart".

Change-Id: I96e901db75d40ae234f58827a957204bca13aa92
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147893
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2023-02-27 22:46:29 +00:00
Xisco Fauli
3ffd375ffe tdf#146463: rework unittest to be DPI independent
Otherwise, it fails when scaling is 125% with

Test name: Chart2ImportTest2::testTdf146463
double equality assertion failed
- Expected: 4256
- Actual  : 4330
- Delta   : 30

Change-Id: I6cce69a00806208cbf168dfffc06ffb60f8a51bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147891
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-02-27 20:59:25 +00:00
Xisco Fauli
49f9879ae8 CppunitTest_chart2_import2: use CPPUNIT_TEST_FIXTURE()
This suite is large enough so that avoiding the
declaration/registration/definition of each test manually saves a lot of
space.

Change-Id: I72b88eb4c369f45daa31c984b9e1021e66faafcc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147880
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-02-27 20:59:14 +00:00
Caolán McNamara
3b279889da Related: tdf#153784 margin_bottom is a cnp nonsense, should be margin_end
Change-Id: Id14f63a8bfb64622e505903820b7f081c368389c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147924
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-02-27 20:29:22 +00:00
Eike Rathke
3cbaf50877 Output numeric cell position in SAL_WARN() as well
... to ease conditional breakpoints.

Change-Id: If1ec85e56ab3db5319eae8659b46d31ad621cf61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147923
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2023-02-27 19:57:48 +00:00
Stephan Bergmann
788dd3e7fb Note that Clang consteval bugs are meanwhile fixed
Change-Id: I90b2765bdad5fe753288420b01a5395bcf22f44f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147885
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-02-27 18:38:13 +00:00
Eike Rathke
64914560e2 Always push a result, even if it's only an error
PERCENTILE() and QUARTILE() if an error was passed as argument (or
an error encountered during obtaining arguments) omitted to push
an error result, only setting the error.

Fallout from

    commit f336f63da9
    CommitDate: Thu Mar 3 16:28:59 2016 +0000

        tdf#94635 Add FORECAST.ETS functions to Calc

Change-Id: I23e276fb0ce735cfd6383cc963446499dcf819f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147922
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2023-02-27 18:26:00 +00:00
Armin Le Grand (allotropia)
16e728a8a8 MCGR: Adapted other Gradient* to make use of MCGR
Added to make
  GeoTexSvxGradientElliptical
  GeoTexSvxGradientSquare
  GeoTexSvxGradientRect
work using the MCGR. It is still 100%
backward-compatible, so as long as there is no
source using this it will stay invisible - by
purpose.

Tests look good with all three, see the static
variable nUseGradientSteps.

NOTE: GeoTexSvxGradientElliptical still looks not
optimal due to texture back-mapping method
getEllipticalGradientAlpha, see notes in
commit "MCGR: Adapted GradientRadial to make use
of MCGR" ac824594c5

Change-Id: I56b82b867af88fe532f840dde15e0f5c299ed6a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147662
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2023-02-27 17:43:13 +00:00
Noel Grandin
9027920783 improve reliability of CppunitTest_sw_uiwriter3
something in the paste stuff seems to need UI events to be
processed

Change-Id: Idf10a240ff049bd52873296619f8f820142fda7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147918
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-27 17:23:36 +00:00
Xisco Fauli
f4092d4ebd CppunitTest_chart2_import: use CPPUNIT_TEST_FIXTURE()
This suite is large enough so that avoiding the
declaration/registration/definition of each test manually saves a lot of
space.

Change-Id: I6e9c18fa0195b2e8ae44ba2782c725f6cec8d471
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147879
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-02-27 15:49:28 +00:00
Xisco Fauli
f744a17e6d CppunitTest_chart2_import: re-enable test and adapt it
Since f281d2d24c
"Actually we shouldn't always set Overlap flag on for all xlsx
charts..."

Change-Id: I3e68ff99b18033879d85e3b9d40afa5a3d25b14d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147878
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-02-27 15:49:22 +00:00
László Németh
4f2dcc4bc7 tdf#153858 sw: crash fix for chart with deleted data table
Using mouse, e.g. simply moving the mouse pointer
during editing a chart with a deleted data table
crashed Writer immediately.

Follow-up to commit 5b9855acc7
"tdf#132714 sw: fix crash at table row deletion associated
to a chart".

Change-Id: I6d89eabc84565c548e2d9ded922789d623367ce4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147882
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2023-02-27 15:22:52 +00:00
Xisco Fauli
c23c071f38 tdf#153855: Crash on opening Fontwork dialog
it was removed in 2b0907967f
"Bump Glade release for fontworkgallerydialog"

Change-Id: I495144904fcb712a83b6d62b7e72e7cfb68e4805
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147915
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2023-02-27 15:06:05 +00:00
Noel Grandin
c46582de06 return by ref from SdrGlobalData
return values are never nullptr

Change-Id: Id84fc6c8c63cdb34bdd8c07d8ff5b45f1bff2e48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147873
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-27 14:43:53 +00:00
Noel Grandin
da68460e03 fix small leak in SdrGlobalData
Change-Id: I2b651aad847cf083659df34c94653c73460ddfd3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147872
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-27 14:43:44 +00:00
Michael Stahl
bc72cbf2e4 sw: disable testTdf78510 on Mac
on tb93:

/Volumes/tdf_builds/lode/jenkins/workspace/lo_gerrit/Config/macosx_clang_dbgutil/test/source/xmltesttools.cxx:165:testTdf78510::Load_Verify_Reload_Verify
equality assertion failed
- Expected: 2306
- Actual  : 3110
- In <>, attribute 'x' of '//textarray[1]' incorrect value.

Change-Id: I5c01766de48da7e2367f80512aef81f5a327e870
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147883
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Tested-by: Michael Stahl <michael.stahl@allotropia.de>
2023-02-27 14:20:16 +00:00
Noel Grandin
0292570e63 osl::Mutex->std::mutex in CProgressHandlerHelper
Change-Id: I86ddf381e0d52fe50739d5378ea36059a4d1e521
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147863
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-27 14:11:02 +00:00
Noel Grandin
1ce02008ae osl::Mutex->std::mutex in frm::OComponentEventThread
Change-Id: I419a96fce0d5dbdd438dda32217ced39ba598446
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147864
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-27 14:10:03 +00:00
Andras Timar
62d3da841b OpenSSL 3 is covered by Apache License v2
Change-Id: I20b30ce01b08787f560cd00cd87db9cec1699240
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147746
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2023-02-27 13:43:16 +00:00
Andrea Gelmini
6e4acdbca3 Fix typo
Change-Id: I7e61bb401191ab533eef2f8d191e618b24c15e0d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147888
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-02-27 13:30:00 +00:00
Andrea Gelmini
146ed50cad Fix typo
Change-Id: I570f2ec9894ff83a5378e5c09838527804a1f943
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147889
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-02-27 13:27:48 +00:00
Andrea Gelmini
222a54b905 Fix typo
Change-Id: Ic46012d64456a85255bfd91a98b642c59df210e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147890
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-02-27 13:27:07 +00:00
Noel Grandin
ce0cf8301f osl::Mutex->std::mutex in DefaultComponentInspectorModel
Change-Id: I1f76a062f75d1779ae86ae931ff3e2ac4f1ba831
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147859
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-27 12:42:37 +00:00
Noel Grandin
93f9ce7b64 osl::Mutex->std::mutex in rptxml::ImportDocumentHandler
Change-Id: I2e7c2c5642de4e234a551a1b02c8fd69fdcb65c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147860
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-27 12:40:48 +00:00
Noel Grandin
5ee84725f5 mpLocSymbolData is unused
and SmLocalizedSymbolData cannot even be instantiated. It is better off
as a namespace, rather than a class.

Change-Id: I4d6daace649e3529cefe67cf18eed85f2cbfc980
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147857
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-27 12:27:55 +00:00
Caolán McNamara
e48120a033 ofz#56293 Timeout
Change-Id: I8c6385b879d517b3f40a33d139295aeafb1c6354
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147874
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-02-27 11:51:36 +00:00
Heiko Tietze
084fae866b Resolves tdf#153580 - Calc's sort dialog too large
Rearranged the content so the size is now defined
by the longest strins only

Change-Id: I2fd6f8bd0838c13f2e7f7c370ac7aa547b7e6a7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147505
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-02-27 11:38:28 +00:00
Noel Grandin
6db64ffb84 inline StreamData into SvFileStream
Change-Id: Ib2bfaa903b5c57b7d802afe7928720e6007d54ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147865
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-27 11:34:07 +00:00
Noel Grandin
e43606a5a5 osl::Mutex->std::mutex in rptxml::ExportDocumentHandler
Change-Id: Ida7fbf7a619f4a6beb9f05107110e9c9a0b60813
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147861
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-27 11:08:06 +00:00
Noel Grandin
450d195bb8 UITest does not need to be a class
Change-Id: I0d9b67076abe0acc20406f594b1724a909504a1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147866
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-27 11:05:42 +00:00
Tor Lillqvist
a62cb6db82 It seems to work to compile also the MMX code for WASM
Change-Id: I27b56297a07e248102cae1bee4074b7be422ce23
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147875
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2023-02-27 10:55:10 +00:00
Mike Kaganski
f52dfc6fff Simplify a bit
Change-Id: I2b4dc36e102f47b7fe61cd7c32bb2810cb35ea7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147855
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-02-27 10:20:47 +00:00
Mike Kaganski
b3b18f8606 Related: tdf#151429 Move fix for tdf#152717 to ScByteSequenceToString
The GetString method is only used in DDE context; and allowing it to
handle Anys with OUStrings generalizes the fix, simplifying its use.

Change-Id: I50952c25fa736a9ca73515801cc1b1903c62453e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147753
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-02-27 10:20:39 +00:00
Noel Grandin
edf8047e85 osl::Mutex->std::mutex in FileViewContentEnumerator
Change-Id: Ib9f0b7ba39f5acbfbdbd664f74a4a91f645c8192
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147862
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-27 10:20:32 +00:00
Miklos Vajna
09ada9cf6e sw: prefix members of OOXMLDocumentImpl, OOXMLFastContextHandler, ...
... OOXMLFastContextHandlerLinear and OOXMLParserState

See tdf#94879 for motivation.

Change-Id: I65f1b98918da40d9e3dbc27af54dadd38aaba8be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147854
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2023-02-27 09:56:50 +00:00
Mike Kaganski
4805a1348b Optional may be avoided here, too
Change-Id: I6320f8b745ead030cb7ae304bdf85e0064a57380
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147751
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-02-27 09:54:20 +00:00
Mike Kaganski
59bc90c9d6 Use SAL_NEWLINE_STRING to avoid some wheel re-invention
Change-Id: Ib60ddf2b1111fb2d6caf22ac6e0848bd27373b9e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147750
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-02-27 09:54:16 +00:00
Laurent Balland
41b991ea0c tdf#153709 Adapt message for Delete Sheet
When deleting sheets, the message is adapted to the count of selected
sheets (singular or plural).
The confirmation message is skipped if selected sheets are empty
The message for pivot table data losing is replaced by regular
confirmation message if both pivot table and data are selected

Update UItests when there is no more confirmation

Change-Id: I5cbd6d7cbe271ad86c5c68820b23df5a2307f3bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147309
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-02-27 09:43:03 +00:00
Caolán McNamara
9a930ef9ea can use a reference instead of a pointer
Change-Id: I770983c2a46c2181db80243efa7c926e356d5e6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147745
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-02-27 08:59:58 +00:00
Miklos Vajna
7677e16217 sw floattable: allow extra space on top of child content in SwFlyFrame::Grow_()
Once a floating table with a single cell wanted to span over two pages
("split row"), SwTextFrame::SplitFrame() was called, but then the table
split failed because everything moved to the next page.

The reason for this was that we tried to grow the text frame (and all of
its parents: cell, row, table, fly), but a non-test growing a fly
normally just works by recalculating its size based on the content,
ignoring what growth is wanted.

This is fine in the non-split fly case, but we do want to increase the
size of a split fly to control what content remains in the current fly
frame and what goes to a follow fly frame.

Fix this by extending SwFlyFrame::Grow_() so it grows more than just its
own content in the split fly case if the request wanted that.  Now a
single row can split, but the position of the follow fly frame is still
bad.

Change-Id: I1c6aa61996dab058c291331a795627d3fae1bca8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147858
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2023-02-27 08:28:29 +00:00
Mike Kaganski
81d0b3569f Simplify a bit
Change-Id: I78f5dd63a70d52e7e0b257eed1c668bead2039d6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147856
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-02-27 08:09:02 +00:00
Justin Luth
0d2a962c36 tdf#151548 sw content controls: add UI for Id and TabIndex
This is my first go at adding anything to the UI.
(I've done some fixing of other people's design,
but never created anything new myself.)

I took all my inspiration from Miklos'
add110bad8.

In the first iteration I did a fancy "same as id"
scenario. But ID-as-unsigned, securing unique IDs,
and English-only number recognition
sadly made me decide to drop the fancy features.

Now, both are simple, stand-alone spinbuttons
that depend on tooltips to guide user input, not fancy comboboxes.

It is important for the ID to display as unsigned,
since that is how it is used as a "name" in VBA.
It should be copy-pasteable for use in VBA programming.

It is useful for the TABINDEX to display as signed,
since it allows entering a -1 to disable tab navigation to the control.

make UITest_sw_ui_misc

Change-Id: Ia7c99888e60c33ac39616b24c7c1715604c3ec69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147591
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-02-27 07:26:17 +00:00
Adolfo Jayme Barrientos
99bb5a7843 Update git submodules
* Update helpcontent2 from branch 'master'
  to a2868f03eda97185d96cf661624e3c8668876294
  - This sentence is missing a subject
    
    Change-Id: I2eb66e5ced49809b86a3cdb48103381646b965a2
2023-02-27 06:53:20 +00:00
Sophia Schröder
82637d7cba Update git submodules
* Update helpcontent2 from branch 'master'
  to 976284c63182811da8da66144f22ff0502c880df
  - Impress: Rework of help files (main 01)
    
    Change-Id: I8daa90ed8b82d3b8775a613c47491f69f7be575a
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147700
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-02-27 06:43:46 +00:00
Noel Grandin
09680fadbc no need to hold CollatorWrapper by std::unique_ptr
allocate it inline, it is only one pointer in size

Change-Id: Idb6217e6c9c37da92427aa6c497223a84015c553
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147742
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-02-27 05:43:11 +00:00
Mike Kaganski
44a3085f9a Update git submodules
* Update helpcontent2 from branch 'master'
  to 19fc476019704c84f0a4aad9846b2dac579d19a3
  - Clarify that it's "character key"
    
    See e.g. https://ask.libreoffice.org/t/88505, where people expect
    capital letter in mnemonics to mean "exactly capital", i.e. with Shift.
    
    Change-Id: Id42c3aeaad6d04a4df58780f5ce5aca71532366b
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147835
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-02-27 04:43:26 +00:00
Seth Chaiklin
85e86bc9c5 Update git submodules
* Update helpcontent2 from branch 'master'
  to 22b85af46f3eacc6abd45be4e78d13079851e55c
  - tdf#153722  "Chapter Styles" -> "Document Structure"
    
    Change-Id: I722631402b093ee29174e4ed029f543525f46951
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147596
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-02-27 04:03:13 +00:00
Caolán McNamara
03f58d6af5 cid#1521198 Untrusted loop bound
move sanity check inside CountTTCFonts so it applies
to the fd smuggle in via filename mechanism

Change-Id: Id2fee5801d71720747a8736859681e7c9a324bc3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147740
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2023-02-26 23:29:17 +00:00
Stephan Bergmann
5a0ee14683 Fix Library_jpipe__staticsalhack
...after e7bad15bc1 "Unify
osl_{g,s}etThreadTextEncoding implementation across platforms" caused

> /etc/alternatives/java_sdk_11/bin/java: symbol lookup error: /home/tdf/lode/jenkins/workspace/lo_ubsan/instdir/program/libjpipe.so: undefined symbol: osl_getThreadTextEncoding

(<https://ci.libreoffice.org/job/lo_ubsan/2694/>)

Change-Id: I0e309da4bc88668e4ba57b53e2a60d6074d4c124
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147744
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-02-26 22:07:57 +00:00
خالد حسني
5a235634ca Revert "Mark ssXX and cvXX off by default in font features dialog"
This reverts commit 3f9a8a3b76.

Reason for revert: Needs more work, currently causes all ssXX and cvXX to be added to font string when the dialog is used.

Change-Id: I07eff710a2813e60fa4de3c23eb0a3c31d40e41d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147810
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
2023-02-26 19:50:44 +00:00