# -*- 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,vcl_pdfexport)) $(eval $(call gb_CppunitTest_add_exception_objects,vcl_pdfexport, \ vcl/qa/cppunit/pdfexport/pdfexport \ )) $(eval $(call gb_CppunitTest_use_sdk_api,vcl_pdfexport)) $(eval $(call gb_CppunitTest_use_libraries,vcl_pdfexport, \ comphelper \ cppu \ cppuhelper \ sal \ test \ unotest \ utl \ tl \ vcl \ xmlsecurity \ )) $(eval $(call gb_CppunitTest_use_external,vcl_pdfexport,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,vcl_pdfexport)) $(eval $(call gb_CppunitTest_use_ure,vcl_pdfexport)) $(eval $(call gb_CppunitTest_use_vcl,vcl_pdfexport)) $(eval $(call gb_CppunitTest_use_rdb,vcl_pdfexport,services)) $(eval $(call gb_CppunitTest_use_configuration,vcl_pdfexport)) # vim: set noet sw=4 ts=4: .1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/UnoControls
AgeCommit message (Expand)Author
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-04Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-05remove unused #include awt/InvalidateStyle.hppMichael Stahl
2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-08TyposJulien Nabet
2015-02-28TyposJulien Nabet
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-09Fix of a few typosAndrea Gelmini
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-12-16Daft += "\0" triggers assertStephan Bergmann
2014-12-16Daft "\0" triggers assert in OUString literal ctorStephan Bergmann
2014-12-16Missing UnoControls/MakefileStephan Bergmann
2014-12-04Kill the libreofficekit static library / shim.c.Andrzej Hunt
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin