# -*- 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_Package_Package,wizards_basicsrveuro,$(SRCDIR)/wizards/source/euro)) $(eval $(call gb_Package_add_files,wizards_basicsrveuro,$(LIBO_SHARE_FOLDER)/basic/Euro,\ AutoPilotRun.xba \ Common.xba \ ConvertRun.xba \ dialog.xlb \ DlgConvert.xdl \ DlgPassword.xdl \ Hard.xba \ Init.xba \ Protect.xba \ script.xlb \ Soft.xba \ Writer.xba \ )) # vim: set noet sw=4 ts=4: /cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unodevtools
AgeCommit message (Expand)Author
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-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-11loplugin:stringviewNoel
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-08-23Fix typo in codeAndrea Gelmini
2020-08-21Fix typosAndrea Gelmini
2020-08-18Fix typosAndrea Gelmini
2020-07-23Silence GCC 11 trunk -Werror=nonnull involving dynamic_castStephan Bergmann
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: unodevtoolsStephan Bergmann
2020-05-10compact namespace in ucb..uuiNoel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-12-24sal_Char->char in unoxmlNoel Grandin