# # 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/string)) $(call gb_CustomTarget_get_target,tools/string) : \ $(call gb_CustomTarget_get_workdir,tools/string)/reversemap.cxx $(call gb_CustomTarget_get_workdir,tools/string)/reversemap.cxx : \ $(call gb_Executable_get_runtime_dependencies,bestreversemap) \ | $(call gb_CustomTarget_get_workdir,tools/string)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),BRM,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),BRM) $(call gb_Helper_execute,bestreversemap > $@) $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),BRM) # vim: set noet sw=4 ts=4: 'distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-ioexceptions.cxx
f629'>Typo in comment ("from" vs. "to")
AgeCommit message (Expand)Author
2014-06-05uui: remove SAL_THROW macroNoel Grandin
2014-05-19fix-includes.pl: uuiThomas Arnhold
2014-05-02uui: sal_Bool->boolNoel Grandin
Stephan Bergmann
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-04-28LIBO_INTERNAL_ONLY: printing of css::uno::Reference/TypeStephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-26add 'explicit operator bool' to our reference classesNoel Grandin
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin