# -*- 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,helpcontent2/source/auxiliary)) $(eval $(call gb_CustomTarget_register_targets,helpcontent2/source/auxiliary,\ helpimg.ilst \ )) $(call gb_CustomTarget_get_workdir,helpcontent2/source/auxiliary)/helpimg.ilst : \ $(SRCDIR)/helpcontent2/helpers/create_ilst.pl $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,1) $(call gb_Helper_abbreviate_dirs,\ $(PERL) $< -dir=$(SRCDIR)/icon-themes/galaxy/res/helpimg > $@.out && \ mv $@.out $@ \ ) # vim: set noet sw=4 ts=4: alue='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/unocontrolcontainermodel.cxx
AgeCommit message (Expand)Author
2023-05-09move a toolkit header inside the moduleNoel Grandin
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2021-10-31Prepare for removal of non-const operator[] from Sequence in toolkitMike Kaganski
2020-03-03inline some use-once constantsNoel Grandin
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolkitStephan Bergmann
2018-11-22improve function-local statics in toolkitNoel Grandin
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: toolkitStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in toolkit/Noel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from toolkitAlexander Wilms
2014-01-24tk: Ctor feature for UnoControlContainer(Model).Matúš Kukan
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-09fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin
2012-06-21re-base on ALv2 code.Michael Meeks
2011-11-27remove include of pch header from toolkitNorbert Thiebaud