# # 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_CustomTarget_CustomTarget,tools/reversemap)) $(call gb_CustomTarget_get_target,tools/reversemap) : \ $(call gb_CustomTarget_get_workdir,tools/reversemap)/reversemap.hxx $(call gb_CustomTarget_get_workdir,tools/reversemap)/reversemap.hxx : \ $(call gb_Executable_get_runtime_dependencies,bestreversemap) \ | $(call gb_CustomTarget_get_workdir,tools/reversemap)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),BRM,1) $(call gb_Helper_execute,bestreversemap > $@) # vim: set noet sw=4 ts=4: ='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucb/source
AgeCommit message (Expand)Author
2016-05-26avoid a global uno::Reference to the current XCommandEnvironmentCaolán McNamara
2016-05-19loplugin:unusedmethods in ucb/ucbhelperNoel Grandin
2016-05-16tdf#87938 libcmis: Google 2FA implementationSzymon Kłos
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin
2016-05-10Assign 0 explicitly, avoiding intermediate downcastsMatteo Casalin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-06tdf#99426 Use correct path for lock in PUT methodGiuseppe Castagno
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-03tdf#98644 : better error message when wrong password enteredSzymon Kłos
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-25Some more sal_Bool -> boolStephan Bergmann
2016-04-22Related tdf#88502 a better implementation than the one in...Giuseppe Castagno
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-15Related tdf#88502 Add default XCommandEnvironment to ...Giuseppe Castagno
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-14loplugin:passstuffbyref in ucbNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11cppcheck: noExplicitConstructorCaolán McNamara
2016-04-05These are SAL_INFO, at bestStephan Bergmann
2016-04-05loplugin:constantparam in ucbNoel Grandin
2016-04-04unnecessary reallocNoel Grandin
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann
2016-03-29Avoid reserved identifiersStephan Bergmann
2016-03-18Remaining argument from loplugin:constantparam in ucbKorrawit Pruegsanusak
2016-03-18Restore WebDAV credential dialog functionality...Giuseppe Castagno
2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin
2016-03-15loplugin:constantparamNoel Grandin
2016-03-15tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-03-14inline some use-once macrosNoel Grandin
2016-03-11tdf#97966 redundant static keywords removed 6Wastack
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-10Avoid reserved identifiersStephan Bergmann