# -*- 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_Library_Library,offacc)) $(eval $(call gb_Library_use_sdk_api,offacc)) $(eval $(call gb_Library_use_libraries,offacc,\ comphelper \ cppu \ cppuhelper \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,offacc,desktop/source/offacc/offacc)) $(eval $(call gb_Library_add_exception_objects,offacc,\ desktop/source/offacc/acceptor \ )) # vim: set ts=4 sw=4 et: '/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/comphelper/Library_comphelper.mk
AgeCommit message (Expand)Author
2018-10-02Move GetkeyBindingStrByXkeyBinding to comphelperSamuel Mehrbrodt
2018-05-31Introduce comphelper::Automation::AutomationInvokedZoneTor Lillqvist
2017-12-07gpg4libre: [API CHANGE] add storage helper for GPG encryption dataThorsten Behrens
2017-11-28tdf#109202: Convert images to desired format in (f)odt filterKatarina Behrens
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-16comphelper: move base64 encode/decode helpers from saxAshod Nakashian
2017-06-15comphelper: add a profiling APILászló Németh
2017-04-21add generic digest classMarkus Mohrhard
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-12[API-CHANGE] drop css.comp.logging.SimpleLogRingCaolán McNamara
2016-10-11profilesafe: Added zip deflate/inflateArmin Le Grand
2016-10-11profilesafe: Initial creation of BackupFileHelperArmin Le Grand
2016-04-22Add an interaction handler wrapper for simple file access.Giuseppe Castagno