# -*- 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/. # $(eval $(call gb_CustomTarget_CustomTarget,i18npool/textconversion)) $(call gb_CustomTarget_get_target,i18npool/textconversion) : \ $(patsubst %.dic,$(gb_CustomTarget_workdir)/i18npool/textconversion/%.cxx,$(notdir \ $(wildcard $(SRCDIR)/i18npool/source/textconversion/data/*.dic))) $(gb_CustomTarget_workdir)/i18npool/textconversion/%.cxx : \ $(SRCDIR)/i18npool/source/textconversion/data/%.dic \ $(call gb_Executable_get_runtime_dependencies,genconv_dict) \ | $(gb_CustomTarget_workdir)/i18npool/textconversion/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CDC,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),CDC) $(call gb_Helper_abbreviate_dirs, \ $(call gb_Helper_execute,genconv_dict) $* $< $@ ) $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),CDC) # vim: set noet sw=4 ts=4: n value='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/shell/source/all
12:07:43 +0200'>2016-10-07 4f61f67b093510c5a8a8f34a62126ba8734'>return and use std::vector from OInterfaceContainerHelper
AgeCommit message (Expand)Author
2019-02-06loplugin:flatten in shellNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2017-10-27loplugin:includeform: shell (Windows)Stephan Bergmann
2017-10-23loplugin:includeform: shellStephan Bergmann
loplugin:staticmethods: svtoolsStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-10ditch the font/screen-scaling thingCaolán McNamara
2016-05-24Convert SnapType to scoped enumNoel Grandin
2016-05-22Convert DragMode to scoped enumNoel Grandin
2016-04-11RID_SVXSTR_LANGUAGE_RESTART is not needed any more.Jan Holesovsky
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-01-20Removed unused solar.h reference in svtoolsAlexandre Vicenzi
2013-11-09fdo#65108 inter-module includes <> include/svtoolsNorbert Thiebaud
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold
2013-04-23execute move of global headersBjoern Michaelsen
Noel Grandin
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann