# -*- 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_Jar_Jar,test)) $(eval $(call gb_Jar_add_manifest_classpath,test,\ $(call gb_Helper_make_url,$(call gb_Jar_get_target,juh)) \ $(call gb_Helper_make_url,$(call gb_Jar_get_target,ridl)) \ $(call gb_Helper_make_url,$(call gb_Jar_get_target,unoil)) \ )) $(eval $(call gb_Jar_use_jars,test,\ juh \ ridl \ unoil \ OOoRunner \ )) $(eval $(call gb_Jar_use_system_jars,test,\ $(OOO_JUNIT_JAR) \ )) $(eval $(call gb_Jar_set_packageroot,test,org)) $(eval $(call gb_Jar_add_sourcefiles,test,\ unotest/source/java/org/openoffice/test/Argument \ unotest/source/java/org/openoffice/test/FileHelper \ unotest/source/java/org/openoffice/test/OfficeConnection \ unotest/source/java/org/openoffice/test/OfficeFileUrl \ unotest/source/java/org/openoffice/test/UnoApiTest \ )) # vim: set noet sw=4 ts=4: ib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_PointGeometry.cxx
AgeCommit message (Expand)Author
2020-10-21use tools::Long in basegfx..chart2Noel
2019-11-13chart2: Separate ChartResourceGroups to reuseMuhammet Kara
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara
2019-01-03tdf#42949 Fix IWYU warnings in chart2/source/controller/* (2)Gabor Kelemen
2018-10-15weld ChartTypeDialog and SchLayoutTabPageCaolán McNamara
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-06-11loplugin:useuniqueptr in SchLayoutTabPageNoel Grandin
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-04-05tdf#42949 Remove unnecessary localization headers from chart2Gabor Kelemen
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-07-21de-hrc various thingsCaolán McNamara