/* -*- 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_CPPUHELPER_CPPUHELPERDLLAPI_H #define INCLUDED_CPPUHELPER_CPPUHELPERDLLAPI_H #include "sal/types.h" #if defined(CPPUHELPER_DLLIMPLEMENTATION) #define CPPUHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #else #define CPPUHELPER_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif #define CPPUHELPER_DLLPRIVATE SAL_DLLPRIVATE #endif // INCLUDED_CPPUHELPER_CPPUHELPERDLLAPI_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ fice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2023-04-11loplugin:stringaddStephan Bergmann
2023-03-24loplugin:stringadd in b*Noel Grandin
2023-03-22bridges: drop unnecessary debug messageIlmari Lauhakangas
2023-03-22tdf#130924 : replace debugging printf calls with SAL_INFO/SAL_WARNYousef_Rabia
2023-03-18tdf#130924 replace debugging fprintf calls with SAL_INFO/SAL_WARNektagoel12
2023-03-18bridges: add whitespace to SAL_INFOIlmari Lauhakangas
2023-03-02bridge linux x86-64 : remove useless includesArnaud Versini
2023-02-16android: Switch from GNU binutils to support NDK 23.x, require 21.xMichael Weghorn
2023-02-02osl::Mutex->std::mutex in JniUnoEnvironmentDataNoel Grandin
2023-02-01osl::Mutex->std::mutex in ExceptionInfosNoel Grandin
2023-01-27Remove Solaris 32-bit SPARC and x86 C++ UNO bridge implementationsStephan Bergmann
2023-01-27Remove support for 32-bit S390Stephan Bergmann
2023-01-27Remove support for AIXStephan Bergmann
2023-01-11bridges:Fixed test fail caused by bridges on the loongarch64wjh-la
2023-01-04Rudimentary support for dynamic_cast on UNO proxy objectsStephan Bergmann
2023-01-04Fix Itanium vtable constructionStephan Bergmann
2022-11-10Add riscv64 supportSakura286
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-07Fix register clobber information and simplify in the C++/UNO bridge for iOSTor Lillqvist
2022-08-22cid#1500671 silence Resource leakCaolán McNamara
2022-08-22cid#1500470 silence Resource leakCaolán McNamara