# -*- 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 \ drawinglayercore \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sb \ sc \ sfx \ sot \ subsequenttest \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ ucbhelper \ unotest \ utl \ $(call gb_Helper_optional,SCRIPTING, \ 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: distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/inc/classes/protocolhandlercache.hxx
AgeCommit message (Expand)Author
2024-03-22improve loplugin:staticmethodsNoel Grandin
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2021-11-26loplugin:stringliteraldefine in frameworkNoel Grandin
2021-06-26loplugin:finalclasses in frameworkNoel Grandin
2021-05-31no need to allocate these separatelyNoel Grandin
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC
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-03-23make more classes private in mergedlibs modeNoel Grandin
2019-11-19make some classes module-privateNoel Grandin
2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen
2019-01-29framework: avoid crashing in ~HandlerCFGAccess() in atexit()Michael Stahl
2018-12-19HandlerCFGAccess::read should take referencesNoel Grandin
2018-09-04loplugin:useuniqueptr in HandlerCacheNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in frameworkNoel Grandin
2016-04-07Resolve OUStringList typedefStephan Bergmann
2016-04-07Remove junk that erroneously remained in previous commitStephan Bergmann
2016-04-07dllexport class deriving from template means trouble with MSVCStephan Bergmann
2016-04-07Get rid of BaseHash wrapper (to unbreak Windows build)Stephan Bergmann
2015-11-02loplugin:stringconstantNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann
2014-04-27automaticly -> automatically.Jan Holesovsky
2014-04-07framework: sal_Bool->boolNoel Grandin
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann