# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Module_Module,starmath)) $(eval $(call gb_Module_add_targets,starmath,\ Library_sm \ Library_smd \ UIConfig_smath \ )) $(eval $(call gb_Module_add_l10n_targets,starmath,\ AllLangMoTarget_sm \ )) $(eval $(call gb_Module_add_check_targets,starmath,\ CppunitTest_starmath_export \ CppunitTest_starmath_import \ CppunitTest_starmath_qa_cppunit \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,starmath,\ JunitTest_starmath_unoapi \ )) # screenshots $(eval $(call gb_Module_add_screenshot_targets,starmath,\ CppunitTest_starmath_dialogs_test \ )) # vim: set noet sw=4 ts=4: a/zeta-24-2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/Library_sw.mk
AgeCommit message (Expand)Author
2023-05-09sw: support Undo/Redo for theme colorsTomaž Vajngerl
2023-04-20tdf#142978 Add quick fix action for missing alt textSamuel Mehrbrodt
2023-04-12Use more *string_viewMike Kaganski
2023-03-20tdf#142978 Add a11y check sidebarSamuel Mehrbrodt
2023-01-24sw: add document model for multi-page fly framesMiklos Vajna
2023-01-14sw: add ThemeColorChanger that sweeps the model and changes colorsTomaž Vajngerl
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl
2022-12-07sw: split out some of the LOK parts of SwXTextDocument into a separate fileMiklos Vajna
2022-11-30WASM: need sw/../translatehelper.cxx backThorsten Behrens
2022-11-28WASM linguistic,sw: disable curl-using deepl codeMichael Stahl
2022-11-15sw: add accessibility check statusbar controlTomaž Vajngerl
2022-11-15sw: add online accessibility check implementationTomaž Vajngerl
2022-10-24sw: rename IGrammarContact*, SwGrammarContact* to GrammarContact*Tomaž Vajngerl
2022-10-17sw content controls: add rendering for the aliasMiklos Vajna
2022-10-12new uno command uno:Translate with deepl apiMert Tumer
2022-05-25sw content controls, date: show a date picker on clickMiklos Vajna
2022-05-18tdf#149017 fix space distribution in SwFntObj::DrawText()Mark Hung
2022-05-05sw content controls, drop-down: show list items on clickMiklos Vajna
2022-03-31sw content controls: add UNO API to insert thisMiklos Vajna
2022-03-30sw content controls: add document modelMiklos Vajna
2022-03-01sw clearing breaks: add UNO API to insert thisMiklos Vajna
2022-02-28sw clearing breaks: add document modelMiklos Vajna
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl
2021-12-21Filter optional component implementations by nameJan-Marek Glogowski
2021-12-20Add graphic size checker for the preferred document DPITomaž Vajngerl
2021-12-14Allow for conditional parts of component filesStephan Bergmann
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-06gbuild: create services.rdb from built componentsJan-Marek Glogowski