summaryrefslogtreecommitdiff
path: root/include/oox/dllapi.h
blob: a03fd0b210aaa1c4cdf9b26911ed9dfea4205e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* -*- 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_OOX_DLLAPI_H
#define INCLUDED_OOX_DLLAPI_H

#include <sal/types.h>

#if defined OOX_DLLIMPLEMENTATION
#define OOX_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#else
#define OOX_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_sm.mk?h=feature/wasm&id=876c619b944dfbc88464045f1400c549a01a1164'>new module i18nlangtagEike Rathke 2013-02-15pch for Library_smLuboš Luňák 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2012-11-22AllSettings with LanguageTagEike Rathke 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan 2012-07-27factor out common code of SmOoxmlExport and SmRtfExport to SmWordExportBaseMiklos Vajna 2012-07-25export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH}Miklos Vajna 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-06-15tweak to capture recent changes in starmath and gbuildNorbert Thiebaud 2012-06-15hook for calling from .docx filter to starmath for writting formulasNorbert Thiebaud 2012-06-15Add consistent Emacs and vim mode linesNorbert Thiebaud 2012-06-15remove all traces of offuh from makefilesDavid Tardon 2012-06-15avoid object double include in starmathNorbert Thiebaud 2012-06-15convert starmath to gnumakeNorbert Thiebaud 2012-06-15revert gmk4 mismergeNorbert Thiebaud