# -*- 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,i18npool_defaultnumberingprovider)) $(eval $(call gb_CppunitTest_add_exception_objects,i18npool_defaultnumberingprovider, \ i18npool/qa/cppunit/test_defaultnumberingprovider \ )) $(eval $(call gb_CppunitTest_use_libraries,i18npool_defaultnumberingprovider, \ comphelper \ cppu \ sal \ test \ unotest \ utl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,i18npool_defaultnumberingprovider)) $(eval $(call gb_CppunitTest_use_ure,i18npool_defaultnumberingprovider)) $(eval $(call gb_CppunitTest_use_vcl,i18npool_defaultnumberingprovider)) $(eval $(call gb_CppunitTest_use_rdb,i18npool_defaultnumberingprovider,services)) $(eval $(call gb_CppunitTest_use_custom_headers,i18npool_defaultnumberingprovider,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,i18npool_defaultnumberingprovider)) # vim: set noet sw=4 ts=4: fice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper/xmlsignaturehelper.cxx
AgeCommit message (Expand)Author
2019-07-21loplugin:referencecasting in xmlsecurityNoel Grandin
2019-05-09tdf#42949 Fix IWYU warnings in xmlsecurity/*cxxGabor Kelemen
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin
2018-10-29xmlsignaturehelper: fix comments, no changeTomaž Vajngerl
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-01forcepoint#57 sanity check stream signature sizeCaolán McNamara
2018-08-01flatten conditionalsCaolán McNamara
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-05-24xmlsecurity: Ask current datetime only onceTakeshi Abe
2018-05-22tdf#83877 Add valid/invalid images to signaturesSamuel Mehrbrodt
2018-05-18tdf#83877 Write SignatureLineId to ODF & OOXML signaturesSamuel Mehrbrodt
2018-05-18tdf#109180 xmlsecurity nss: fix signing with ECDSA keyMiklos Vajna
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin
2017-11-03xmlsecurity: can hold UriBindingHelper by rtl::ReferenceMiklos Vajna
2017-10-23loplugin:includeform: xmlsecurityStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-17Fix warning for loext namespaceSamuel Mehrbrodt
2017-07-17gpg4libre: Wrap PGPOwner in own namespaceSamuel Mehrbrodt
2017-07-10tdf#108977 Show signature info also for keys we don't have locallySamuel Mehrbrodt
2017-06-29loplugin:oncevar variousNoel Grandin
2017-06-21gpg4libre: write PGPData info, get more metadata out for gpg keyThorsten Behrens
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-08loplugin:checkunusedparams in xmlsecurityNoel Grandin
2017-04-21xmlsecurity: remove no longer needed ImplXMLSignatureListenerMiklos Vajna
2017-03-23xmlsecurity: ImplXMLSignatureListener is only used with XMLSignatureHelperMiklos Vajna