# -*- 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 \ Library_chartopengl \ Package_opengl \ )) $(eval $(call gb_Module_add_l10n_targets,chart2,\ AllLangResTarget_chartcontroller \ UIConfig_chart2 \ )) $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ CppunitTest_chart2_export \ CppunitTest_chart2_import \ CppunitTest_chart2_trendcalculators \ )) ifeq ($(ENABLE_CHART_TESTS),TRUE) $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ CppunitTest_chart2_xshape \ )) endif $(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\ JunitTest_chart2_unoapi \ )) # vim: set noet sw=4 ts=4: ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/udkapi
AgeCommit message (Expand)Author
2021-12-11Update reference links for ISO 639 and 3166Eike Rathke
2021-10-14[API CHANGE] Remove unused css.resource.XLocaleStephan Bergmann
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2020-08-18unoidl-read: Avoid redundant redeclarationsStephan Bergmann
2020-02-19Update the reference rdbs to libreoffice-6.4.0.3-buildfix1Stephan Bergmann
2019-12-28Revert "tdf#124176: Use "pragma once" on udkapi/*"Stephan Bergmann
2019-12-28tdf#124176: Use "pragma once" on udkapi/*Andrea Gelmini
2019-09-10Fix typosAndrea Gelmini
2019-09-06Fixing "...."Andrea Gelmini
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann
2019-08-20Fix typosAndrea Gelmini
2019-08-20Fix typosAndrea Gelmini
2019-08-19Fix typosAndrea Gelmini
2019-08-08fix typo IndexOutOfBoundExceptionMichael Stahl
2019-07-27Fix typosAndrea Gelmini
2019-07-26Fix typosAndrea Gelmini
2019-05-10an uno -> a unoCaolán McNamara
2019-05-10an is used before a vowel soundCaolán McNamara
2019-05-06Move quotes confusing doxygenEike Rathke
2019-04-11Fix typosAndrea Gelmini
2018-12-26Fix typoAndrea Gelmini
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-05Fix typosAndrea Gelmini
2018-08-13Fix typoAndrea Gelmini
2018-06-07Fix typoAndrea Gelmini
2018-04-17Fix typosAndrea Gelmini
2018-04-14Fix typosAndrea Gelmini
2018-02-12Don't even mention CORBA, it isn't and won't be specifiedTor Lillqvist
2018-01-26Fix typosAndrea Gelmini
2018-01-05Fix typoAndrea Gelmini
2017-12-15Fix typosAndrea Gelmini
2017-10-19Fix typosAndrea Gelmini
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M
2017-08-17Fix typosAndrea Gelmini
2017-07-21migrate to boost::gettextCaolán McNamara