# -*- 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_Library_Library,officebean)) $(eval $(call gb_Library_use_externals,officebean,\ jawt \ )) ifneq ($(OS),WNT) $(eval $(call gb_Library_add_cobjects,officebean,\ bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow \ )) endif ifeq ($(OS),WNT) $(eval $(call gb_Library_add_cobjects,officebean,\ bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow \ )) endif # vim: set noet sw=4 ts=4: fice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions/inc
AgeCommit message (Expand)Author
2024-11-23Spelling mistake in codeBogdan Buzea
2024-01-15tdf#159151 Fix double space in Tree ControlRafael Lima
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-07-17tdf#74934: remove Install button and relatedJulien Nabet
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2022-05-24tdf#149096: don't translate "Get" and "Post" submit methodsJulien Nabet
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2021-11-25remove unused defines and convert some to OUStringLiteralNoel Grandin
2021-11-25loplugin:stringliteraldefine in extensionsNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-27sw bibliography, local copy: handle the bibliography database windowMiklos Vajna