xref: /aoo42x/main/cppu/util/cppu.map (revision 7aab1a1c)
1UDK_3_0_0 {
2	global:
3		typelib_typedescription_new;
4		typelib_typedescription_newInterface;
5		typelib_typedescription_newInterfaceMethod;
6		typelib_typedescription_newInterfaceAttribute;
7		typelib_typedescription_newEnum;
8		typelib_typedescription_newUnion;
9		typelib_typedescription_newArray;
10		typelib_typedescription_acquire;
11		typelib_typedescription_release;
12		typelib_typedescription_register;
13		typelib_typedescription_equals;
14		typelib_typedescription_isAssignableFrom;
15		typelib_typedescription_getByName;
16		typelib_typedescription_registerCallback;
17		typelib_typedescription_revokeCallback;
18		typelib_typedescriptionreference_new;
19		typelib_typedescriptionreference_acquire;
20		typelib_typedescriptionreference_release;
21		typelib_typedescriptionreference_getDescription;
22		typelib_typedescriptionreference_equals;
23		typelib_typedescriptionreference_assign;
24		typelib_typedescriptionreference_isAssignableFrom;
25
26		typelib_setCacheSize;
27
28		typelib_typedescriptionreference_newByAsciiName;
29		typelib_static_type_getByTypeClass;
30		typelib_static_type_init;
31		typelib_static_sequence_type_init;
32		typelib_static_compound_type_init;
33		typelib_static_interface_type_init;
34		typelib_static_enum_type_init;
35		typelib_static_array_type_init;
36		typelib_typedescription_complete;
37
38		uno_equalData;
39		uno_type_equalData;
40		uno_constructData;
41		uno_type_constructData;
42		uno_destructData;
43		uno_type_destructData;
44		uno_copyData;
45		uno_type_copyData;
46		uno_copyAndConvertData;
47		uno_type_copyAndConvertData;
48		uno_assignData;
49		uno_type_assignData;
50		uno_type_isAssignableFromData;
51
52		uno_any_assign;
53		uno_type_any_assign;
54		uno_any_construct;
55		uno_type_any_construct;
56		uno_any_constructAndConvert;
57		uno_type_any_constructAndConvert;
58		uno_any_destruct;
59		uno_any_clear;
60
61		uno_sequence_assign;
62		uno_type_sequence_assign;
63		uno_sequence_construct;
64		uno_type_sequence_construct;
65		uno_sequence_reference2One;
66		uno_type_sequence_reference2One;
67		uno_sequence_realloc;
68		uno_type_sequence_realloc;
69
70		uno_createEnvironment;
71		uno_getEnvironment;
72		uno_getRegisteredEnvironments;
73		uno_dumpEnvironment;
74		uno_dumpEnvironmentByName;
75		uno_getMapping;
76		uno_getMappingByName;
77		uno_registerMapping;
78		uno_revokeMapping;
79		uno_registerMappingCallback;
80		uno_revokeMappingCallback;
81
82		uno_getCurrentContext;
83		uno_setCurrentContext;
84
85		uno_bindIdToCurrentThread;
86		uno_getIdOfCurrentThread;
87		uno_releaseIdFromCurrentThread;
88		uno_threadpool_enter;
89		uno_threadpool_create;
90		uno_threadpool_destroy;
91		uno_threadpool_putJob;
92		uno_threadpool_dispose;
93		uno_threadpool_attach;
94		uno_threadpool_detach;
95
96		cppu_unsatisfied_iquery_msg;
97	local:
98		*;
99};
100
101UDK_3.1 {
102    global:
103        typelib_static_mi_interface_type_init;
104        typelib_static_struct_type_init;
105        typelib_typedescription_newExtendedInterfaceAttribute;
106        typelib_typedescription_newMIInterface;
107        typelib_typedescription_newStruct;
108	cppu_Any_extraction_failure_msg;
109} UDK_3_0_0;
110
111UDK_3.2 {
112	global:
113		uno_EnvDcp_getTypeName;
114        uno_EnvDcp_getPurpose;
115
116        uno_getCurrentEnvironment;
117        uno_Environment_invoke_v;
118        uno_Environment_invoke;
119        uno_Environment_enter;
120
121		uno_Environment_isValid;
122} UDK_3.1;
123
124UDK_3.3 {   # OOo 2.4
125    global:
126        cppu_unsatisfied_iset_msg;
127} UDK_3.2;
128