# -*- 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_export_ooxml2)) $(eval $(call gb_CppunitTest_use_externals,sd_export_ooxml2,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_add_exception_objects,sd_export_ooxml2, \ sd/qa/unit/export-tests-ooxml2 \ )) $(eval $(call gb_CppunitTest_use_libraries,sd_export_ooxml2, \ $(call gb_Helper_optional,AVMEDIA,avmedia) \ 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_export_ooxml2,\ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sd_export_ooxml2)) $(eval $(call gb_CppunitTest_use_ure,sd_export_ooxml2)) $(eval $(call gb_CppunitTest_use_vcl,sd_export_ooxml2)) $(eval $(call gb_CppunitTest_use_rdb,sd_export_ooxml2,services)) $(eval $(call gb_CppunitTest_use_custom_headers,sd_export_ooxml2,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,sd_export_ooxml2)) $(eval $(call gb_CppunitTest_add_arguments,sd_export_ooxml2,\ -env:SVG_DISABLE_FONT_EMBEDDING= \ )) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppu/qa/cppumaker
e class='list nowrap'>
AgeCommit message (Expand)Author
AgeCommit message (Expand)Author
2015-01-19fdo#88465 PDF Import: fix scale and rotate image transformationsVort
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-18sdext: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15sdext: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-05fdo#38835 strip out OString globalsNoel Grandin
2014-11-26fix higher debug level buildCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14coverity#1019392 Uncaught exceptionCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-06Resolves: fdo#76581 copy-and-paste -> slideshow crash in presenter consoleCaolán McNamara
2014-11-05coverity#1019393 Uncaught exceptionCaolán McNamara
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-06convert to floating point before divideCaolán McNamara
2014-10-04coverity#1242725 Result is not floating-pointNorbert Thiebaud
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl
2014-10-02coverity#1242882 Result is not floating-pointCaolán McNamara
2014-09-26coverity#982849 try and fix Unrecoverable parse warningCaolán McNamara
2014-09-26what is it with the explicit voidsCaolán McNamara
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-08sdext: check the copy on the stack, not the memberMichael Stahl
2014-09-06Related fdo#82088: dropping aliases again :)Stefan Weiberg
2014-08-27Resolves: fdo#83137 NULL pActionCaolán McNamara
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-20fix string out-of-bounds assert on rhbz496762-1.pdfCaolán McNamara
2014-08-09fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-08-01avoid memory leakDavid Tardon
2014-08-01fix parsing of cmdline argsDavid Tardon