# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2012 Matúš Kukan (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Library_Library,emser)) $(eval $(call gb_Library_set_componentfile,emser,embedserv/util/emser)) $(eval $(call gb_Library_set_include,emser,\ -I$(SRCDIR)/embedserv/source/inc \ -I$(ATL_INCLUDE) \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_defs,emser,\ -UNOMINMAX \ )) $(eval $(call gb_Library_use_sdk_api,emser)) $(eval $(call gb_Library_use_libraries,emser,\ comphelper \ cppu \ cppuhelper \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_system_win32_libs,emser,\ gdi32 \ ole32 \ oleaut32 \ uuid \ )) ifeq ($(USE_DEBUG_RUNTIME),) $(eval $(call gb_Library_add_libs,emser,\ $(ATL_LIB)/atls.lib \ )) else $(eval $(call gb_Library_add_libs,emser,\ $(ATL_LIB)/atlsd.lib \ )) endif $(eval $(call gb_Library_add_ldflags,emser,\ -LIBPATH:$(ATL_LIB) \ )) $(eval $(call gb_Library_add_exception_objects,emser,\ embedserv/source/embed/docholder \ embedserv/source/embed/ed_idataobj \ embedserv/source/embed/ed_iinplace \ embedserv/source/embed/ed_ioleobject \ embedserv/source/embed/ed_ipersiststr \ embedserv/source/embed/esdll \ embedserv/source/embed/guid \ embedserv/source/embed/iipaobj \ embedserv/source/embed/intercept \ embedserv/source/embed/register \ embedserv/source/embed/servprov \ embedserv/source/embed/syswinwrapper \ embedserv/source/embed/tracker \ )) # vim: set noet sw=4 ts=4: ue='distro/collabora/co-24.04'>distro/collabora/co-24.04 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
AgeCommit message (Expand)Author
2021-10-29Make Certificate not found dialog asyncSzymon Kłos
2021-10-29Make View Certificate sub-dialog asyncSzymon Kłos
2021-10-29Make View Certificate dialog asyncSzymon Kłos
2021-10-29jsdialog: enable Digital Signatures dialogSzymon Kłos
2021-03-04xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl
2021-03-04xmlsecurity: ignore elements in ds:Object that aren't signedMichael Stahl
2021-03-04xmlsecurity: XSecParser confused about multiple timestampsMichael Stahl
2020-11-19tdf#123936 Formatting files in module xmlsecurity with clang-formatPhilipp Hofer
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-11tdf#124176 Use #pragma once in xmlsecurityTRaXIn
2020-09-25xmlsecurity: fold pdfio into pdfsignaturehelperMiklos Vajna
2020-09-23Executable_pdfverify: use PDFSignatureHelper for signature verificationMiklos Vajna
2020-09-21update pchesCaolán McNamara
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara
2020-09-02move Edit into toolkit only headersCaolán McNamara
2020-08-27remove some unused includes and update pchesCaolán McNamara
2020-08-19update pchesCaolán McNamara
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara
2020-07-24xmlsecurity: detect unsigned incremental update between signaturesMiklos Vajna
2020-07-20compact namespace declNoel Grandin
2020-07-12update pchesCaolán McNamara
2020-06-25sd signature line: pass the model down to xmlsecurityMiklos Vajna
2020-06-05have just one way to set expander imageCaolán McNamara
2020-05-19oox, svx, sw, xmlsecurity: clang-format these filesMiklos Vajna
2020-05-10compact namespace in xmlhelp..xmlsecurityNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-26update pchesCaolán McNamara
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
2020-04-03loplugin:finalclasses in xmlsecurity..UnoControlsNoel Grandin
2020-02-09Fix typoAndrea Gelmini
2020-02-07Remove erroneous whitespace in update_pchMuhammet Kara
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2019-12-22loplugin:finalclasses in xmlsecurityNoel Grandin
2019-12-17Fix macro security UI usability problemsJan-Marek Glogowski
2019-11-29make some function symbols module privateNoel Grandin
2019-11-11remove a PCH for which the library has already been removedLuboš Luňák
2019-11-05make some classes module-privateNoel Grandin
2019-11-03find symbols that can be privateNoel Grandin
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara
2019-09-28loplugin:constmethod in xmlsecurityNoel Grandin
2019-07-31Fix typosAndrea Gelmini
2019-07-25Fix typosAndrea Gelmini
2019-07-24Fix typosAndrea Gelmini
2019-06-18loplugin:passstuffbyrefNoel Grandin
2019-06-04XSecController must be a complete type here (Windows --disable-pch)Stephan Bergmann