# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # Norbert Thiebaud (C) 2010, All Rights Reserved. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Executable_Executable,bestreversemap)) $(eval $(call gb_Executable_set_include,bestreversemap,\ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_libraries,bestreversemap,\ sal \ $(gb_STDLIBS) \ )) $(eval $(call gb_Executable_add_exception_objects,bestreversemap,\ tools/source/reversemap/bestreversemap \ )) # vim: set noet sw=4 ts=4: fice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/sdi
AgeCommit message (Expand)Author
2024-07-16lok calc: allow remove and edit hypelink outside of edit modeJaume Pujantell
2024-07-02lok calc: allow copy hyperlink outside of edit modeJaume Pujantell
2024-05-16tdf#161056 Show bullets used in document in bullets dropdownSamuel Mehrbrodt
2024-05-06Point to TDF wikiSamuel Mehrbrodt
2024-04-11tdf#132599 cui offapi sw xmloff: add hyphenation-keep-typeLászló Németh
2024-03-21Moving parts of readonly checks from model to view.Gökay Şatır
2024-03-20tdf#158885 cui offapi sw xmloff: fix hyphenation at stem boundaryLászló Németh
2024-03-04tdf#132599 cui offapi sw xmloff: implement hyphenate-keepLászló Németh
2024-02-10tdf#159372 svx: Add goto dialogAkshayWarrier
2024-01-28Resolves: tdf#149409 enable impress 'Small Capitals' Toolbar ButtonCaolán McNamara
2024-01-08tdf#156925 Add Color Scheme selector to the Basic IDERafael Lima
2023-08-26svx: remove theme related parameters for Color and FillColorTomaž Vajngerl
2023-07-08make SID_ATTR_TRANSFORM_POS_* and SID_ATTR_TRANSFORM_ROT_* SfxInt32Item tooCaolán McNamara
2023-07-07ubsan: SID_ATTR_TRANSFORM_POS_X is SfxInt32Item not SfxUInt32ItemCaolán McNamara
2023-06-08svx: add "Color" and "ComplexColorJSON" argument for XColorItemTomaž Vajngerl
2023-06-08tdf#155404 handle ComplexColor as JSON for XLineColor and XFillColorTomaž Vajngerl
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl
2023-05-03tdf#127322 svx: add back MID_GRAPHIC_URL to SvxBrushJustin Luth
2023-03-23tdf#142978 Remove a11y check dialogSamuel Mehrbrodt
2023-03-01send theme info when changing color (in the picker) via UNO commandTomaž Vajngerl
2023-01-18document svx.sdi with link to SDI slot config detailsJustin Luth
2023-01-14ThemeDialog added which allows to change the theme used by the doc.Tomaž Vajngerl
2023-01-04Related: tdf#150339 remove SID_ATTR_COLOR_STRCaolán McNamara
2023-01-02Resolves: tdf#150339 two arguments called "Color"Caolán McNamara
2022-12-15Resolves: tdf#92051 add tooltips to section/table statusbarCaolán McNamara
2022-12-06sfx2: rename FN_PARAM_1 to FN_NOUPDATEHenry Castro
2022-12-02svx: extended SvxHyperlinkItem to have a new property sReplacementTextrash419
2022-11-18sw: add a menu option to enable/disable online a11y checkTomaž Vajngerl
2022-11-04sw: add FN_PARA_1 to MAILPREPAREEXPORT slotHenry Castro
2022-10-12new uno command uno:Translate with deepl apiMert Tumer
2022-06-22tdf#128150 Adapt sidebar to new "use slide background" propertySamuel Mehrbrodt
2022-06-20sd theme: consider accent1 color when inserting shape with solid fillMiklos Vajna
2022-06-02tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh
2022-05-26tdf#149324 sw offapi xmloff: add option to not hyphenate short wordsLászló Németh
2022-05-26sd theme: add UI (sidebar) for shape fill color effectsMiklos Vajna
2022-04-07sd theme: add UI (sidebar) for shape fill colorMiklos Vajna
2022-03-14lok: insert textbox directly in CalcSzymon Kłos
2022-03-02Advanced Diagram support: Extend UI to all applicationsArmin Le Grand (Allotropia)
2022-02-02convert OfaRefItem to a normal classNoel Grandin
2022-01-27related tdf#111733 TextCharacterSpacingControl sw: goto position tabJustin Luth
2021-12-22sd theme: allow setting color effects in the sidebarMiklos Vajna
2021-12-20Add graphic size checker for the preferred document DPITomaž Vajngerl
2021-10-19tdf#113512 Writer: 1.15 line spacing UNO commandJim Raykowski