# -*- 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_Module_Module,uui)) $(eval $(call gb_Module_add_targets,uui,\ Library_uui \ )) $(eval $(call gb_Module_add_l10n_targets,uui,\ AllLangResTarget_uui \ UIConfig_uui \ )) # screenshots $(eval $(call gb_Module_add_screenshot_targets,uui,\ CppunitTest_uui_dialogs_test \ )) # vim: set noet sw=4 ts=4: hange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/control/imgctrl.cxx
AgeCommit message (Expand)Author
2019-10-30imgctrl.hxx only used by vcl and toolkitCaolán McNamara
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2019-02-11loplugin:indentation in vclNoel Grandin
2018-11-26remove unused DrawFlags enum valuesNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2017-11-15loplugin:flatten in vclNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara