# -*- 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_CppunitTest_CppunitTest,sd_svg_export_tests)) $(eval $(call gb_CppunitTest_use_externals,sd_svg_export_tests,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_svg_export_tests)) $(eval $(call gb_CppunitTest_add_exception_objects,sd_svg_export_tests, \ sd/qa/unit/SVGExportTests \ )) $(eval $(call gb_CppunitTest_use_libraries,sd_svg_export_tests, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sd \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sd_svg_export_tests,\ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sd_svg_export_tests)) $(eval $(call gb_CppunitTest_use_ure,sd_svg_export_tests)) $(eval $(call gb_CppunitTest_use_vcl,sd_svg_export_tests)) $(eval $(call gb_CppunitTest_use_rdb,sd_svg_export_tests,services)) $(eval $(call gb_CppunitTest_use_configuration,sd_svg_export_tests)) # vim: set noet sw=4 ts=4: reoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)Author
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-02UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded themCédric Bosdonnat
2012-07-02CMIS UCP: show some caught exceptions in ucpcmis.INFOCédric Bosdonnat
2012-07-01Remove unused definesThomas Arnhold
2012-06-30Some cppcheck cleaningJulien Nabet
2012-06-29Fix java "unchecked conversion" warning in UCB moduleNoel Grandin
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-29UCP CMIS: avoid breaking the media type when saving a documentCédric Bosdonnat
2012-06-29Remove some more include guardsThomas Arnhold
2012-06-29Remove UNO includes commentsThomas Arnhold
2012-06-28CMIS UCP: fixed save as which was broken by bad exceptions catchingCédric Bosdonnat
2012-06-28CMIS UCP: cached session id change was not impacted on all constructorsCédric Bosdonnat
2012-06-28CMIS UCP: strings coming from libcmis are UTF-8, not asciiCédric Bosdonnat
2012-06-28CMIS UCP: oops, read-only check has been reversed somehowCédric Bosdonnat
2012-06-27CMIS UCP: session cache, better use the binding URL + repo Id as idCédric Bosdonnat
2012-06-27Remove unused include filesThomas Arnhold
2012-06-27CMIS UCP: Use the URL host as ID for cached sessionsCédric Bosdonnat
2012-06-26cmisucp: catch the exception when getting CMIS objectCédric Bosdonnat
2012-06-26removed unused forward declarations of classTakeshi Abe
2012-06-25Remove various commented out definesThomas Arnhold
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-14CMIS UCP: fixed Save As into a CMIS repoCédric Bosdonnat
2012-06-12rhbz#678440: Always include User-Agent to avoid 403 from picky serversStephan Bergmann
2012-06-12nuke dead codeTakeshi Abe