# -*- 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,dtrans)) $(eval $(call gb_Module_add_targets,dtrans,\ Library_mcnttype \ )) ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,dtrans,\ Library_dnd \ Library_dtrans \ Library_ftransl \ Library_sysdtrans \ StaticLibrary_dtobj \ )) endif # vim: set noet sw=4 ts=4: '>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unodevtools/source
AgeCommit message (Expand)Author
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: unodevtoolsStephan Bergmann
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-05-30Revert "Use getXWeak in unodevtools"Mike Kaganski
2023-05-27Use getXWeak in unodevtoolsMike Kaganski
2023-03-30loplugin:stringadd in variousNoel Grandin
2023-01-25Fix typoStephan Bergmann
2022-04-28use more string_view in unodevtoolsNoel Grandin
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2022-02-08Extend loplugin:stringview to O[U]StringBuffer::toStringStephan Bergmann
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: unodevtoolsStephan Bergmann
2021-06-03-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-03-25const OUString -> const OUStringLiteralMike Kaganski