# -*- 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,chart2)) $(eval $(call gb_Module_add_targets,chart2,\ Library_chartcontroller \ Library_chartcore \ UIConfig_chart2 \ )) $(eval $(call gb_Module_add_l10n_targets,chart2,\ AllLangMoTarget_chart \ )) ifneq ($(OS),IOS) $(eval $(call gb_Module_add_check_targets,chart2,\ CppunitTest_chart2_common_functors \ )) $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ CppunitTest_chart2_export \ CppunitTest_chart2_import \ CppunitTest_chart2_trendcalculators \ CppunitTest_chart2_dump \ CppunitTest_chart2_pivot_chart_test \ )) ifeq ($(ENABLE_CHART_TESTS),TRUE) ifeq ($(WITH_FONTS), TRUE) $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ CppunitTest_chart2_xshape \ )) endif endif $(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\ JunitTest_chart2_unoapi \ )) # screenshots $(eval $(call gb_Module_add_screenshot_targets,chart2,\ CppunitTest_chart2_dialogs_test \ )) endif # vim: set noet sw=4 ts=4: office-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmldlg_imexp/imp_share.hxx
AgeCommit message (Expand)Author
2020-10-28tdf#137652 fix XDL import: no more missing empty items for comboboxSerge Krot
2019-12-28tdf#124176: Use "pragma once" on xmlscript/*Andrea Gelmini
2019-10-21tdf#42949 Fix IWYU warnings in xmlscript/Gabor Kelemen
2019-03-08tdf#53524 Create UNO grid control- dialog editorShubham Goyal
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-03-15xmlscript: change import/export to not use GraphicObject URLTomaž Vajngerl
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin
2017-10-23loplugin:includeform: xmlscriptStephan Bergmann
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert xmlscript from OSL_ASSERT to assertChris Sherlock
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-27improve "unnecessary user-declared destructor" checkNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, xmlscriptStephan Bergmann
2017-01-19use rtl::Reference in ElementBaseNoel Grandin
2016-11-17extend unusedfields loplugin to find fields that can be privateNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in xmlscript/Noel Grandin
2015-12-21loplugin:unusedfields in xmlscript,xmlsecurityNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-16boost->stdCaolán McNamara
2015-09-14xmlscript: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe