# -*- 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_UITest_UITest,calc_tests)) $(eval $(call gb_UITest_add_modules,calc_tests,$(SRCDIR)/sc/qa/uitest,\ calc_tests/ \ )) $(eval $(call gb_UITest_set_defs,calc_tests, \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \ )) # vim: set noet sw=4 ts=4: e
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
AgeCommit message (Expand)Author
2024-03-28update PCHs in xmlsecurityRafał Dobrakowski
2024-03-28Drop transitional header xmlsecurity/xmlsec-wrapper.hGabor Kelemen
2024-03-28tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2024-03-28Related: tdf#160184 clearly describe security riskPatrick Luby
2024-03-26tdf#160184 ask user if they want to trust an untrusted certificatePatrick Luby
2024-03-19tdf#159985 Warn about the need to reload file after changing macro security l...Rafael Lima
2024-03-05Related: tdf#152524 eliminate UserData struct name collisionPatrick Luby
2024-02-19hide more symbolsNoel Grandin
2024-02-07Don't reuse CertificateChooser instancesPatrick Luby
2023-12-15xmlsecurity: remove "AdES-compliant signature" checkboxMichael Stahl
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-11-27tdf#158302 fix build against system-libxml-2.12Miklos Vajna
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-09-19xmlsecurity : simplify DigitalSignatureArnaud VERSINI
2023-09-13loplugin:unusedmethodsNoel Grandin
2023-08-26Caching Certificates in the CertificateChooser dialog session-wiseTokieSan
2023-07-20Added searching and filtering features to certificate chooser dialogTokieSan
2023-07-11Allow selecting a custom certificate managerTokieSan
2023-06-24Certificate Manager button is hidden in case no manager exists.TokieSan
2023-06-09Update libxmlsec to 1.3.1Miklos Vajna
2023-04-28tdf#155034 Revert "Update libxmlsec to 1.3.0"Justin Luth
2023-04-25Update libxmlsec to 1.3.0Miklos Vajna
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-22loplugin:unocast (xmlsecurity::Certificate)Stephan Bergmann
2022-12-22loplugin:unocast (SignatureVerifierImpl)Stephan Bergmann
2022-11-29New loplugin:crosscastStephan Bergmann
2022-10-22use more TempFileFastService in xmlsecurityNoel Grandin
2022-09-29use more string_view in xmlsecurityNoel Grandin