/* -*- 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 INCLUDED_BASICDLLAPI_H #define INCLUDED_BASICDLLAPI_H #include "sal/types.h" #if defined(BASIC_DLLIMPLEMENTATION) #define BASIC_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #else #define BASIC_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif #define BASIC_DLLPRIVATE SAL_DLLPRIVATE #endif /* INCLUDED_BASICDLLAPI_H */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ name='h' onchange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoil
AgeCommit message (Expand)Author
2018-04-16Use https instead of httpGulsah Kose
2017-11-24tdf#113787: always require version file with config for CLI assembliesMichael Stahl
2017-08-16tdf#108709 cli_ure,unoil: bump CLI assembly versions for 5.4Michael Stahl
2017-08-16cli_ure,unoil: always increment all CLI assembly version numbersMichael Stahl
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky
2015-12-01Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky
2013-10-30cli_ure: remove CLI version PackagesMichael Stahl
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-10-28unoil: build cli_oootypes.dll via CliUnoApiMichael Stahl
2013-10-25gbuild: refactor UnoApi to remove rdb files from OUTDIRMichael Stahl
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-04-29climaker no longer needs *.rdb.oldformat input filesStephan Bergmann
2013-04-24More "Let climaker work on *.rdb.oldformat for now"Stephan Bergmann
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-11[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann