LibreOffice
LibreOffice 4.1 SDK C/C++ API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
uno
any2.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 the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*
9
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
#ifndef _UNO_ANY2_H_
20
#define _UNO_ANY2_H_
21
22
#include <
cppu/cppudllapi.h
>
23
#include <
uno/data.h
>
24
25
#ifdef __cplusplus
26
extern
"C"
27
{
28
#endif
29
30
#if defined( SAL_W32)
31
#pragma pack(push, 8)
32
#endif
33
34
struct
_typelib_TypeDescriptionReference
;
35
struct
_typelib_TypeDescription
;
36
struct
_uno_Mapping
;
37
40
typedef
struct
_uno_Any
41
{
44
struct
_typelib_TypeDescriptionReference
*
pType
;
49
void
*
pData
;
52
void
*
pReserved
;
53
}
uno_Any
;
54
55
#if defined( SAL_W32)
56
#pragma pack(pop)
57
#endif
58
70
CPPU_DLLPUBLIC
void
SAL_CALL
uno_any_assign
(
71
uno_Any
* pDest,
void
* pSource,
72
struct
_typelib_TypeDescription
* pTypeDescr,
73
uno_AcquireFunc
acquire,
uno_ReleaseFunc
release )
74
SAL_THROW_EXTERN_C
();
86
CPPU_DLLPUBLIC
void
SAL_CALL
uno_type_any_assign
(
87
uno_Any
* pDest,
void
* pSource,
88
struct
_typelib_TypeDescriptionReference
*
pType
,
89
uno_AcquireFunc
acquire,
uno_ReleaseFunc
release )
90
SAL_THROW_EXTERN_C
();
91
100
CPPU_DLLPUBLIC
void
SAL_CALL
uno_any_construct
(
101
uno_Any
* pDest,
void
* pSource,
102
struct
_typelib_TypeDescription
* pTypeDescr,
103
uno_AcquireFunc
acquire )
104
SAL_THROW_EXTERN_C
();
113
CPPU_DLLPUBLIC
void
SAL_CALL
uno_type_any_construct
(
114
uno_Any
* pDest,
void
* pSource,
115
struct
_typelib_TypeDescriptionReference
*
pType
,
116
uno_AcquireFunc
acquire )
117
SAL_THROW_EXTERN_C
();
118
126
CPPU_DLLPUBLIC
void
SAL_CALL
uno_any_constructAndConvert
(
127
uno_Any
* pDest,
void
* pSource,
128
struct
_typelib_TypeDescription
* pTypeDescr,
129
struct
_uno_Mapping
* mapping )
130
SAL_THROW_EXTERN_C
();
138
CPPU_DLLPUBLIC
void
SAL_CALL
uno_type_any_constructAndConvert
(
139
uno_Any
* pDest,
void
* pSource,
140
struct
_typelib_TypeDescriptionReference
*
pType
,
141
struct
_uno_Mapping
* mapping )
142
SAL_THROW_EXTERN_C
();
143
150
CPPU_DLLPUBLIC
void
SAL_CALL
uno_any_destruct
(
151
uno_Any
* pValue,
uno_ReleaseFunc
release )
152
SAL_THROW_EXTERN_C
();
153
160
CPPU_DLLPUBLIC
void
SAL_CALL
uno_any_clear
(
161
uno_Any
* pValue,
uno_ReleaseFunc
release )
162
SAL_THROW_EXTERN_C
();
163
164
#ifdef __cplusplus
165
}
166
#endif
167
168
#endif
169
170
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated on Mon Oct 21 2013 19:45:28 for LibreOffice by
1.8.4