# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Module_Module,svl)) $(eval $(call gb_Module_add_targets,svl,\ Library_fsstorage \ Library_passwordcontainer \ Library_svl \ )) $(eval $(call gb_Module_add_l10n_targets,svl,\ AllLangResTarget_svl \ )) $(eval $(call gb_Module_add_check_targets,svl,\ CppunitTest_svl_inetcontenttype \ CppunitTest_svl_itempool \ CppunitTest_svl_items \ CppunitTest_svl_lngmisc \ CppunitTest_svl_notify \ CppunitTest_svl_qa_cppunit \ CppunitTest_svl_urihelper \ )) ifneq ($(OOO_JUNIT_JAR),) $(eval $(call gb_Module_add_subsequentcheck_targets,svl,\ JunitTest_svl_complex \ )) endif #todo: dde platform dependent #todo: package_inc #todo: map file # vim: set noet sw=4 ts=4: ue='distro/cib/libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/uibase/chrdlg/ccoll.cxx
AgeCommit message (Expand)Author
5 daysITEM: Refactor ItemTypeArmin Le Grand (Collabora)
2024-06-18Add SfxItemType to SfxPoolItemOliver Specht
2024-05-04replace createFromAscii with OUString literals in SwCondCollItemNoel Grandin
2022-05-03add o3tl::equalsAsciiNoel Grandin
2021-10-18sw: prefix members of MailDeliveryErrorNotifier, SwAddressIterator, ...Miklos Vajna
2020-01-07tdf#42949 Fix IWYU warnings in sw/source/uibase/[a-g]*/*cxxGabor Kelemen
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2018-02-01tdf#42949 Remove unneeded helpids.h headers (3/3)Gabor Kelemen
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski
2017-09-20xmloff,sw: some stylistic cleanup to conditional stylesMichael Stahl
2017-07-21de-hrc various thingsCaolán McNamara
2017-02-27Fix typo footenote -> footnoteGulsah Kose
2017-02-13convert Master_CollConditions to scoped enumNoel Grandin
2017-01-09New loplugin:externvar: swStephan Bergmann
2016-09-08loplugin:constantparam in swNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-03-23loplugin:constantfunction: swNoel Grandin
2014-10-27sw: assert SfxPoolItem::operator==Michael Stahl
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl