# -*- 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_CppunitScreenShot,desktop_dialogs_test)) $(eval $(call gb_CppunitTest_add_exception_objects,desktop_dialogs_test, \ desktop/qa/unit/desktop-dialogs-test \ )) $(eval $(call gb_CppunitTest_use_sdk_api,desktop_dialogs_test)) $(eval $(call gb_CppunitTest_set_include,desktop_dialogs_test,\ -I$(SRCDIR)/desktop/source/inc \ -I$(SRCDIR)/desktop/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_libraries,desktop_dialogs_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ i18nlangtag \ i18nutil \ msfilter \ oox \ sal \ salhelper \ sax \ sfx \ sot \ svl \ svt \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_use_external,desktop_dialogs_test,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,desktop_dialogs_test)) $(eval $(call gb_CppunitTest_use_ure,desktop_dialogs_test)) $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,desktop_dialogs_test)) $(eval $(call gb_CppunitTest_use_rdb,desktop_dialogs_test,services)) $(eval $(call gb_CppunitTest_use_configuration,desktop_dialogs_test)) $(eval $(call gb_CppunitTest_use_uiconfigs,desktop_dialogs_test,\ desktop \ )) # vim: set noet sw=4 ts=4: /libreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svtools/svparser.hxx
AgeCommit message (Expand)Author
2023-08-07ofz#57384 TimeoutCaolán McNamara
2023-02-09ofz#55798 TimeoutCaolán McNamara
2022-07-14clang-tidy modernize-pass-by-value in svtoolsNoel Grandin
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen
2021-12-10tdf#146048: detect UTF-16 without BOMMike Kaganski
2021-11-04use more DECL_DLLPRIVATE_LINKNoel Grandin
2021-07-17move BuildWhichTable and simplifyNoel Grandin
2021-05-02sal_uLong->sal_uInt32 in SvParserNoel Grandin
2020-11-19tdf#124176 use pragma once instead of include guardsRoman Kuznetsov
2020-10-19use tools::Long in svtoolsNoel
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2018-10-15loplugin:staticconstfield improvementsNoel Grandin
2018-08-03loplugin:useuniqueptr in SvParserNoel Grandin
2018-03-27another stab at the ofx infinite rtf loopCaolán McNamara
2018-03-27Resolves: tdf#116540 Revert "ofz infinite loop"Caolán McNamara
2018-02-02svtools: SvParser<T>::NextToken() can be pure-virtualMiklos Vajna
2017-11-06ofz infinite loopCaolán McNamara
2017-07-19loplugin:constparams in svtoolsNoel Grandin
2017-05-12tdf#75280 replace uses of sal_uLongJochen Nitschke
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-14convert SvParserState to scoped enumNoel Grandin
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-24loplugin:singlevalfields in svtoolsNoel Grandin