# -*- 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,sc_perfobj)) $(eval $(call gb_CppunitTest_use_external,sc_perfobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_perfobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_perfobj, \ sc/qa/perf/scperfobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_perfobj, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sb \ sc \ sfx \ sot \ subsequenttest \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ ucbhelper \ unotest \ utl \ vbahelper \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sc_perfobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sc_perfobj, \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_perfobj)) $(eval $(call gb_CppunitTest_use_ure,sc_perfobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_perfobj)) $(eval $(call gb_CppunitTest_use_rdb,sc_perfobj,services)) $(eval $(call gb_CppunitTest_use_configuration,sc_perfobj)) # vim: set noet sw=4 ts=4: option value='distro/cib/libreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dtrans
AgeCommit message (Expand)Author
2014-12-12fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-08spelling: instanciated -> instantiatedNoel Grandin
2014-10-02dtrans (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann
2014-08-25set names on the Win32-only threadsMichael Stahl
2014-08-01typo: more then -> more thanTakeshi Abe
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-22dtrans: sal_Bool->boolNoel Grandin
2014-04-15whitespace for include statementsThomas Arnhold
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-03-29typo: inteface -> interfaceThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from dtransAlexander Wilms
2014-02-25(a/A)utomaticaly -> (a/A)utomaticallyJulien Nabet
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21Resolves: #i124085# improved support for PNG clipboard format on windowsArmin Le Grand
2014-02-21Update comment.Jan Holesovsky
2014-02-20fdo#74584: These tags should be lowercase for correct clipboard handling.Kohei Yoshida
2014-02-04fdo#54938 Convert dtrans, remoteb., reportd., ucbhelper to cppu::supportsSer..Alexandre Vicenzi
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
2013-12-22Fix other typosJulien Nabet
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in DTRANS moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-10-15Resolves: #i123407# Do not insist on CF_DIBV5 for clipboard dataArmin Le Grand
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza
2013-09-29cppcheck: some cleaningsJulien Nabet
2013-09-04WaE: use number() instead of valueOf()Tor Lillqvist