LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
g
i
l
m
o
p
q
r
s
t
u
w
+
Functions
a
b
c
d
e
g
i
l
m
o
p
q
r
s
t
w
Variables
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
+
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
~
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
u
v
x
y
Typedefs
Enumerations
+
Enumerator
d
e
f
i
l
r
s
u
v
+
Related Functions
c
d
i
o
p
t
v
+
Files
File List
+
File Members
+
All
_
c
g
h
m
o
p
r
s
t
u
+
Functions
c
g
o
r
s
t
u
Variables
+
Typedefs
c
o
r
s
t
u
+
Enumerations
_
o
r
+
Enumerator
o
r
s
t
+
Macros
c
m
o
p
r
s
u
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
cppu
cppudllapi.h
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of LibreOffice published API.
4
*/
5
#ifndef INCLUDED_CPPU_CPPUDLLAPI_H
6
#define INCLUDED_CPPU_CPPUDLLAPI_H
7
8
#include "
sal/types.h
"
9
10
#if defined(CPPU_DLLIMPLEMENTATION)
11
#define CPPU_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
12
#else
13
#define CPPU_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
14
#endif
15
16
#if defined(PURPENV_DLLIMPLEMENTATION)
17
#define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
18
#else
19
#define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
20
#endif
21
22
#endif // INCLUDED_CPPU_CPPUDLLAPI_H
23
24
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
types.h
Generated by
1.8.14