Commit graph

479708 commits

Author SHA1 Message Date
Noel Grandin
2f3e958d7d use more SwPosition::GetNode
part of the process of hiding the internals of SwPosition

Change-Id: Iecac4bd1e7836022182eba7c9b6d25bb827dbe5d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141019
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-10-06 20:37:48 +02:00
Noel Grandin
c98388db26 use more SwPosition::Assign
part of the process of hiding the internals of SwPosition

Change-Id: I8b5bf3c38c87ec5117aeeef5307bde37aed0fc0b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141015
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-10-06 20:37:25 +02:00
Maxim Monastirsky
9080200713 tdf#149741 Handle also inherited direction
Change-Id: I0abc381bb9895c8ec5a18ddee1071fa6d13183ce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141003
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2022-10-06 20:05:34 +02:00
Heiko Tietze
27f98935f9 [API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"
Option is out-dated and access via UI confusing
* UI access removed from Tools > Options > General (Impress, Calc)
resp. > Compatibility (Writer)
* Unit tests updated
* Tip-Of-The-Day cleaned-up
* remove UsePrtMetrics value

Change-Id: Ib645f6e1f648455e0536a437be14c2c6a7b25a49
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139863
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-10-06 18:55:20 +02:00
Noel Grandin
d6a5214c70 sal_uInt16->sal_Int32 for some index vars in lcl_Highlight
to match the possible length of OUString

Change-Id: I561d1a7685d10fbd3b404ec91b486a9f5eb54932
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141013
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-10-06 17:52:53 +02:00
Caolán McNamara
28bd6ad231 tdf#150622 sidebar icons empty in High Contrast mode
Change-Id: Icfa78f0f655ee467c62cbc309b8e57ac310a73e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141021
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-06 17:44:04 +02:00
Caolán McNamara
21f3aebd6e gtk4: need a SolarMutexGuard here
Change-Id: Ia63e1d9f0c53df37f76a4125639084753b5e010c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141020
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-06 17:43:50 +02:00
Caolán McNamara
7c9bebb868 Resolves: tdf#132309 adjust ui to get better tab ordering
Change-Id: Ia9d6e8f57924ce1e89e54a29f559fafabfd7bb7e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141011
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-06 17:43:32 +02:00
Noel Grandin
1c25270413 use more SwPosition::SetContent
part of the process of hiding the internals of SwPosition

Change-Id: Icc684368fb8517743f45eeb9ed83e37e598ea291
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141017
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-10-06 17:41:40 +02:00
Miklos Vajna
e7ca10a35f SVG export: don't loose tab portions
Impress slides are exported to SVG via a metafile. In case shape text
has a string like "A\tB", that was exported as "AB", loosing the tab
character.

The relevant shape is exported as a metafile, with two text array
metafile actions (one for "A", one for "B") and the tab needs no
explicit action as both "A" and "B" has an explicit position. The SVG
contained no explicit position for "B", so the tab was lost visually.

Fix the problem by detecting when the doc model has a "\t" without a
matching metafile action and emitting the explicit position in that
case.

An alternative would be to use implWriteTextPortion() to write a <tspan>
for the tab, but that doesn't guarantee that the width of the tab in the
SVG is the same as in Impress.

Change-Id: Ie21bffce9d09194159e460fb28ab23fbefd52102
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141014
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2022-10-06 16:12:07 +02:00
Caolán McNamara
22c6699900 Related: tdf#150706 don't warn about already enabled LISTBOX_FILTER_LABEL
Change-Id: I31173693145d4121735c93f2a72126e743bd0c2d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141010
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-06 13:23:04 +02:00
Caolán McNamara
bebdbf0e03 resave with latest glade
Change-Id: I1903e967744290806267f199e401c961d8d5b74b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141009
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-06 13:22:51 +02:00
Caolán McNamara
3b5ebf0866 Resolves: tdf#150706 don't warn about user cancelling export
Change-Id: Ibcc6efd8ae13d27aa66da57348efe5f06f67efb6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141008
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-06 13:22:28 +02:00
Noel Grandin
ce6babf777 use more string_view in sc
Change-Id: Ic7126ac57f8cc06b37f3098603f0710602f0ab28
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140998
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-10-06 13:03:03 +02:00
Caolán McNamara
3c7cbaf19a Related: tdf#150706 don't warn about missing LISTBOX_FILTER_LABEL
which is not unexpected for gtk where we don't use that label

Change-Id: Ieed1a6498cc9f40cbf6546f996f723ec9cd3aba9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141005
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-06 12:34:01 +02:00
Caolán McNamara
1da3406a8e Related: tdf#150706 add OK and CANCEL to known controls
which results that we can rename "Save" to "Export" in pdf export dialog

Change-Id: I8186a9ea3d18bfb383b07ba54f2fd7a5cd71e7b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141004
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-06 12:33:48 +02:00
Noel Grandin
81051d1fcc tdf#151352 crash closing form while the tip of the day dialog is displayed
Change-Id: I61826ab4d8873f82f7885e26a22d307e2d574e17
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141001
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-10-06 12:23:28 +02:00
Caolán McNamara
658946e035 Revert "android: add Grammar Checker component to native-code.py"
This reverts commit f3b73cce60.

lingucomponent_LanguageToolGrammarChecker_get_implementation is already
listed, so it was listed twice

Change-Id: I93eada023fa3cd9636abe5de5d6ecc9f50c8fd1e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141000
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-06 11:55:05 +02:00
Miklos Vajna
d0b2f5f65e pdfium: drop not needed annot.patch.1
If FORM_OnAfterLoadPage() is called, then FPDFAnnot_GetFontSize() can do
what we need.

Change-Id: I8aa3acbbda5c040f30b28db36f8b3332115b50e5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140997
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-10-06 10:16:35 +02:00
Caolán McNamara
f8983580f6 Resolves: tdf#151053 Body text with dark bg not visible in Notes view
this is a similar case to:

commit 76a0b31706
Author: Caolán McNamara <caolanm@redhat.com>
Date:   Fri Jan 10 16:49:19 2014 +0000

    Resolves: fdo#35779 set the bg color of the editeng from the text shape

Change-Id: Ib7ca42426397346e5d7473b93e60f853e646a423
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140995
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-06 09:54:10 +02:00
Rafael Lima
1045aeecb2 tdf#148938 Fix position arrows when dragging Calc tabs in dark mode
In Calc, when you drag a tab to move it, the arrows pointing to where the tab will be positioned are always in black, even in dark mode.

This patch fixes this issue.

Change-Id: I9079099c5ac1a8fb767eaa105cf8863e54d0ec3f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140760
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-10-06 06:45:08 +02:00
Khaled Hosny
09c076c3f2 tdf#151350: Fix extraneous gaps before marks
After latest changes we no longer need HarfBuzz buffer level
MONOTONE_CHARACTERS (which was needed to allow us to address individual
combining marks). With the default cluster level, combining marks get
the same cluster as their base and so we need not do any thing special.

I had to update testTdf139627 because this results in using ActualText
spans in the PDF, and PDFium support for them is lacking.

Change-Id: I0011072330fdbf409c30ff781fd3beaceae400f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140994
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
2022-10-05 22:08:08 +02:00
Caolán McNamara
7097d951e5 I suspect the sizes are not enraged
Change-Id: I2e03b49d3eb9e4123ecd75783d7b585ef9faab3d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140993
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
2022-10-05 21:27:57 +02:00
Caolán McNamara
d23b1d0240 Resolves: tdf#130529 reduce height of customize dialog
to fit in 768px height (with default UI font size)

Change-Id: I2359e39205e7c13335a7ed266dd367cf45e5dcb8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140988
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-05 20:15:16 +02:00
Caolán McNamara
6aaeeb5a2a Resolves: tdf#149277 we don't want to search the whole tree for dups
just the immediate children of the supplied parent node

Change-Id: I79595fd940257615f0d012cb9a4556aea51d7db9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140986
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-05 20:14:37 +02:00
Eike Rathke
1ea19958d6 Add on-the-fly language tag to proper language list Western/Asian/Complex
In which combobox wherever it was added, the correct SfxItem will
be updated and at least when switching to another dialog tab and
back it will appear in the correct list.
(shouldn't tabbing out of the combobox already trigger that?)

Change-Id: I5aa78797dc24527c753c97d0357c3058271fa4d8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140991
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2022-10-05 20:07:36 +02:00
Xisco Fauli
667d61f987 update credits
Change-Id: I101b0ffc043adae377c6ae4ef8741c015e5433d3
2022-10-05 19:40:31 +02:00
Caolán McNamara
8b7df7b9ec tdf#115634 recent/favorite widgets not hidpi scaled
Change-Id: I65c74bd443b91827f62d46968ce8fda948fc6c26
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140984
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-05 17:45:19 +02:00
Justin Luth
d02962cb2c tdf#148806 doc import: remove 2003 SetObjectShell(nullptr) hack
This was preventing doc event-macros from round-tripping.
Its original purpose was to "fix" doc->sxw export.
We no longer export to sxw, and the OOo bug doc exports fine to ODT.

Change-Id: I3a22db1b3bf9eaa2d64ac963f0c41892ba604e8d

--- https://bz.apache.org/ooo/show_bug.cgi?id=20540 ---
caolanm 2003-10-20 14:43:31 UTC
Setting a target for this bug, fixed for 2.0 in
portlaoisefilterteam16, and for 1.1.1 in droghedafilterteam15

MIB->CMC:
The document contains a Draw 4.0 OLE object, and the problem is the
import of that object in the Word filter.

During the import, the object's storage is copied into the document
storage (in SvxMSDffManager::CreateSdrOLEFromStorage, msdffimp.cxx,
5117). It now is contained in the document storage in the 3.o format,
but it is not in the child list of SvPersist.
Some time later, SvxMSDffManager::ImportGraphic calls a
SdrOLE2Obj::SetModel, that again calls SdrOLE2Obj::Connect. This
method notices that the object is not in the persist child list, and
for that reasdon call SvPersist::Move to add it to the list
(svdoole2.cxx, 374). Move converts the object into the OOo 1.0 format.
The destination storage is the object's storage, so the 1.0 format is
added to the existing 3.0 format, and the object storage remains an
OLE strorage and does not get a package. This situation is not
permitted and cannot be saved in the SXW format.

Change-Id: I24e55e5d47c3a7d10d6609ddbf9cc2374a47a37b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140950
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-10-05 17:38:25 +02:00
Andreas Heinisch
3394e8746c tdf#36383 - sc AutoFilter: fix changing row height
Changing row height showed the rows hidden
by AutoFilter, removing the result of the filtering.

Change-Id: Iecc8eb03ed563de126e7a376dad41a4ab2434f0e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139883
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
2022-10-05 17:30:46 +02:00
Eike Rathke
5aa2002644 More zh-* legacy
Change-Id: I859bb1d100eed0d1940e31575611f34c1c308698
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140982
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2022-10-05 17:01:26 +02:00
Miklos Vajna
5262aab9d2 sw content controls: preserve tag
This is similar to <w15:color> to preserve <w:tag>.

Resolves
<https://gerrit.libreoffice.org/c/core/+/137399/2#message-a5ba9f1e0dc9e586034758ee7c0a94e1533e8922>.

Change-Id: I4fdab44aaf13ca812502ae79f38f32ec9468db11
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140981
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2022-10-05 16:05:19 +02:00
Caolán McNamara
1490923bea Related: tdf#151351 don't use stack/highlight bg for buttons
in favor of reworked flat button default rendering

Change-Id: Id1d4b773aa0bf91be0386bd9db3bb212d422f216
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140980
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-05 15:53:44 +02:00
Caolán McNamara
f61b6a3a23 Resolves: tdf#151351 rework flat button rendering
Change-Id: Idf98c5bb96e5646e25b1ccd70b3774c7de479d18
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140979
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-05 15:53:08 +02:00
Caolán McNamara
4006b855cc Related: tdf#151351 kf5 pressed flat toggle buttons not visually depressed
Change-Id: I3ab2ec91f3317dbd5a7e011e5b81d0a5141b1348
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140978
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-05 15:50:59 +02:00
Andreas Heinisch
7c1a815288 tdf#122319 - Don't allow nullable form components if input is required
Change-Id: I676aab37df7a98192680b87f0143a27d2a5fd3ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140713
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2022-10-05 15:31:51 +02:00
Caolán McNamara
24f2315631 toggle state regardless of which toggle was used
Change-Id: I43c295e2cc39497dba8812f1c9e296068d07a224
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140977
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-05 14:54:31 +02:00
Miklos Vajna
481a082469 sw content controls: preserve alias
This is similar to <w15:color> to preserve <w:alias>.

Related to
<https://gerrit.libreoffice.org/c/core/+/137399/2#message-a5ba9f1e0dc9e586034758ee7c0a94e1533e8922>.

Change-Id: I774b7204c5ca02ec6db89f5cbd3a6de6f2bf82a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140975
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2022-10-05 14:53:03 +02:00
Eike Rathke
a10d712f70 Use SvtLanguageTableImpl::AddEntry() to determine on-the-fly ScriptType
With a LanguageTag::ScriptType a language tag appears in the
corresponding Western/Asian/Complex language list.

Change-Id: Ifa7fe784ebee33990b552e8df0f5555dc98667f0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140974
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2022-10-05 13:23:23 +02:00
Eike Rathke
ecc30ac20f Introduce unicode::getScriptClassFromLanguageTag()
Change-Id: Ifb932ff2aabc5767571433627314f0b29c35c471
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140953
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2022-10-05 12:05:01 +02:00
Caolán McNamara
384167ab85 tdf#151316 recalc what dependencies should be sensitive
Change-Id: I40f78ec151c3d5901209b8587f6152ab76d04e88
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140976
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-10-05 11:53:42 +02:00
Nalini Prasad Dash
837d52dbc2 tdf#143148 Use pragma once instead of include guards
Change-Id: Ib3b4a98560c278965a1e671171e1a84f600f09bb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140948
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2022-10-05 11:48:40 +02:00
Chris Sherlock
379ea0bb9e unotools: test ConvertChar::RecodeString()
Change-Id: I1f82afe7e1ac57004723f67412f1a7007d107eff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140938
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2022-10-05 11:18:36 +02:00
Xisco Fauli
bf3df0fc73 reportdesign: keep the constant values in a comment
Similar to 07aa8138db
"tdf#151260: crash in SfxItemPool::SetDefaults
(reportdesign/ReportController)"

Since 9a444884c3
"tdf#150222 reporbuilder, set font for a text box crashes"

Change-Id: I07e5808f1d74a470d7c6f73160f8335254e033fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140940
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-10-05 10:01:14 +02:00
Gabor Kelemen
ca1fd75357 Update git submodules
* Update dictionaries from branch 'master'
  to 0416c229fe3a2a6bc9d661a077e77264cd9d6929
  - Extend --enable-mpl-subset options effect to some dictionaries
    
    Change-Id: I09919a3dde90f986998d211fb84380497553a322
    Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/140936
    Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
    Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
2022-10-05 09:14:13 +02:00
Miklos Vajna
f6f34e71b6 CppunitTest_sw_ooxmlw14export: remove not needed mustTestImportOf()
All of the test cases in this suite use CPPUNIT_TEST_FIXTURE() directly,
so this is never called.

Change-Id: I709edb7f1a3fcbe9383396f9a48fba728da2a431
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140952
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-10-05 08:18:02 +02:00
Noel Grandin
a36173359d tdf#151283 calc hangs when try to open XLS file
regression from
    commit 258a8d133d
    Author: Noel Grandin <noel.grandin@collabora.co.uk>
    tdf#150034 very slow opening pathological chart

if nNewLen is < 10, we can get stuck in an infinite loop
because the calculation will not actually decrement nNewLen

Change-Id: I98920deaa087713c44531a7f6506d1d5d32b2e98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140949
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-10-05 07:02:24 +02:00
Justin Luth
0ab5a5ee6e tdf#126917 menu: OpenXMLFilterSettings != Macros
OpenXMLFilterSettings has nothing to do with macros,
but was moved there in LO 6.3.

In 6.2 it was placed just before Extension Manager,
so that is where I returned it.

Change-Id: Id80b5984c785dc66e66aeb3215d8f1ef8c837442
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140739
Tested-by: Justin Luth <jluth@mail.com>
Reviewed-by: Justin Luth <jluth@mail.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-10-05 06:59:36 +02:00
Rafael Lima
3e4697c767 tdf#151232 Fix lines in Special Characters dialog in dark mode
This patch makes the lines in the Special Characters dialog visible in dark mode. The Insert Symbols widget is also fixed with this patch.

Tested in gen, gtk3 and kf5.

Change-Id: Id1ee21557f2a0ea4ad8b60973d3de71e4d6d5d09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140759
Tested-by: Jenkins
Reviewed-by: V, Stuart Foote <vstuart.foote@utsa.edu>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-10-05 05:43:42 +02:00
Khaled Hosny
cc038c471e vcl: Fix thinko from recent commit
From:

commit 29de4d6e1a
Author: Khaled Hosny <khaled@aliftype.com>
Date:   Mon Oct 3 21:53:38 2022 +0200

    tdf#150665: Fix justifying spacing marks

Change-Id: Ic312db0080526e66b918d6ca9edb09c6a669e449
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140944
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
2022-10-04 23:14:44 +02:00