# -*- 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,sfx2_controlleritem)) $(eval $(call gb_CppunitTest_use_sdk_api,sfx2_controlleritem)) $(eval $(call gb_CppunitTest_add_exception_objects,sfx2_controlleritem, \ sfx2/qa/cppunit/test_controlleritem \ )) $(eval $(call gb_CppunitTest_use_externals,sfx2_controlleritem, \ boost_headers \ )) $(eval $(call gb_CppunitTest_use_libraries,sfx2_controlleritem, \ cppu \ cppuhelper \ sal \ sfx \ )) # vim: set noet sw=4 ts=4: n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/io/test
AgeCommit message (Expand)Author
2018-07-23Fix typosAndrea Gelmini
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle
2018-01-24Fix typosAndrea Gelmini
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-23com::sun::star->css in ioNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-08-19io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-06-02fdo#68849: Add header guards to all include filesJens Carl
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-04-22second test should be DataOutputStreamStephan Bergmann
2014-02-26Remove visual noise from ioAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms