# -*- 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,io_textinputstream)) $(eval $(call gb_CppunitTest_add_exception_objects,io_textinputstream, \ io/qa/textinputstream \ )) $(eval $(call gb_CppunitTest_use_libraries,io_textinputstream, \ cppu \ cppuhelper \ sal \ unotest \ )) $(eval $(call gb_CppunitTest_use_udk_api,io_textinputstream)) $(eval $(call gb_CppunitTest_use_ure,io_textinputstream)) # vim: set noet sw=4 ts=4: 80'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/inc/helper
AgeCommit message (Expand)Author
2023-01-29use std:mutex in PropertySetContainerNoel Grandin
2022-09-28use more string_view in frameworkNoel Grandin
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2021-12-20osl::Mutex->std::mutex in WakeUpThreadNoel Grandin
2021-12-17Fix typosAndrea Gelmini
2021-11-10Fix typosAndrea Gelmini
2021-10-12Fix typoAndrea Gelmini
2021-10-11loplugin:moveparam in frameworkNoel Grandin
2021-09-21Remove some "Attention" comments of little valueStephan Bergmann
2021-08-12tdf#88205: Adapt uses of css::uno::Sequence to use initialize_list ctorZeynep Yavuz
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-07-22osl::Mutex->std::mutex in StatusIndicatorFactoryNoel Grandin
2021-07-07tdf#132740 improve TagWindowAsModifiedNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC
2021-03-23use single-use attribute for ContextChangeEventMultiplexerNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-13tdf#123936 Formatting files in module framework with clang-formatPhilipp Hofer
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen
2020-07-07make some symbols privateNoel Grandin
2020-07-04reduce number of framework librariesNoel Grandin
2020-06-29Call framework::Desktop::shutdown directlyStephan Bergmann
2020-05-08compact namespace in filter..frameworkNoel Grandin