xref: /trunk/main/udkapi/UnoApi_udkapi.mk (revision 31bbceb0f9d64c0c2c3b22a794a1666c1f33396e)
1*b63233d8Sdamjan###############################################################
2*b63233d8Sdamjan#
3*b63233d8Sdamjan#  Licensed to the Apache Software Foundation (ASF) under one
4*b63233d8Sdamjan#  or more contributor license agreements.  See the NOTICE file
5*b63233d8Sdamjan#  distributed with this work for additional information
6*b63233d8Sdamjan#  regarding copyright ownership.  The ASF licenses this file
7*b63233d8Sdamjan#  to you under the Apache License, Version 2.0 (the
8*b63233d8Sdamjan#  "License"); you may not use this file except in compliance
9*b63233d8Sdamjan#  with the License.  You may obtain a copy of the License at
10*b63233d8Sdamjan#
11*b63233d8Sdamjan#    http://www.apache.org/licenses/LICENSE-2.0
12*b63233d8Sdamjan#
13*b63233d8Sdamjan#  Unless required by applicable law or agreed to in writing,
14*b63233d8Sdamjan#  software distributed under the License is distributed on an
15*b63233d8Sdamjan#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b63233d8Sdamjan#  KIND, either express or implied.  See the License for the
17*b63233d8Sdamjan#  specific language governing permissions and limitations
18*b63233d8Sdamjan#  under the License.
19*b63233d8Sdamjan#
20*b63233d8Sdamjan###############################################################
21*b63233d8Sdamjan
22*b63233d8Sdamjan
23*b63233d8Sdamjan
24*b63233d8Sdamjan$(eval $(call gb_UnoApiTarget_UnoApiTarget,udkapi))
25*b63233d8Sdamjan
26*b63233d8Sdamjan$(eval $(call gb_UnoApiTarget_set_include,udkapi,\
27*b63233d8Sdamjan    $$(INCLUDE) \
28*b63233d8Sdamjan    -I$(SRCDIR)/udkapi \
29*b63233d8Sdamjan    -I$(OUTDIR)/idl \
30*b63233d8Sdamjan))
31*b63233d8Sdamjan
32*b63233d8Sdamjan$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,udkapi,\
33*b63233d8Sdamjan    udkapi/com/sun/star/beans/Introspection \
34*b63233d8Sdamjan    udkapi/com/sun/star/beans/PropertyBag \
35*b63233d8Sdamjan    udkapi/com/sun/star/beans/PropertySet \
36*b63233d8Sdamjan    udkapi/com/sun/star/bridge/Bridge \
37*b63233d8Sdamjan    udkapi/com/sun/star/bridge/BridgeFactory \
38*b63233d8Sdamjan    udkapi/com/sun/star/bridge/IiopBridge \
39*b63233d8Sdamjan    udkapi/com/sun/star/bridge/OleApplicationRegistration \
40*b63233d8Sdamjan    udkapi/com/sun/star/bridge/OleBridgeSupplier \
41*b63233d8Sdamjan    udkapi/com/sun/star/bridge/OleBridgeSupplier2 \
42*b63233d8Sdamjan    udkapi/com/sun/star/bridge/OleBridgeSupplierVar1 \
43*b63233d8Sdamjan    udkapi/com/sun/star/bridge/OleObjectFactory \
44*b63233d8Sdamjan    udkapi/com/sun/star/bridge/UrpBridge \
45*b63233d8Sdamjan    udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration \
46*b63233d8Sdamjan    udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier \
47*b63233d8Sdamjan    udkapi/com/sun/star/bridge/oleautomation/Factory \
48*b63233d8Sdamjan    udkapi/com/sun/star/corba/corba \
49*b63233d8Sdamjan    udkapi/com/sun/star/corba/giop/giop \
50*b63233d8Sdamjan    udkapi/com/sun/star/corba/iiop/iiop \
51*b63233d8Sdamjan    udkapi/com/sun/star/corba/iop/iop \
52*b63233d8Sdamjan    udkapi/com/sun/star/io/DataInputStream \
53*b63233d8Sdamjan    udkapi/com/sun/star/io/DataOutputStream \
54*b63233d8Sdamjan    udkapi/com/sun/star/io/MarkableInputStream \
55*b63233d8Sdamjan    udkapi/com/sun/star/io/MarkableOutputStream \
56*b63233d8Sdamjan    udkapi/com/sun/star/io/ObjectInputStream \
57*b63233d8Sdamjan    udkapi/com/sun/star/io/ObjectOutputStream \
58*b63233d8Sdamjan    udkapi/com/sun/star/io/Pipe \
59*b63233d8Sdamjan    udkapi/com/sun/star/io/Pump \
60*b63233d8Sdamjan    udkapi/com/sun/star/io/TextInputStream \
61*b63233d8Sdamjan    udkapi/com/sun/star/io/TextOutputStream \
62*b63233d8Sdamjan    udkapi/com/sun/star/java/JavaVirtualMachine \
63*b63233d8Sdamjan    udkapi/com/sun/star/lang/MultiServiceFactory \
64*b63233d8Sdamjan    udkapi/com/sun/star/lang/RegistryServiceManager \
65*b63233d8Sdamjan    udkapi/com/sun/star/lang/ServiceManager \
66*b63233d8Sdamjan    udkapi/com/sun/star/loader/Dynamic \
67*b63233d8Sdamjan    udkapi/com/sun/star/loader/Java \
68*b63233d8Sdamjan    udkapi/com/sun/star/loader/Java2 \
69*b63233d8Sdamjan    udkapi/com/sun/star/loader/SharedLibrary \
70*b63233d8Sdamjan    udkapi/com/sun/star/reflection/CoreReflection \
71*b63233d8Sdamjan    udkapi/com/sun/star/reflection/ProxyFactory \
72*b63233d8Sdamjan    udkapi/com/sun/star/reflection/TypeDescriptionManager \
73*b63233d8Sdamjan    udkapi/com/sun/star/reflection/TypeDescriptionProvider \
74*b63233d8Sdamjan    udkapi/com/sun/star/registry/DefaultRegistry \
75*b63233d8Sdamjan    udkapi/com/sun/star/registry/ImplementationRegistration \
76*b63233d8Sdamjan    udkapi/com/sun/star/registry/NestedRegistry \
77*b63233d8Sdamjan    udkapi/com/sun/star/registry/SimpleRegistry \
78*b63233d8Sdamjan    udkapi/com/sun/star/script/AllListenerAdapter \
79*b63233d8Sdamjan    udkapi/com/sun/star/script/Converter \
80*b63233d8Sdamjan    udkapi/com/sun/star/script/Engine \
81*b63233d8Sdamjan    udkapi/com/sun/star/script/Invocation \
82*b63233d8Sdamjan    udkapi/com/sun/star/script/InvocationAdapterFactory \
83*b63233d8Sdamjan    udkapi/com/sun/star/script/JavaScript \
84*b63233d8Sdamjan    udkapi/com/sun/star/security/AccessController \
85*b63233d8Sdamjan    udkapi/com/sun/star/security/Policy \
86*b63233d8Sdamjan    udkapi/com/sun/star/test/TestFactory \
87*b63233d8Sdamjan    udkapi/com/sun/star/udk-modules \
88*b63233d8Sdamjan    udkapi/com/sun/star/uno/NamingService \
89*b63233d8Sdamjan    udkapi/com/sun/star/util/BootstrapMacroExpander \
90*b63233d8Sdamjan    udkapi/com/sun/star/util/MacroExpander \
91*b63233d8Sdamjan    udkapi/com/sun/star/util/logging/Logger \
92*b63233d8Sdamjan    udkapi/com/sun/star/util/logging/LoggerRemote \
93*b63233d8Sdamjan    udkapi/com/sun/star/util/theMacroExpander \
94*b63233d8Sdamjan))
95*b63233d8Sdamjan
96*b63233d8Sdamjan$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,udkapi,\
97*b63233d8Sdamjan    udkapi/com/sun/star/bridge/UnoUrlResolver \
98*b63233d8Sdamjan    udkapi/com/sun/star/connection/Acceptor \
99*b63233d8Sdamjan    udkapi/com/sun/star/connection/Connector \
100*b63233d8Sdamjan    udkapi/com/sun/star/container/EnumerableMap \
101*b63233d8Sdamjan    udkapi/com/sun/star/io/SequenceInputStream \
102*b63233d8Sdamjan    udkapi/com/sun/star/io/SequenceOutputStream \
103*b63233d8Sdamjan    udkapi/com/sun/star/io/TempFile \
104*b63233d8Sdamjan    udkapi/com/sun/star/uri/ExternalUriReferenceTranslator \
105*b63233d8Sdamjan    udkapi/com/sun/star/uri/UriReferenceFactory \
106*b63233d8Sdamjan    udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand \
107*b63233d8Sdamjan    udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript \
108*b63233d8Sdamjan    udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory \
109*b63233d8Sdamjan))
110*b63233d8Sdamjan
111*b63233d8Sdamjan$(eval $(call gb_UnoApiTarget_add_idlfiles,udkapi,\
112*b63233d8Sdamjan    udkapi/com/sun/star/beans/Ambiguous \
113*b63233d8Sdamjan    udkapi/com/sun/star/beans/Defaulted \
114*b63233d8Sdamjan    udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult \
115*b63233d8Sdamjan    udkapi/com/sun/star/beans/GetPropertyTolerantResult \
116*b63233d8Sdamjan    udkapi/com/sun/star/beans/IllegalTypeException \
117*b63233d8Sdamjan    udkapi/com/sun/star/beans/IntrospectionException \
118*b63233d8Sdamjan    udkapi/com/sun/star/beans/MethodConcept \
119*b63233d8Sdamjan    udkapi/com/sun/star/beans/NamedValue \
120*b63233d8Sdamjan    udkapi/com/sun/star/beans/NotRemoveableException \
121*b63233d8Sdamjan    udkapi/com/sun/star/beans/Optional \
122*b63233d8Sdamjan    udkapi/com/sun/star/beans/Pair \
123*b63233d8Sdamjan    udkapi/com/sun/star/beans/Property \
124*b63233d8Sdamjan    udkapi/com/sun/star/beans/PropertyAttribute \
125*b63233d8Sdamjan    udkapi/com/sun/star/beans/PropertyChangeEvent \
126*b63233d8Sdamjan    udkapi/com/sun/star/beans/PropertyConcept \
127*b63233d8Sdamjan    udkapi/com/sun/star/beans/PropertyExistException \
128*b63233d8Sdamjan    udkapi/com/sun/star/beans/PropertySetInfoChange \
129*b63233d8Sdamjan    udkapi/com/sun/star/beans/PropertySetInfoChangeEvent \
130*b63233d8Sdamjan    udkapi/com/sun/star/beans/PropertyState \
131*b63233d8Sdamjan    udkapi/com/sun/star/beans/PropertyStateChangeEvent \
132*b63233d8Sdamjan    udkapi/com/sun/star/beans/PropertyValue \
133*b63233d8Sdamjan    udkapi/com/sun/star/beans/PropertyValues \
134*b63233d8Sdamjan    udkapi/com/sun/star/beans/PropertyVetoException \
135*b63233d8Sdamjan    udkapi/com/sun/star/beans/SetPropertyTolerantFailed \
136*b63233d8Sdamjan    udkapi/com/sun/star/beans/StringPair \
137*b63233d8Sdamjan    udkapi/com/sun/star/beans/TolerantPropertySetResultType \
138*b63233d8Sdamjan    udkapi/com/sun/star/beans/UnknownPropertyException \
139*b63233d8Sdamjan    udkapi/com/sun/star/beans/XExactName \
140*b63233d8Sdamjan    udkapi/com/sun/star/beans/XFastPropertySet \
141*b63233d8Sdamjan    udkapi/com/sun/star/beans/XHierarchicalPropertySet \
142*b63233d8Sdamjan    udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo \
143*b63233d8Sdamjan    udkapi/com/sun/star/beans/XIntroTest \
144*b63233d8Sdamjan    udkapi/com/sun/star/beans/XIntrospection \
145*b63233d8Sdamjan    udkapi/com/sun/star/beans/XIntrospectionAccess \
146*b63233d8Sdamjan    udkapi/com/sun/star/beans/XMaterialHolder \
147*b63233d8Sdamjan    udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet \
148*b63233d8Sdamjan    udkapi/com/sun/star/beans/XMultiPropertySet \
149*b63233d8Sdamjan    udkapi/com/sun/star/beans/XMultiPropertyStates \
150*b63233d8Sdamjan    udkapi/com/sun/star/beans/XPropertiesChangeListener \
151*b63233d8Sdamjan    udkapi/com/sun/star/beans/XPropertiesChangeNotifier \
152*b63233d8Sdamjan    udkapi/com/sun/star/beans/XProperty \
153*b63233d8Sdamjan    udkapi/com/sun/star/beans/XPropertyAccess \
154*b63233d8Sdamjan    udkapi/com/sun/star/beans/XPropertyChangeListener \
155*b63233d8Sdamjan    udkapi/com/sun/star/beans/XPropertyContainer \
156*b63233d8Sdamjan    udkapi/com/sun/star/beans/XPropertySet \
157*b63233d8Sdamjan    udkapi/com/sun/star/beans/XPropertySetInfo \
158*b63233d8Sdamjan    udkapi/com/sun/star/beans/XPropertySetInfoChangeListener \
159*b63233d8Sdamjan    udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier \
160*b63233d8Sdamjan    udkapi/com/sun/star/beans/XPropertyState \
161*b63233d8Sdamjan    udkapi/com/sun/star/beans/XPropertyStateChangeListener \
162*b63233d8Sdamjan    udkapi/com/sun/star/beans/XPropertyWithState \
163*b63233d8Sdamjan    udkapi/com/sun/star/beans/XTolerantMultiPropertySet \
164*b63233d8Sdamjan    udkapi/com/sun/star/beans/XVetoableChangeListener \
165*b63233d8Sdamjan    udkapi/com/sun/star/bridge/BridgeExistsException \
166*b63233d8Sdamjan    udkapi/com/sun/star/bridge/InvalidProtocolChangeException \
167*b63233d8Sdamjan    udkapi/com/sun/star/bridge/ModelDependent \
168*b63233d8Sdamjan    udkapi/com/sun/star/bridge/ProtocolProperty \
169*b63233d8Sdamjan    udkapi/com/sun/star/bridge/XBridge \
170*b63233d8Sdamjan    udkapi/com/sun/star/bridge/XBridgeFactory \
171*b63233d8Sdamjan    udkapi/com/sun/star/bridge/XBridgeSupplier \
172*b63233d8Sdamjan    udkapi/com/sun/star/bridge/XBridgeSupplier2 \
173*b63233d8Sdamjan    udkapi/com/sun/star/bridge/XInstanceProvider \
174*b63233d8Sdamjan    udkapi/com/sun/star/bridge/XProtocolProperties \
175*b63233d8Sdamjan    udkapi/com/sun/star/bridge/XUnoUrlResolver \
176*b63233d8Sdamjan    udkapi/com/sun/star/bridge/oleautomation/Currency \
177*b63233d8Sdamjan    udkapi/com/sun/star/bridge/oleautomation/Date \
178*b63233d8Sdamjan    udkapi/com/sun/star/bridge/oleautomation/Decimal \
179*b63233d8Sdamjan    udkapi/com/sun/star/bridge/oleautomation/NamedArgument \
180*b63233d8Sdamjan    udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument \
181*b63233d8Sdamjan    udkapi/com/sun/star/bridge/oleautomation/SCode \
182*b63233d8Sdamjan    udkapi/com/sun/star/bridge/oleautomation/XAutomationObject \
183*b63233d8Sdamjan    udkapi/com/sun/star/connection/AlreadyAcceptingException \
184*b63233d8Sdamjan    udkapi/com/sun/star/connection/ConnectionSetupException \
185*b63233d8Sdamjan    udkapi/com/sun/star/connection/NoConnectException \
186*b63233d8Sdamjan    udkapi/com/sun/star/connection/SocketPermission \
187*b63233d8Sdamjan    udkapi/com/sun/star/connection/XAcceptor \
188*b63233d8Sdamjan    udkapi/com/sun/star/connection/XConnection \
189*b63233d8Sdamjan    udkapi/com/sun/star/connection/XConnection2 \
190*b63233d8Sdamjan    udkapi/com/sun/star/connection/XConnectionBroadcaster \
191*b63233d8Sdamjan    udkapi/com/sun/star/connection/XConnector \
192*b63233d8Sdamjan    udkapi/com/sun/star/container/ContainerEvent \
193*b63233d8Sdamjan    udkapi/com/sun/star/container/ElementExistException \
194*b63233d8Sdamjan    udkapi/com/sun/star/container/NoSuchElementException \
195*b63233d8Sdamjan    udkapi/com/sun/star/container/XChild \
196*b63233d8Sdamjan    udkapi/com/sun/star/container/XComponentEnumeration \
197*b63233d8Sdamjan    udkapi/com/sun/star/container/XComponentEnumerationAccess \
198*b63233d8Sdamjan    udkapi/com/sun/star/container/XContainer \
199*b63233d8Sdamjan    udkapi/com/sun/star/container/XContainerApproveBroadcaster \
200*b63233d8Sdamjan    udkapi/com/sun/star/container/XContainerApproveListener \
201*b63233d8Sdamjan    udkapi/com/sun/star/container/XContainerListener \
202*b63233d8Sdamjan    udkapi/com/sun/star/container/XContainerQuery \
203*b63233d8Sdamjan    udkapi/com/sun/star/container/XContentEnumerationAccess \
204*b63233d8Sdamjan    udkapi/com/sun/star/container/XElementAccess \
205*b63233d8Sdamjan    udkapi/com/sun/star/container/XEnumerableMap \
206*b63233d8Sdamjan    udkapi/com/sun/star/container/XEnumeration \
207*b63233d8Sdamjan    udkapi/com/sun/star/container/XEnumerationAccess \
208*b63233d8Sdamjan    udkapi/com/sun/star/container/XHierarchicalName \
209*b63233d8Sdamjan    udkapi/com/sun/star/container/XHierarchicalNameAccess \
210*b63233d8Sdamjan    udkapi/com/sun/star/container/XHierarchicalNameContainer \
211*b63233d8Sdamjan    udkapi/com/sun/star/container/XHierarchicalNameReplace \
212*b63233d8Sdamjan    udkapi/com/sun/star/container/XIdentifierAccess \
213*b63233d8Sdamjan    udkapi/com/sun/star/container/XIdentifierContainer \
214*b63233d8Sdamjan    udkapi/com/sun/star/container/XIdentifierReplace \
215*b63233d8Sdamjan    udkapi/com/sun/star/container/XImplicitIDAccess \
216*b63233d8Sdamjan    udkapi/com/sun/star/container/XImplicitIDContainer \
217*b63233d8Sdamjan    udkapi/com/sun/star/container/XImplicitIDReplace \
218*b63233d8Sdamjan    udkapi/com/sun/star/container/XIndexAccess \
219*b63233d8Sdamjan    udkapi/com/sun/star/container/XIndexContainer \
220*b63233d8Sdamjan    udkapi/com/sun/star/container/XIndexReplace \
221*b63233d8Sdamjan    udkapi/com/sun/star/container/XMap \
222*b63233d8Sdamjan    udkapi/com/sun/star/container/XNameAccess \
223*b63233d8Sdamjan    udkapi/com/sun/star/container/XNameContainer \
224*b63233d8Sdamjan    udkapi/com/sun/star/container/XNameReplace \
225*b63233d8Sdamjan    udkapi/com/sun/star/container/XNamed \
226*b63233d8Sdamjan    udkapi/com/sun/star/container/XNamedEx \
227*b63233d8Sdamjan    udkapi/com/sun/star/container/XSet \
228*b63233d8Sdamjan    udkapi/com/sun/star/container/XStringKeyMap \
229*b63233d8Sdamjan    udkapi/com/sun/star/container/XUniqueIDAccess \
230*b63233d8Sdamjan    udkapi/com/sun/star/io/AlreadyConnectedException \
231*b63233d8Sdamjan    udkapi/com/sun/star/io/BufferSizeExceededException \
232*b63233d8Sdamjan    udkapi/com/sun/star/io/ConnectException \
233*b63233d8Sdamjan    udkapi/com/sun/star/io/DataTransferEvent \
234*b63233d8Sdamjan    udkapi/com/sun/star/io/FilePermission \
235*b63233d8Sdamjan    udkapi/com/sun/star/io/IOException \
236*b63233d8Sdamjan    udkapi/com/sun/star/io/NoRouteToHostException \
237*b63233d8Sdamjan    udkapi/com/sun/star/io/NotConnectedException \
238*b63233d8Sdamjan    udkapi/com/sun/star/io/SocketException \
239*b63233d8Sdamjan    udkapi/com/sun/star/io/UnexpectedEOFException \
240*b63233d8Sdamjan    udkapi/com/sun/star/io/UnknownHostException \
241*b63233d8Sdamjan    udkapi/com/sun/star/io/WrongFormatException \
242*b63233d8Sdamjan    udkapi/com/sun/star/io/XActiveDataControl \
243*b63233d8Sdamjan    udkapi/com/sun/star/io/XActiveDataSink \
244*b63233d8Sdamjan    udkapi/com/sun/star/io/XActiveDataSource \
245*b63233d8Sdamjan    udkapi/com/sun/star/io/XActiveDataStreamer \
246*b63233d8Sdamjan    udkapi/com/sun/star/io/XAsyncOutputMonitor \
247*b63233d8Sdamjan    udkapi/com/sun/star/io/XConnectable \
248*b63233d8Sdamjan    udkapi/com/sun/star/io/XDataExporter \
249*b63233d8Sdamjan    udkapi/com/sun/star/io/XDataImporter \
250*b63233d8Sdamjan    udkapi/com/sun/star/io/XDataInputStream \
251*b63233d8Sdamjan    udkapi/com/sun/star/io/XDataOutputStream \
252*b63233d8Sdamjan    udkapi/com/sun/star/io/XDataTransferEventListener \
253*b63233d8Sdamjan    udkapi/com/sun/star/io/XInputStream \
254*b63233d8Sdamjan    udkapi/com/sun/star/io/XInputStreamProvider \
255*b63233d8Sdamjan    udkapi/com/sun/star/io/XMarkableStream \
256*b63233d8Sdamjan    udkapi/com/sun/star/io/XObjectInputStream \
257*b63233d8Sdamjan    udkapi/com/sun/star/io/XObjectOutputStream \
258*b63233d8Sdamjan    udkapi/com/sun/star/io/XOutputStream \
259*b63233d8Sdamjan    udkapi/com/sun/star/io/XPersist \
260*b63233d8Sdamjan    udkapi/com/sun/star/io/XPersistObject \
261*b63233d8Sdamjan    udkapi/com/sun/star/io/XSeekable \
262*b63233d8Sdamjan    udkapi/com/sun/star/io/XSeekableInputStream \
263*b63233d8Sdamjan    udkapi/com/sun/star/io/XSequenceOutputStream \
264*b63233d8Sdamjan    udkapi/com/sun/star/io/XStream \
265*b63233d8Sdamjan    udkapi/com/sun/star/io/XStreamListener \
266*b63233d8Sdamjan    udkapi/com/sun/star/io/XTempFile \
267*b63233d8Sdamjan    udkapi/com/sun/star/io/XTextInputStream \
268*b63233d8Sdamjan    udkapi/com/sun/star/io/XTextOutputStream \
269*b63233d8Sdamjan    udkapi/com/sun/star/io/XTruncate \
270*b63233d8Sdamjan    udkapi/com/sun/star/io/XXMLExtractor \
271*b63233d8Sdamjan    udkapi/com/sun/star/java/InvalidJavaSettingsException \
272*b63233d8Sdamjan    udkapi/com/sun/star/java/JavaDisabledException \
273*b63233d8Sdamjan    udkapi/com/sun/star/java/JavaInitializationException \
274*b63233d8Sdamjan    udkapi/com/sun/star/java/JavaNotConfiguredException \
275*b63233d8Sdamjan    udkapi/com/sun/star/java/JavaNotFoundException \
276*b63233d8Sdamjan    udkapi/com/sun/star/java/JavaVMCreationFailureException \
277*b63233d8Sdamjan    udkapi/com/sun/star/java/MissingJavaRuntimeException \
278*b63233d8Sdamjan    udkapi/com/sun/star/java/RestartRequiredException \
279*b63233d8Sdamjan    udkapi/com/sun/star/java/WrongJavaVersionException \
280*b63233d8Sdamjan    udkapi/com/sun/star/java/XJavaThreadRegister_11 \
281*b63233d8Sdamjan    udkapi/com/sun/star/java/XJavaVM \
282*b63233d8Sdamjan    udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException \
283*b63233d8Sdamjan    udkapi/com/sun/star/lang/ClassNotFoundException \
284*b63233d8Sdamjan    udkapi/com/sun/star/lang/DisposedException \
285*b63233d8Sdamjan    udkapi/com/sun/star/lang/EventObject \
286*b63233d8Sdamjan    udkapi/com/sun/star/lang/IllegalAccessException \
287*b63233d8Sdamjan    udkapi/com/sun/star/lang/IllegalArgumentException \
288*b63233d8Sdamjan    udkapi/com/sun/star/lang/IndexOutOfBoundsException \
289*b63233d8Sdamjan    udkapi/com/sun/star/lang/InvalidListenerException \
290*b63233d8Sdamjan    udkapi/com/sun/star/lang/ListenerExistException \
291*b63233d8Sdamjan    udkapi/com/sun/star/lang/Locale \
292*b63233d8Sdamjan    udkapi/com/sun/star/lang/NoSuchFieldException \
293*b63233d8Sdamjan    udkapi/com/sun/star/lang/NoSuchMethodException \
294*b63233d8Sdamjan    udkapi/com/sun/star/lang/NoSupportException \
295*b63233d8Sdamjan    udkapi/com/sun/star/lang/NotInitializedException \
296*b63233d8Sdamjan    udkapi/com/sun/star/lang/NullPointerException \
297*b63233d8Sdamjan    udkapi/com/sun/star/lang/ServiceNotRegisteredException \
298*b63233d8Sdamjan    udkapi/com/sun/star/lang/SystemDependent \
299*b63233d8Sdamjan    udkapi/com/sun/star/lang/WrappedTargetException \
300*b63233d8Sdamjan    udkapi/com/sun/star/lang/WrappedTargetRuntimeException \
301*b63233d8Sdamjan    udkapi/com/sun/star/lang/XComponent \
302*b63233d8Sdamjan    udkapi/com/sun/star/lang/XConnectionPoint \
303*b63233d8Sdamjan    udkapi/com/sun/star/lang/XConnectionPointContainer \
304*b63233d8Sdamjan    udkapi/com/sun/star/lang/XEventListener \
305*b63233d8Sdamjan    udkapi/com/sun/star/lang/XInitialization \
306*b63233d8Sdamjan    udkapi/com/sun/star/lang/XLocalizable \
307*b63233d8Sdamjan    udkapi/com/sun/star/lang/XMain \
308*b63233d8Sdamjan    udkapi/com/sun/star/lang/XMultiComponentFactory \
309*b63233d8Sdamjan    udkapi/com/sun/star/lang/XMultiServiceFactory \
310*b63233d8Sdamjan    udkapi/com/sun/star/lang/XServiceDisplayName \
311*b63233d8Sdamjan    udkapi/com/sun/star/lang/XServiceInfo \
312*b63233d8Sdamjan    udkapi/com/sun/star/lang/XServiceName \
313*b63233d8Sdamjan    udkapi/com/sun/star/lang/XSingleComponentFactory \
314*b63233d8Sdamjan    udkapi/com/sun/star/lang/XSingleServiceFactory \
315*b63233d8Sdamjan    udkapi/com/sun/star/lang/XTypeProvider \
316*b63233d8Sdamjan    udkapi/com/sun/star/lang/XUnoTunnel \
317*b63233d8Sdamjan    udkapi/com/sun/star/loader/CannotActivateFactoryException \
318*b63233d8Sdamjan    udkapi/com/sun/star/loader/XImplementationLoader \
319*b63233d8Sdamjan    udkapi/com/sun/star/reflection/FieldAccessMode \
320*b63233d8Sdamjan    udkapi/com/sun/star/reflection/InvalidTypeNameException \
321*b63233d8Sdamjan    udkapi/com/sun/star/reflection/InvocationTargetException \
322*b63233d8Sdamjan    udkapi/com/sun/star/reflection/MethodMode \
323*b63233d8Sdamjan    udkapi/com/sun/star/reflection/NoSuchTypeNameException \
324*b63233d8Sdamjan    udkapi/com/sun/star/reflection/ParamInfo \
325*b63233d8Sdamjan    udkapi/com/sun/star/reflection/ParamMode \
326*b63233d8Sdamjan    udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth \
327*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XArrayTypeDescription \
328*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XCompoundTypeDescription \
329*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XConstantTypeDescription \
330*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XConstantsTypeDescription \
331*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XEnumTypeDescription \
332*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XIdlArray \
333*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XIdlClass \
334*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XIdlClassProvider \
335*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XIdlField \
336*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XIdlField2 \
337*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XIdlMember \
338*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XIdlMethod \
339*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XIdlReflection \
340*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XIndirectTypeDescription \
341*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription \
342*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2 \
343*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription \
344*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription \
345*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XInterfaceTypeDescription \
346*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XInterfaceTypeDescription2 \
347*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XMethodParameter \
348*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XModuleTypeDescription \
349*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XParameter \
350*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XPropertyTypeDescription \
351*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XProxyFactory \
352*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XPublished \
353*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XServiceConstructorDescription \
354*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XServiceTypeDescription \
355*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XServiceTypeDescription2 \
356*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XSingletonTypeDescription \
357*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XSingletonTypeDescription2 \
358*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XStructTypeDescription \
359*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XTypeDescription \
360*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration \
361*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess \
362*b63233d8Sdamjan    udkapi/com/sun/star/reflection/XUnionTypeDescription \
363*b63233d8Sdamjan    udkapi/com/sun/star/registry/CannotRegisterImplementationException \
364*b63233d8Sdamjan    udkapi/com/sun/star/registry/InvalidRegistryException \
365*b63233d8Sdamjan    udkapi/com/sun/star/registry/InvalidValueException \
366*b63233d8Sdamjan    udkapi/com/sun/star/registry/MergeConflictException \
367*b63233d8Sdamjan    udkapi/com/sun/star/registry/RegistryKeyType \
368*b63233d8Sdamjan    udkapi/com/sun/star/registry/RegistryValueType \
369*b63233d8Sdamjan    udkapi/com/sun/star/registry/XImplementationRegistration \
370*b63233d8Sdamjan    udkapi/com/sun/star/registry/XImplementationRegistration2 \
371*b63233d8Sdamjan    udkapi/com/sun/star/registry/XRegistryKey \
372*b63233d8Sdamjan    udkapi/com/sun/star/registry/XSimpleRegistry \
373*b63233d8Sdamjan    udkapi/com/sun/star/script/AllEventObject \
374*b63233d8Sdamjan    udkapi/com/sun/star/script/ArrayWrapper \
375*b63233d8Sdamjan    udkapi/com/sun/star/script/BasicErrorException \
376*b63233d8Sdamjan    udkapi/com/sun/star/script/CannotConvertException \
377*b63233d8Sdamjan    udkapi/com/sun/star/script/CannotCreateAdapterException \
378*b63233d8Sdamjan    udkapi/com/sun/star/script/ContextInformation \
379*b63233d8Sdamjan    udkapi/com/sun/star/script/FailReason \
380*b63233d8Sdamjan    udkapi/com/sun/star/script/FinishEngineEvent \
381*b63233d8Sdamjan    udkapi/com/sun/star/script/FinishReason \
382*b63233d8Sdamjan    udkapi/com/sun/star/script/InterruptEngineEvent \
383*b63233d8Sdamjan    udkapi/com/sun/star/script/InterruptReason \
384*b63233d8Sdamjan    udkapi/com/sun/star/script/InvocationInfo \
385*b63233d8Sdamjan    udkapi/com/sun/star/script/MemberType \
386*b63233d8Sdamjan    udkapi/com/sun/star/script/ScriptEvent \
387*b63233d8Sdamjan    udkapi/com/sun/star/script/ScriptEventDescriptor \
388*b63233d8Sdamjan    udkapi/com/sun/star/script/XAllListener \
389*b63233d8Sdamjan    udkapi/com/sun/star/script/XAllListenerAdapterService \
390*b63233d8Sdamjan    udkapi/com/sun/star/script/XDebugging \
391*b63233d8Sdamjan    udkapi/com/sun/star/script/XDefaultMethod \
392*b63233d8Sdamjan    udkapi/com/sun/star/script/XDefaultProperty \
393*b63233d8Sdamjan    udkapi/com/sun/star/script/XDirectInvocation \
394*b63233d8Sdamjan    udkapi/com/sun/star/script/XEngine \
395*b63233d8Sdamjan    udkapi/com/sun/star/script/XEngineListener \
396*b63233d8Sdamjan    udkapi/com/sun/star/script/XEventAttacher \
397*b63233d8Sdamjan    udkapi/com/sun/star/script/XEventAttacherManager \
398*b63233d8Sdamjan    udkapi/com/sun/star/script/XInvocation \
399*b63233d8Sdamjan    udkapi/com/sun/star/script/XInvocation2 \
400*b63233d8Sdamjan    udkapi/com/sun/star/script/XInvocationAdapterFactory \
401*b63233d8Sdamjan    udkapi/com/sun/star/script/XInvocationAdapterFactory2 \
402*b63233d8Sdamjan    udkapi/com/sun/star/script/XLibraryAccess \
403*b63233d8Sdamjan    udkapi/com/sun/star/script/XScriptEventsAttacher \
404*b63233d8Sdamjan    udkapi/com/sun/star/script/XScriptEventsSupplier \
405*b63233d8Sdamjan    udkapi/com/sun/star/script/XScriptListener \
406*b63233d8Sdamjan    udkapi/com/sun/star/script/XStarBasicAccess \
407*b63233d8Sdamjan    udkapi/com/sun/star/script/XStarBasicDialogInfo \
408*b63233d8Sdamjan    udkapi/com/sun/star/script/XStarBasicLibraryInfo \
409*b63233d8Sdamjan    udkapi/com/sun/star/script/XStarBasicModuleInfo \
410*b63233d8Sdamjan    udkapi/com/sun/star/script/XTypeConverter \
411*b63233d8Sdamjan    udkapi/com/sun/star/security/AccessControlException \
412*b63233d8Sdamjan    udkapi/com/sun/star/security/AllPermission \
413*b63233d8Sdamjan    udkapi/com/sun/star/security/RuntimePermission \
414*b63233d8Sdamjan    udkapi/com/sun/star/security/XAccessControlContext \
415*b63233d8Sdamjan    udkapi/com/sun/star/security/XAccessController \
416*b63233d8Sdamjan    udkapi/com/sun/star/security/XAction \
417*b63233d8Sdamjan    udkapi/com/sun/star/security/XPolicy \
418*b63233d8Sdamjan    udkapi/com/sun/star/task/XInteractionAbort \
419*b63233d8Sdamjan    udkapi/com/sun/star/task/XInteractionContinuation \
420*b63233d8Sdamjan    udkapi/com/sun/star/task/XInteractionHandler \
421*b63233d8Sdamjan    udkapi/com/sun/star/task/XInteractionHandler2 \
422*b63233d8Sdamjan    udkapi/com/sun/star/task/XInteractionRequest \
423*b63233d8Sdamjan    udkapi/com/sun/star/task/XInteractionRetry \
424*b63233d8Sdamjan    udkapi/com/sun/star/test/TestEvent \
425*b63233d8Sdamjan    udkapi/com/sun/star/test/XSimpleTest \
426*b63233d8Sdamjan    udkapi/com/sun/star/test/XTest \
427*b63233d8Sdamjan    udkapi/com/sun/star/test/XTestListener \
428*b63233d8Sdamjan    udkapi/com/sun/star/test/bridge/XBridgeTest \
429*b63233d8Sdamjan    udkapi/com/sun/star/test/performance/XPerformanceTest \
430*b63233d8Sdamjan    udkapi/com/sun/star/uno/DeploymentException \
431*b63233d8Sdamjan    udkapi/com/sun/star/uno/Exception \
432*b63233d8Sdamjan    udkapi/com/sun/star/uno/RuntimeException \
433*b63233d8Sdamjan    udkapi/com/sun/star/uno/SecurityException \
434*b63233d8Sdamjan    udkapi/com/sun/star/uno/TypeClass \
435*b63233d8Sdamjan    udkapi/com/sun/star/uno/Uik \
436*b63233d8Sdamjan    udkapi/com/sun/star/uno/XAdapter \
437*b63233d8Sdamjan    udkapi/com/sun/star/uno/XAggregation \
438*b63233d8Sdamjan    udkapi/com/sun/star/uno/XComponentContext \
439*b63233d8Sdamjan    udkapi/com/sun/star/uno/XCurrentContext \
440*b63233d8Sdamjan    udkapi/com/sun/star/uno/XInterface \
441*b63233d8Sdamjan    udkapi/com/sun/star/uno/XNamingService \
442*b63233d8Sdamjan    udkapi/com/sun/star/uno/XReference \
443*b63233d8Sdamjan    udkapi/com/sun/star/uno/XUnloadingPreference \
444*b63233d8Sdamjan    udkapi/com/sun/star/uno/XWeak \
445*b63233d8Sdamjan    udkapi/com/sun/star/uri/RelativeUriExcessParentSegments \
446*b63233d8Sdamjan    udkapi/com/sun/star/uri/XExternalUriReferenceTranslator \
447*b63233d8Sdamjan    udkapi/com/sun/star/uri/XUriReference \
448*b63233d8Sdamjan    udkapi/com/sun/star/uri/XUriReferenceFactory \
449*b63233d8Sdamjan    udkapi/com/sun/star/uri/XUriSchemeParser \
450*b63233d8Sdamjan    udkapi/com/sun/star/uri/XVndSunStarExpandUrl \
451*b63233d8Sdamjan    udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference \
452*b63233d8Sdamjan    udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory \
453*b63233d8Sdamjan    udkapi/com/sun/star/uri/XVndSunStarScriptUrl \
454*b63233d8Sdamjan    udkapi/com/sun/star/uri/XVndSunStarScriptUrlReference \
455*b63233d8Sdamjan    udkapi/com/sun/star/util/XMacroExpander \
456*b63233d8Sdamjan    udkapi/com/sun/star/util/XVeto \
457*b63233d8Sdamjan    udkapi/com/sun/star/util/logging/LogLevel \
458*b63233d8Sdamjan    udkapi/com/sun/star/util/logging/XLogger \
459*b63233d8Sdamjan    udkapi/com/sun/star/util/logging/XLoggerRemote \
460*b63233d8Sdamjan))
461*b63233d8Sdamjan
462*b63233d8Sdamjan
463*b63233d8Sdamjan# vim: set noet sw=4 ts=4:
464