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