# -*- 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_Library_Library,emboleobj)) $(eval $(call gb_Library_use_custom_headers,emboleobj,\ officecfg/registry \ )) $(eval $(call gb_Library_set_componentfile,emboleobj,embeddedobj/source/msole/emboleobj$(if $(filter WNT,$(OS)),.windows),services)) $(eval $(call gb_Library_set_include,emboleobj,\ -I$(SRCDIR)/embeddedobj/source/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_external,emboleobj,boost_headers)) $(eval $(call gb_Library_use_sdk_api,emboleobj)) $(eval $(call gb_Library_use_libraries,emboleobj,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ utl \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,emboleobj,\ embeddedobj/source/msole/closepreventer \ embeddedobj/source/msole/oleembed \ embeddedobj/source/msole/olemisc \ embeddedobj/source/msole/olepersist \ embeddedobj/source/msole/olevisual \ embeddedobj/source/msole/ownview \ embeddedobj/source/msole/xolefactory \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_libraries,emboleobj,\ embobj \ )) $(eval $(call gb_Library_use_system_win32_libs,emboleobj,\ gdi32 \ ole32 \ oleaut32 \ oledlg \ uuid \ )) $(eval $(call gb_Library_add_exception_objects,emboleobj,\ embeddedobj/source/msole/advisesink \ embeddedobj/source/msole/graphconvert \ embeddedobj/source/msole/olecomponent \ embeddedobj/source/msole/olewrapclient \ embeddedobj/source/msole/xdialogcreator \ )) endif # vim: set noet sw=4 ts=4: alue='distro/cib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/CppunitTest_chart2_import.mk
AgeCommit message (Expand)Author
2021-06-15Split CppunitTest_chart2_import into twoXisco Fauli
2020-09-22Move MimeContentTypeFactory into vclJan-Marek Glogowski
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-18No reason to silently misbehave when these UNO services are missingStephan Bergmann
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-07-28Revert "temp tinderbox fix"Caolán McNamara
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl
2015-02-18Missing dependencyStephan Bergmann
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida
2014-06-10fdo#79676: Write unit test for this.Kohei Yoshida
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-05-01Simplify type detectorsMaxim Monastirsky
2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist
2013-12-31svx: Use constructor feature for SvXMLGraphicImportExportHelper.Matúš Kukan
2013-12-13Added OOXML Unit Test framework for Chart module for export.Pallavi Jadhav
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-11-01Unit test for Docx Chart Series NameVinaya Mandke
2013-10-30Unit tests for Chart Series NameVinaya Mandke
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan
2013-09-20fix unit test failureCaolán McNamara
2013-05-13Fix namingStephan Bergmann