xref: /aoo42x/main/cppu/util/cppu.map (revision 45ef6fe1)
1*45ef6fe1SAndrew Rist###############################################################
2*45ef6fe1SAndrew Rist#
3*45ef6fe1SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*45ef6fe1SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*45ef6fe1SAndrew Rist#  distributed with this work for additional information
6*45ef6fe1SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*45ef6fe1SAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*45ef6fe1SAndrew Rist#  "License"); you may not use this file except in compliance
9*45ef6fe1SAndrew Rist#  with the License.  You may obtain a copy of the License at
10*45ef6fe1SAndrew Rist#
11*45ef6fe1SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*45ef6fe1SAndrew Rist#
13*45ef6fe1SAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*45ef6fe1SAndrew Rist#  software distributed under the License is distributed on an
15*45ef6fe1SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*45ef6fe1SAndrew Rist#  KIND, either express or implied.  See the License for the
17*45ef6fe1SAndrew Rist#  specific language governing permissions and limitations
18*45ef6fe1SAndrew Rist#  under the License.
19*45ef6fe1SAndrew Rist#
20*45ef6fe1SAndrew Rist###############################################################
21cdf0e10cSrcweirUDK_3_0_0 {
22cdf0e10cSrcweir	global:
23cdf0e10cSrcweir		typelib_typedescription_new;
24cdf0e10cSrcweir		typelib_typedescription_newInterface;
25cdf0e10cSrcweir		typelib_typedescription_newInterfaceMethod;
26cdf0e10cSrcweir		typelib_typedescription_newInterfaceAttribute;
27cdf0e10cSrcweir		typelib_typedescription_newEnum;
28cdf0e10cSrcweir		typelib_typedescription_newUnion;
29cdf0e10cSrcweir		typelib_typedescription_newArray;
30cdf0e10cSrcweir		typelib_typedescription_acquire;
31cdf0e10cSrcweir		typelib_typedescription_release;
32cdf0e10cSrcweir		typelib_typedescription_register;
33cdf0e10cSrcweir		typelib_typedescription_equals;
34cdf0e10cSrcweir		typelib_typedescription_isAssignableFrom;
35cdf0e10cSrcweir		typelib_typedescription_getByName;
36cdf0e10cSrcweir		typelib_typedescription_registerCallback;
37cdf0e10cSrcweir		typelib_typedescription_revokeCallback;
38cdf0e10cSrcweir		typelib_typedescriptionreference_new;
39cdf0e10cSrcweir		typelib_typedescriptionreference_acquire;
40cdf0e10cSrcweir		typelib_typedescriptionreference_release;
41cdf0e10cSrcweir		typelib_typedescriptionreference_getDescription;
42cdf0e10cSrcweir		typelib_typedescriptionreference_equals;
43cdf0e10cSrcweir		typelib_typedescriptionreference_assign;
44cdf0e10cSrcweir		typelib_typedescriptionreference_isAssignableFrom;
45cdf0e10cSrcweir
46cdf0e10cSrcweir		typelib_setCacheSize;
47cdf0e10cSrcweir
48cdf0e10cSrcweir		typelib_typedescriptionreference_newByAsciiName;
49cdf0e10cSrcweir		typelib_static_type_getByTypeClass;
50cdf0e10cSrcweir		typelib_static_type_init;
51cdf0e10cSrcweir		typelib_static_sequence_type_init;
52cdf0e10cSrcweir		typelib_static_compound_type_init;
53cdf0e10cSrcweir		typelib_static_interface_type_init;
54cdf0e10cSrcweir		typelib_static_enum_type_init;
55cdf0e10cSrcweir		typelib_static_array_type_init;
56cdf0e10cSrcweir		typelib_typedescription_complete;
57cdf0e10cSrcweir
58cdf0e10cSrcweir		uno_equalData;
59cdf0e10cSrcweir		uno_type_equalData;
60cdf0e10cSrcweir		uno_constructData;
61cdf0e10cSrcweir		uno_type_constructData;
62cdf0e10cSrcweir		uno_destructData;
63cdf0e10cSrcweir		uno_type_destructData;
64cdf0e10cSrcweir		uno_copyData;
65cdf0e10cSrcweir		uno_type_copyData;
66cdf0e10cSrcweir		uno_copyAndConvertData;
67cdf0e10cSrcweir		uno_type_copyAndConvertData;
68cdf0e10cSrcweir		uno_assignData;
69cdf0e10cSrcweir		uno_type_assignData;
70cdf0e10cSrcweir		uno_type_isAssignableFromData;
71cdf0e10cSrcweir
72cdf0e10cSrcweir		uno_any_assign;
73cdf0e10cSrcweir		uno_type_any_assign;
74cdf0e10cSrcweir		uno_any_construct;
75cdf0e10cSrcweir		uno_type_any_construct;
76cdf0e10cSrcweir		uno_any_constructAndConvert;
77cdf0e10cSrcweir		uno_type_any_constructAndConvert;
78cdf0e10cSrcweir		uno_any_destruct;
79cdf0e10cSrcweir		uno_any_clear;
80cdf0e10cSrcweir
81cdf0e10cSrcweir		uno_sequence_assign;
82cdf0e10cSrcweir		uno_type_sequence_assign;
83cdf0e10cSrcweir		uno_sequence_construct;
84cdf0e10cSrcweir		uno_type_sequence_construct;
85cdf0e10cSrcweir		uno_sequence_reference2One;
86cdf0e10cSrcweir		uno_type_sequence_reference2One;
87cdf0e10cSrcweir		uno_sequence_realloc;
88cdf0e10cSrcweir		uno_type_sequence_realloc;
89cdf0e10cSrcweir
90cdf0e10cSrcweir		uno_createEnvironment;
91cdf0e10cSrcweir		uno_getEnvironment;
92cdf0e10cSrcweir		uno_getRegisteredEnvironments;
93cdf0e10cSrcweir		uno_dumpEnvironment;
94cdf0e10cSrcweir		uno_dumpEnvironmentByName;
95cdf0e10cSrcweir		uno_getMapping;
96cdf0e10cSrcweir		uno_getMappingByName;
97cdf0e10cSrcweir		uno_registerMapping;
98cdf0e10cSrcweir		uno_revokeMapping;
99cdf0e10cSrcweir		uno_registerMappingCallback;
100cdf0e10cSrcweir		uno_revokeMappingCallback;
101cdf0e10cSrcweir
102cdf0e10cSrcweir		uno_getCurrentContext;
103cdf0e10cSrcweir		uno_setCurrentContext;
104cdf0e10cSrcweir
105cdf0e10cSrcweir		uno_bindIdToCurrentThread;
106cdf0e10cSrcweir		uno_getIdOfCurrentThread;
107cdf0e10cSrcweir		uno_releaseIdFromCurrentThread;
108cdf0e10cSrcweir		uno_threadpool_enter;
109cdf0e10cSrcweir		uno_threadpool_create;
110cdf0e10cSrcweir		uno_threadpool_destroy;
111cdf0e10cSrcweir		uno_threadpool_putJob;
112cdf0e10cSrcweir		uno_threadpool_dispose;
113cdf0e10cSrcweir		uno_threadpool_attach;
114cdf0e10cSrcweir		uno_threadpool_detach;
115cdf0e10cSrcweir
116cdf0e10cSrcweir		cppu_unsatisfied_iquery_msg;
117cdf0e10cSrcweir	local:
118cdf0e10cSrcweir		*;
119cdf0e10cSrcweir};
120cdf0e10cSrcweir
121cdf0e10cSrcweirUDK_3.1 {
122cdf0e10cSrcweir    global:
123cdf0e10cSrcweir        typelib_static_mi_interface_type_init;
124cdf0e10cSrcweir        typelib_static_struct_type_init;
125cdf0e10cSrcweir        typelib_typedescription_newExtendedInterfaceAttribute;
126cdf0e10cSrcweir        typelib_typedescription_newMIInterface;
127cdf0e10cSrcweir        typelib_typedescription_newStruct;
128cdf0e10cSrcweir	cppu_Any_extraction_failure_msg;
129cdf0e10cSrcweir} UDK_3_0_0;
130cdf0e10cSrcweir
131cdf0e10cSrcweirUDK_3.2 {
132cdf0e10cSrcweir	global:
133cdf0e10cSrcweir		uno_EnvDcp_getTypeName;
134cdf0e10cSrcweir        uno_EnvDcp_getPurpose;
135cdf0e10cSrcweir
136cdf0e10cSrcweir        uno_getCurrentEnvironment;
137cdf0e10cSrcweir        uno_Environment_invoke_v;
138cdf0e10cSrcweir        uno_Environment_invoke;
139cdf0e10cSrcweir        uno_Environment_enter;
140cdf0e10cSrcweir
141cdf0e10cSrcweir		uno_Environment_isValid;
142cdf0e10cSrcweir} UDK_3.1;
143cdf0e10cSrcweir
144cdf0e10cSrcweirUDK_3.3 {   # OOo 2.4
145cdf0e10cSrcweir    global:
146cdf0e10cSrcweir        cppu_unsatisfied_iset_msg;
147cdf0e10cSrcweir} UDK_3.2;
148