From 3eac847927a0cdfa40c3fea38c473ed2ad7faecc Mon Sep 17 00:00:00 2001 From: Balazs Varga Date: Wed, 21 Aug 2024 17:34:23 +0200 Subject: tdf#161826 - Add uniform Glow effect for texts in shapes - Add new text Glow effect properties for shapes - Using TextGlowPrimitive for rendering uniform text glow in shapes - Add/allow new UI Glow Effect for texts in shapes on sidebar (Only for Impress/Draw and Calc) - Import/Export ooxml files with Glow effect on texts in shapes (Only PPTX/XLSX) - Import/Export odf files with Glow effect on texts in shapes - Add unit test for glow text attributes in ODF - Add uni tests for OOXML import/export Note: Also this patch effects on tdf#144061 - Effects: Allow GLOW to apply to Text (as we have for shapes) Change-Id: I16586c01654f197f532129e4e06aa2ef9f214395 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172216 Reviewed-by: Balazs Varga Tested-by: Jenkins Reviewed-by: Regina Henschel --- .../libreoffice/OpenDocument-v1.3+libreoffice-schema.rng | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'schema/libreoffice') diff --git a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng index 4073fa6f1af2..9ec0e09f5a6d 100644 --- a/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng +++ b/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng @@ -954,6 +954,22 @@ xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1. + + + + + + + + + + + + + + + + -- cgit cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-05Resolves tdf#140298 - Improve UX for SQL dialogHeiko Tietze
2024-04-18tdf#158056 Connect to MS Access .mdb files by mean of ACE.OLEDB.12.0 providerjucasaca
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-06-20tdf#43369 Refactor PosgresSQL connection setupOlivier Hallot
2023-05-03Proofread these recent strings before they go to translatorsAdolfo Jayme Barrientos
2023-04-28tdf#43369: Specific UI for collecting PostgreSQL connection settingsnirnay
2022-11-22tdf#151827 Improves strings about ODBC connectionRafael Lima
2022-08-03Resolves tdf#149944 - UI issues with Base's User Administration dialogHeiko Tietze
2022-03-16tdf#147997: MySQL/MariaDB for dialog for direct connectionJulien Nabet
2021-08-31tdf#126624: do at least the generic solutionJulien Nabet
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2020-08-09weld OTasksWindowCaolán McNamara
2020-05-24remove some unused definesNoel Grandin
2020-03-11tdf#39674 Translate German variable namesJohnny_M
2019-09-12weld OCopyTableWizard clusterCaolán McNamara
2019-09-11TyposAndrea Gelmini
2019-07-24"Basic macros" instead of "$Productname Basic macros"Samuel Mehrbrodt
2019-04-24tdf#124197 Improve "Unexpected error" user-visible error message wordingDarkByt31
2018-11-19Fix _REFESH_ -> _REFRESH_Andrea Gelmini
2018-11-19Fix typosAndrea Gelmini
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-09-27Fix typoAndrea Gelmini
2018-04-18tdf#117021: fix datasource exampleJulien Nabet
2017-12-13Remove traces of Report Builder's former status as extensionLionel Elie Mamane
2017-07-21migrate to boost::gettextCaolán McNamara