/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. */ #ifndef CONFIG_CXXABI_H #define CONFIG_CXXABI_H #define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 0 #define HAVE_CXXABI_H_CLASS_TYPE_INFO 0 #define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 0 #define HAVE_CXXABI_H_CXA_EH_GLOBALS 0 #define HAVE_CXXABI_H_CXA_EXCEPTION 0 #define HAVE_CXXABI_H_CXA_GET_GLOBALS 0 #define HAVE_CXXABI_H_CXA_CURRENT_EXCEPTION_TYPE 0 #define HAVE_CXXABI_H_CXA_THROW 0 #define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 0 #define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 0 #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ce-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/util
AgeCommit message (Expand)Author
2022-01-03Split xmlsecurity components based on the configJan-Marek Glogowski
2018-07-06xmlsecurity: convert last non-uno-consturctor based serviceMiklos Vajna
2018-04-27xmlsecurity: remove duplicated Windows-specific component fileMiklos Vajna
2018-04-26xmlsecurity mscrypto: create SEInitializer instances with a constructorMiklos Vajna
2018-04-13xmlsecurity nss: create SEInitializer instances with a constructorMiklos Vajna
2018-04-07xmlsecurity mscrypt: create SecurityEnvironment instances with a constructorMiklos Vajna
2018-03-29xmlsecurity nss: create SecurityEnvironment instances with a constructorMiklos Vajna
2018-03-22xmlsecurity: create XMLDocumentWrapper instances with a constructorMiklos Vajna
2018-03-02xmlsecurity: create XMLElementWrapper instances with a constructorMiklos Vajna
2018-03-01xmlsecurity mscrypt: create XMLSecurityContext instances with a constructorMiklos Vajna
2018-02-26xmlsecurity nss: create XMLSecurityContext instances with a constructorMiklos Vajna
2018-02-23tdf#115374: add GPG SEInitializer service for WindowsThorsten Behrens
2018-02-23xmlsecurity mscrypt: create XMLSignature instances with a constructorMiklos Vajna
2018-02-14xmlsecurity nss: create XMLSignature instances with a constructorMiklos Vajna
2018-02-07xmlsecurity: create CertificateContainer instances with a constructorMiklos Vajna
2018-02-04xmlsecurity: create DocumentDigitalSignatures instances with a constructorMiklos Vajna
2017-12-14[API CHANGE] offapi: remove unused css.security.SerialNumberAdapterMiklos Vajna
2017-12-06Restore GPG SEInitializer serviceKatarina Behrens
2017-07-19[API CHANGE] offapi: remove unused css.xml.crypto.XMLEncryptionMiklos Vajna
2017-06-21gpg4libre: Make signature dialog work with two signing servicesSamuel Mehrbrodt
2017-06-21gpg4libre: share static xmlsec lib between nss and gpgThorsten Behrens
2017-05-18gpg4libre: fix windows buildThorsten Behrens
2017-05-18gpg4libre: initial GPG signature generationThorsten Behrens
2017-03-16gpg4libre: No need to create separate idl files for gpg servicesSamuel Mehrbrodt
2017-03-04gpg4libre: List and view GPG keysSamuel Mehrbrodt
2017-01-26[API CHANGE] offapi: remove unused xsec_fw UNO servicesMiklos Vajna
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann