From 6fb127a62e8f6f55b41eb75e5f7c20339886e021 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 22 Aug 2012 15:11:52 +0200 Subject: Replace use_internal_api with use_udk_api etc. where appropriate Change-Id: I5e216ca01830a6568159ee8e9265938667f201a1 --- stoc/InternalUnoApi_corefl.mk | 32 ----- stoc/InternalUnoApi_insp.mk | 32 ----- stoc/InternalUnoApi_inv.mk | 32 ----- stoc/InternalUnoApi_invadp.mk | 32 ----- stoc/InternalUnoApi_javaloader.mk | 32 ----- stoc/InternalUnoApi_jen.mk | 32 ----- stoc/InternalUnoApi_namingservice.mk | 32 ----- stoc/InternalUnoApi_proxyfac.mk | 32 ----- stoc/InternalUnoApi_stocserv.mk | 32 ----- stoc/Library_introspection.mk | 4 +- stoc/Library_invocadapt.mk | 4 +- stoc/Library_invocation.mk | 4 +- stoc/Library_javaloader.mk | 4 +- stoc/Library_javavm.mk | 4 +- stoc/Library_namingservice.mk | 4 +- stoc/Library_proxyfac.mk | 4 +- stoc/Library_reflection.mk | 4 +- stoc/Library_stocservices.mk | 4 +- stoc/Module_stoc.mk | 9 -- stoc/source/corereflection/corefl.xml | 60 ---------- stoc/source/inspect/insp.xml | 75 ------------ stoc/source/invocation/inv.xml | 93 --------------- stoc/source/invocation_adapterfactory/invadp.xml | 58 --------- stoc/source/javaloader/javaloader.xml | 56 --------- stoc/source/javavm/jen.xml | 87 -------------- stoc/source/namingservice/namingservice.xml | 54 --------- stoc/source/proxy_factory/proxyfac.xml | 54 --------- stoc/source/stocservices/stocserv.xml | 142 ----------------------- 28 files changed, 9 insertions(+), 1003 deletions(-) delete mode 100644 stoc/InternalUnoApi_corefl.mk delete mode 100644 stoc/InternalUnoApi_insp.mk delete mode 100644 stoc/InternalUnoApi_inv.mk delete mode 100644 stoc/InternalUnoApi_invadp.mk delete mode 100644 stoc/InternalUnoApi_javaloader.mk delete mode 100644 stoc/InternalUnoApi_jen.mk delete mode 100644 stoc/InternalUnoApi_namingservice.mk delete mode 100644 stoc/InternalUnoApi_proxyfac.mk delete mode 100644 stoc/InternalUnoApi_stocserv.mk delete mode 100644 stoc/source/corereflection/corefl.xml delete mode 100644 stoc/source/inspect/insp.xml delete mode 100644 stoc/source/invocation/inv.xml delete mode 100644 stoc/source/invocation_adapterfactory/invadp.xml delete mode 100644 stoc/source/javaloader/javaloader.xml delete mode 100644 stoc/source/javavm/jen.xml delete mode 100644 stoc/source/namingservice/namingservice.xml delete mode 100644 stoc/source/proxy_factory/proxyfac.xml delete mode 100644 stoc/source/stocservices/stocserv.xml (limited to 'stoc') diff --git a/stoc/InternalUnoApi_corefl.mk b/stoc/InternalUnoApi_corefl.mk deleted file mode 100644 index aee2d2807fcc..000000000000 --- a/stoc/InternalUnoApi_corefl.mk +++ /dev/null @@ -1,32 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2012 Red Hat, Inc., David Tardon -# (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_InternalUnoApi_InternalUnoApi,corefl)) - -$(eval $(call gb_InternalUnoApi_set_xmlfile,corefl,stoc/source/corereflection/corefl.xml)) - -# vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/stoc/InternalUnoApi_insp.mk b/stoc/InternalUnoApi_insp.mk deleted file mode 100644 index c22eb1dd3507..000000000000 --- a/stoc/InternalUnoApi_insp.mk +++ /dev/null @@ -1,32 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2012 Red Hat, Inc., David Tardon -# (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_InternalUnoApi_InternalUnoApi,insp)) - -$(eval $(call gb_InternalUnoApi_set_xmlfile,insp,stoc/source/inspect/insp.xml)) - -# vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/stoc/InternalUnoApi_inv.mk b/stoc/InternalUnoApi_inv.mk deleted file mode 100644 index 169bac64fff5..000000000000 --- a/stoc/InternalUnoApi_inv.mk +++ /dev/null @@ -1,32 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2012 Red Hat, Inc., David Tardon -# (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_InternalUnoApi_InternalUnoApi,inv)) - -$(eval $(call gb_InternalUnoApi_set_xmlfile,inv,stoc/source/invocation/inv.xml)) - -# vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/stoc/InternalUnoApi_invadp.mk b/stoc/InternalUnoApi_invadp.mk deleted file mode 100644 index ddc3fdddeb9c..000000000000 --- a/stoc/InternalUnoApi_invadp.mk +++ /dev/null @@ -1,32 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2012 Red Hat, Inc., David Tardon -# (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_InternalUnoApi_InternalUnoApi,invadp)) - -$(eval $(call gb_InternalUnoApi_set_xmlfile,invadp,stoc/source/invocation_adapterfactory/invadp.xml)) - -# vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/stoc/InternalUnoApi_javaloader.mk b/stoc/InternalUnoApi_javaloader.mk deleted file mode 100644 index 41e1bb21a59c..000000000000 --- a/stoc/InternalUnoApi_javaloader.mk +++ /dev/null @@ -1,32 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2012 Red Hat, Inc., David Tardon -# (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_InternalUnoApi_InternalUnoApi,javaloader)) - -$(eval $(call gb_InternalUnoApi_set_xmlfile,javaloader,stoc/source/javaloader/javaloader.xml)) - -# vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/stoc/InternalUnoApi_jen.mk b/stoc/InternalUnoApi_jen.mk deleted file mode 100644 index 13767de69494..000000000000 --- a/stoc/InternalUnoApi_jen.mk +++ /dev/null @@ -1,32 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2012 Red Hat, Inc., David Tardon -# (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_InternalUnoApi_InternalUnoApi,jen)) - -$(eval $(call gb_InternalUnoApi_set_xmlfile,jen,stoc/source/javavm/jen.xml)) - -# vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/stoc/InternalUnoApi_namingservice.mk b/stoc/InternalUnoApi_namingservice.mk deleted file mode 100644 index 16e18c13a296..000000000000 --- a/stoc/InternalUnoApi_namingservice.mk +++ /dev/null @@ -1,32 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2012 Red Hat, Inc., David Tardon -# (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_InternalUnoApi_InternalUnoApi,namingservice)) - -$(eval $(call gb_InternalUnoApi_set_xmlfile,namingservice,stoc/source/namingservice/namingservice.xml)) - -# vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/stoc/InternalUnoApi_proxyfac.mk b/stoc/InternalUnoApi_proxyfac.mk deleted file mode 100644 index c5b5d744051d..000000000000 --- a/stoc/InternalUnoApi_proxyfac.mk +++ /dev/null @@ -1,32 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2012 Red Hat, Inc., David Tardon -# (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_InternalUnoApi_InternalUnoApi,proxyfac)) - -$(eval $(call gb_InternalUnoApi_set_xmlfile,proxyfac,stoc/source/proxy_factory/proxyfac.xml)) - -# vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/stoc/InternalUnoApi_stocserv.mk b/stoc/InternalUnoApi_stocserv.mk deleted file mode 100644 index 00dbbe986978..000000000000 --- a/stoc/InternalUnoApi_stocserv.mk +++ /dev/null @@ -1,32 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2012 Red Hat, Inc., David Tardon -# (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_InternalUnoApi_InternalUnoApi,stocserv)) - -$(eval $(call gb_InternalUnoApi_set_xmlfile,stocserv,stoc/source/stocservices/stocserv.xml)) - -# vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/stoc/Library_introspection.mk b/stoc/Library_introspection.mk index a6e9a9bd47c5..d94330dec5b9 100644 --- a/stoc/Library_introspection.mk +++ b/stoc/Library_introspection.mk @@ -27,9 +27,7 @@ $(eval $(call gb_Library_Library,introspection)) -$(eval $(call gb_Library_use_internal_api,introspection,\ - insp \ -)) +$(eval $(call gb_Library_use_udk_api,introspection)) $(eval $(call gb_Library_use_libraries,introspection,\ cppu \ diff --git a/stoc/Library_invocadapt.mk b/stoc/Library_invocadapt.mk index ff6e3ec09ab3..fc9cb7238964 100644 --- a/stoc/Library_invocadapt.mk +++ b/stoc/Library_invocadapt.mk @@ -27,9 +27,7 @@ $(eval $(call gb_Library_Library,invocadapt)) -$(eval $(call gb_Library_use_internal_api,invocadapt,\ - invadp \ -)) +$(eval $(call gb_Library_use_udk_api,invocadapt)) $(eval $(call gb_Library_use_libraries,invocadapt,\ cppu \ diff --git a/stoc/Library_invocation.mk b/stoc/Library_invocation.mk index 040463d290f8..00288ebd3074 100644 --- a/stoc/Library_invocation.mk +++ b/stoc/Library_invocation.mk @@ -27,9 +27,7 @@ $(eval $(call gb_Library_Library,invocation)) -$(eval $(call gb_Library_use_internal_api,invocation,\ - inv \ -)) +$(eval $(call gb_Library_use_udk_api,invocation)) $(eval $(call gb_Library_use_libraries,invocation,\ cppu \ diff --git a/stoc/Library_javaloader.mk b/stoc/Library_javaloader.mk index 0822e4a45736..816bb621674b 100644 --- a/stoc/Library_javaloader.mk +++ b/stoc/Library_javaloader.mk @@ -27,9 +27,7 @@ $(eval $(call gb_Library_Library,javaloader)) -$(eval $(call gb_Library_use_internal_api,javaloader,\ - javaloader \ -)) +$(eval $(call gb_Library_use_udk_api,javaloader)) $(eval $(call gb_Library_use_libraries,javaloader,\ cppu \ diff --git a/stoc/Library_javavm.mk b/stoc/Library_javavm.mk index 193479998dc3..edf394e16e29 100644 --- a/stoc/Library_javavm.mk +++ b/stoc/Library_javavm.mk @@ -27,9 +27,7 @@ $(eval $(call gb_Library_Library,javavm)) -$(eval $(call gb_Library_use_internal_api,javavm,\ - jen \ -)) +$(eval $(call gb_Library_use_udk_api,javavm)) $(eval $(call gb_Library_use_libraries,javavm,\ cppu \ diff --git a/stoc/Library_namingservice.mk b/stoc/Library_namingservice.mk index dcd72610e969..10debb0abdbf 100644 --- a/stoc/Library_namingservice.mk +++ b/stoc/Library_namingservice.mk @@ -27,9 +27,7 @@ $(eval $(call gb_Library_Library,namingservice)) -$(eval $(call gb_Library_use_internal_api,namingservice,\ - namingservice \ -)) +$(eval $(call gb_Library_use_udk_api,namingservice)) $(eval $(call gb_Library_use_libraries,namingservice,\ cppu \ diff --git a/stoc/Library_proxyfac.mk b/stoc/Library_proxyfac.mk index a2efdc2ef1c2..6e13d58b761f 100644 --- a/stoc/Library_proxyfac.mk +++ b/stoc/Library_proxyfac.mk @@ -27,9 +27,7 @@ $(eval $(call gb_Library_Library,proxyfac)) -$(eval $(call gb_Library_use_internal_api,proxyfac,\ - proxyfac \ -)) +$(eval $(call gb_Library_use_udk_api,proxyfac)) $(eval $(call gb_Library_use_libraries,proxyfac,\ cppu \ diff --git a/stoc/Library_reflection.mk b/stoc/Library_reflection.mk index 34a5fe6cf091..2d383e55619c 100644 --- a/stoc/Library_reflection.mk +++ b/stoc/Library_reflection.mk @@ -27,9 +27,7 @@ $(eval $(call gb_Library_Library,reflection)) -$(eval $(call gb_Library_use_internal_api,reflection,\ - corefl \ -)) +$(eval $(call gb_Library_use_udk_api,reflection)) $(eval $(call gb_Library_use_libraries,reflection,\ cppu \ diff --git a/stoc/Library_stocservices.mk b/stoc/Library_stocservices.mk index d5741e604b9d..02a9ecfb5eb2 100644 --- a/stoc/Library_stocservices.mk +++ b/stoc/Library_stocservices.mk @@ -32,9 +32,7 @@ $(eval $(call gb_Library_set_include,stocservices,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_use_internal_api,stocservices,\ - stocserv \ -)) +$(eval $(call gb_Library_use_udk_api,stocservices)) $(eval $(call gb_Library_use_libraries,stocservices,\ cppu \ diff --git a/stoc/Module_stoc.mk b/stoc/Module_stoc.mk index cce68ddf2646..a6d31813e0e3 100644 --- a/stoc/Module_stoc.mk +++ b/stoc/Module_stoc.mk @@ -29,15 +29,6 @@ $(eval $(call gb_Module_Module,stoc)) $(eval $(call gb_Module_add_targets,stoc,\ InternalUnoApi_bootstrap \ - InternalUnoApi_corefl \ - InternalUnoApi_insp \ - InternalUnoApi_inv \ - InternalUnoApi_invadp \ - InternalUnoApi_javaloader \ - InternalUnoApi_jen \ - InternalUnoApi_namingservice \ - InternalUnoApi_proxyfac \ - InternalUnoApi_stocserv \ Library_bootstrap \ Library_introspection \ Library_invocadapt \ diff --git a/stoc/source/corereflection/corefl.xml b/stoc/source/corereflection/corefl.xml deleted file mode 100644 index 18b1744218ca..000000000000 --- a/stoc/source/corereflection/corefl.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - corereflection.uno - - Daniel Boelzle - com.sun.star.comp.stoc.CoreReflection - -The service provides reflection and access to all uno types -(interfaces, structs, enums, ...). - - com.sun.star.loader.SharedLibrary - C++ - - com.sun.star.reflection.CoreReflection - ... - com.sun.star.lang.DisposedException - com.sun.star.reflection.XTypeDescription - com.sun.star.reflection.XIdlReflection - com.sun.star.reflection.XIdlClass - com.sun.star.reflection.XIdlField2 - com.sun.star.container.XHierarchicalNameAccess - com.sun.star.lang.XComponent - com.sun.star.lang.XTypeProvider - com.sun.star.lang.XServiceInfo - com.sun.star.lang.XSingleComponentFactory - com.sun.star.lang.XMultiComponentFactory - com.sun.star.lang.XSingleServiceFactory - com.sun.star.lang.XMultiServiceFactory - com.sun.star.lang.WrappedTargetRuntimeException - com.sun.star.registry.XRegistryKey - com.sun.star.uno.XComponentContext - com.sun.star.uno.XAggregation - com.sun.star.uno.XWeak - com.sun.star.uno.TypeClass - - cppuhelper - cppu - sal - cppuhelper3$(COM) - cppu3 - sal3 - diff --git a/stoc/source/inspect/insp.xml b/stoc/source/inspect/insp.xml deleted file mode 100644 index 91afca8d30bb..000000000000 --- a/stoc/source/inspect/insp.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - introspection.uno - - Juergen Schmidt - com.sun.star.comp.stoc.Introspection - - This component implements XIntrospection. The method XIntrospection::inspect(any object) - returns an XIntrospectionAccess that provides information about the methods, properties - and listeners supported by the inspected object. Matching pairs of getName/setName() - methods will also be offered as property "Name". - - com.sun.star.loader.SharedLibrary - c++ - - com.sun.star.beans.Introspection - com.sun.star.reflection.CoreReflection - com.sun.star.lang.DisposedException - com.sun.star.beans.XIntrospection - com.sun.star.beans.XIntrospectionAccess - com.sun.star.beans.XPropertySet - com.sun.star.beans.XFastPropertySet - com.sun.star.beans.XMaterialHolder - com.sun.star.beans.XExactName - com.sun.star.beans.PropertyAttribute - com.sun.star.beans.PropertyConcept - com.sun.star.beans.MethodConcept - com.sun.star.lang.XEventListener - com.sun.star.lang.XInitialization - com.sun.star.lang.XTypeProvider - com.sun.star.lang.XServiceInfo - com.sun.star.lang.XComponent - com.sun.star.lang.XSingleServiceFactory - com.sun.star.lang.XSingleComponentFactory - com.sun.star.lang.XMultiServiceFactory - com.sun.star.registry.XRegistryKey - com.sun.star.uno.XAggregation - com.sun.star.uno.XWeak - com.sun.star.uno.TypeClass - com.sun.star.uno.DeploymentException - com.sun.star.uno.XComponentContext - com.sun.star.container.XEnumerationAccess - com.sun.star.container.XNameContainer - com.sun.star.container.XIndexContainer - com.sun.star.reflection.XIdlReflection - com.sun.star.reflection.XIdlClass - com.sun.star.reflection.XIdlField2 - com.sun.star.reflection.XIdlArray - com.sun.star.reflection.FieldAccessMode - - cppuhelper - cppu - sal - cppuhelper3$(COM) - cppu3 - sal3 - diff --git a/stoc/source/invocation/inv.xml b/stoc/source/invocation/inv.xml deleted file mode 100644 index 397be454ed57..000000000000 --- a/stoc/source/invocation/inv.xml +++ /dev/null @@ -1,93 +0,0 @@ - - - - - invocation.uno - - Daniel Boelzle - com.sun.star.comp.stoc.Invocation - -You can construct Invocation objects through this factory service. -Invoke createInstanceWithArguments() of XSingleServiceFactory -to create an Invocation adapter for your object; -invoking createInstance() will fail. -Instances implement XInvocation to invoke methods and set/get properties at an object -which corresponds with the object which implements this interface. - -There are two ways to get information about this object. First you -can get the implemented method with XInvocation::getMethodNames() -and the properties with XInvocation::getPropertyNames(). -Second you can get, if provided, all information about the methods and the -properties with XInvocation::getIntrospection(). -Container access is available through the XIndexContainer, -XNameContainer and XEnumerationContainer -(use XInterface::queryInterface). - - com.sun.star.loader.SharedLibrary - C++ - - com.sun.star.script.Invocation - com.sun.star.script.Converter - com.sun.star.beans.Introspection - com.sun.star.reflection.CoreReflection - com.sun.star.script.XInvocation - com.sun.star.script.XInvocation2 - com.sun.star.script.InvocationInfo - com.sun.star.script.MemberType - com.sun.star.script.XTypeConverter - com.sun.star.script.FailReason - com.sun.star.beans.XIntrospection - com.sun.star.beans.XIntrospectionAccess - com.sun.star.beans.XPropertySet - com.sun.star.beans.XFastPropertySet - com.sun.star.beans.XMaterialHolder - com.sun.star.beans.XExactName - com.sun.star.beans.PropertyAttribute - com.sun.star.beans.PropertyConcept - com.sun.star.beans.MethodConcept - com.sun.star.lang.XEventListener - com.sun.star.lang.XInitialization - com.sun.star.lang.XTypeProvider - com.sun.star.lang.XServiceInfo - com.sun.star.lang.XSingleServiceFactory - com.sun.star.lang.XMultiServiceFactory - com.sun.star.lang.XMultiComponentFactory - com.sun.star.lang.XSingleComponentFactory - com.sun.star.registry.XRegistryKey - com.sun.star.uno.DeploymentException - com.sun.star.uno.XAggregation - com.sun.star.uno.XWeak - com.sun.star.uno.XComponentContext - com.sun.star.uno.XWeak - com.sun.star.uno.TypeClass - com.sun.star.container.XEnumerationAccess - com.sun.star.container.XNameContainer - com.sun.star.container.XIndexContainer - com.sun.star.reflection.XIdlReflection - com.sun.star.reflection.XIdlClass - com.sun.star.reflection.XIdlArray - com.sun.star.reflection.FieldAccessMode - - cppuhelper - cppu - sal - cppuhelper3$(COM) - cppu3 - sal3 - diff --git a/stoc/source/invocation_adapterfactory/invadp.xml b/stoc/source/invocation_adapterfactory/invadp.xml deleted file mode 100644 index 9d1134f5d670..000000000000 --- a/stoc/source/invocation_adapterfactory/invadp.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - invocadapt.uno - - Daniel Boelzle - com.sun.star.comp.stoc.InvocationAdapterFactory - -You can create adapter interfaces of any given type for an invocation -interface by using an adapter factory instance. - - com.sun.star.loader.SharedLibrary - C++ - - com.sun.star.script.InvocationAdapterFactory - com.sun.star.script.XTypeConverter - com.sun.star.script.XInvocationAdapterFactory - com.sun.star.script.XInvocationAdapterFactory2 - com.sun.star.lang.XTypeProvider - com.sun.star.lang.XServiceInfo - com.sun.star.lang.XSingleServiceFactory - com.sun.star.lang.XMultiServiceFactory - com.sun.star.registry.XSimpleRegistry - com.sun.star.registry.XRegistryKey - com.sun.star.uno.XAggregation - com.sun.star.uno.XComponentContext - com.sun.star.lang.XSingleComponentFactory - com.sun.star.uno.XWeak - com.sun.star.uno.TypeClass - com.sun.star.container.XEnumerationAccess - com.sun.star.container.XNameContainer - com.sun.star.container.XIndexContainer - com.sun.star.reflection.InvocationTargetException - - cppuhelper - cppu - sal - cppuhelper3$(COM) - cppu3 - sal3 - diff --git a/stoc/source/javaloader/javaloader.xml b/stoc/source/javaloader/javaloader.xml deleted file mode 100644 index c0603d3bf76f..000000000000 --- a/stoc/source/javaloader/javaloader.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - javaloader.uno - - Kay Ramme - com.sun.star.comp.stoc.JavaComponentLoader - ... - com.sun.star.loader.SharedLibrary - c++ - - com.sun.star.loader.Java - com.sun.star.loader.Java2 - ... - - com.sun.star.java.XJavaVM - com.sun.star.lang.IllegalArgumentException - com.sun.star.lang.XInitialization - com.sun.star.lang.XMultiServiceFactory - com.sun.star.lang.XServiceInfo - com.sun.star.lang.XSingleServiceFactory - com.sun.star.lang.XTypeProvider - com.sun.star.lang.XMultiComponentFactory - com.sun.star.lang.XSingleComponentFactory - com.sun.star.loader.XImplementationLoader - com.sun.star.registry.XRegistryKey - com.sun.star.uno.TypeClass - com.sun.star.uno.XAggregation - com.sun.star.uno.XWeak - - cppuhelper - cppu - sal - jvmaccess - cppuhelper3$(COM) - cppu3 - sal3 - jvmaccess3$(COM) - diff --git a/stoc/source/javavm/jen.xml b/stoc/source/javavm/jen.xml deleted file mode 100644 index 0cb45977670f..000000000000 --- a/stoc/source/javavm/jen.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - javavm.uno - - Kay Ramme - com.sun.star.comp.stoc.JavaVirtualMachine - -The Java VM service manages the creation of java vms. -It takes a look at the UNO runtime and tries to find a java environment. -If an java environment already exists, no new vm is created, instead -the existing vm given back. - - com.sun.star.loader.SharedLibrary - c++ - - com.sun.star.java.JavaVirtualMachine - ... - com.sun.star.beans.NamedValue - com.sun.star.java.XJavaThreadRegister_11 - com.sun.star.uri/ExternalUriReferenceTranslator - com.sun.star.util.XMacroExpander - com.sun.star.java.XJavaVM - com.sun.star.java.XJavaVM - com.sun.star.container.XNameAccess - com.sun.star.container.XContainer - com.sun.star.container.XContainerListener - com.sun.star.lang.XTypeProvider - com.sun.star.lang.XServiceInfo - com.sun.star.lang.XSingleServiceFactory - com.sun.star.lang.XMultiServiceFactory - com.sun.star.lang.XComponent - com.sun.star.lang.WrappedTargetRuntimeException - com.sun.star.lang.DisposedException - com.sun.star.lang.IllegalArgumentException - com.sun.star.lang.XInitialization - com.sun.star.registry.XSimpleRegistry - com.sun.star.lang.XSingleComponentFactory - com.sun.star.uno.XComponentContext - com.sun.star.uno.XAggregation - com.sun.star.uno.XWeak - com.sun.star.uno.TypeClass - com.sun.star.uno.XCurrentContext - com.sun.star.beans.PropertyValue - com.sun.star.task.XInteractionHandler - com.sun.star.task.XInteractionRequest - com.sun.star.task.XInteractionContinuation - com.sun.star.task.XInteractionAbort - com.sun.star.task.XInteractionRetry - com.sun.star.java.JavaInitializationException - com.sun.star.java.JavaDisabledException - com.sun.star.java.JavaNotFoundException - com.sun.star.java.InvalidJavaSettingsException - com.sun.star.java.RestartRequiredException - com.sun.star.java.JavaVMCreationFailureException - com.sun.star.container.XNameAccess - - cppuhelper - cppu - tools - sal - jvmaccess - salhelper - cppuhelper3$(COM) - cppu3 - tl(COM) - sal3 - jvmaccess3$(COM) - salhelper3$(COM) - diff --git a/stoc/source/namingservice/namingservice.xml b/stoc/source/namingservice/namingservice.xml deleted file mode 100644 index 159d96f7ce09..000000000000 --- a/stoc/source/namingservice/namingservice.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - namingservice.uno - - Juergen Schmidt - com.sun.star.comp.stoc.NamingService - -The naming service allows the registration and retrieval of objects. - - com.sun.star.loader.SharedLibrary - c++ - - com.sun.star.uno.NamingService - com.sun.star.lang.DisposedException - com.sun.star.lang.XComponent - com.sun.star.lang.IllegalArgumentException - com.sun.star.lang.XInitialization - com.sun.star.lang.XTypeProvider - com.sun.star.lang.XServiceInfo - com.sun.star.lang.XSingleComponentFactory - com.sun.star.lang.XSingleServiceFactory - com.sun.star.lang.XMultiServiceFactory - com.sun.star.registry.XRegistryKey - com.sun.star.uno.XAggregation - com.sun.star.uno.XComponentContext - com.sun.star.uno.XWeak - com.sun.star.uno.TypeClass - com.sun.star.uno.XNamingService - - cppuhelper - cppu - sal - cppuhelper3$(COM) - cppu3 - sal3 - diff --git a/stoc/source/proxy_factory/proxyfac.xml b/stoc/source/proxy_factory/proxyfac.xml deleted file mode 100644 index 09ae80f41056..000000000000 --- a/stoc/source/proxy_factory/proxyfac.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - proxyfac.uno - - Daniel Boelzle - com.sun.star.comp.stoc.ProxyFactory - -Specifies a factory object to create proxy objects. -These proxy object represent a given target object and can be -be aggregated. The proxy objects act UNO conform and do NOT provide -original target interfaces on queryInterface() calls. - - com.sun.star.loader.SharedLibrary - C++ - - com.sun.star.reflection.ProxyFactory - ... - com.sun.star.lang.XTypeProvider - com.sun.star.lang.XServiceInfo - com.sun.star.lang.XSingleServiceFactory - com.sun.star.lang.XMultiServiceFactory - com.sun.star.registry.XSimpleRegistry - com.sun.star.registry.XRegistryKey - com.sun.star.lang.XSingleComponentFactory - com.sun.star.uno.XComponentContext - com.sun.star.uno.XAggregation - com.sun.star.uno.XWeak - com.sun.star.reflection.XProxyFactory - - cppuhelper - cppu - sal - cppuhelper2$(COM) - cppu2 - sal2 - diff --git a/stoc/source/stocservices/stocserv.xml b/stoc/source/stocservices/stocserv.xml deleted file mode 100644 index 6a651b39d330..000000000000 --- a/stoc/source/stocservices/stocserv.xml +++ /dev/null @@ -1,142 +0,0 @@ - - - - - stocservices.uno - - Daniel Boelzle - com.sun.star.comp.stoc.TypeConverter - -This service provide a widening converter. This means it can convert -from one type to another if possible. - - com.sun.star.loader.SharedLibrary - C++ - - com.sun.star.script.Converter - com.sun.star.reflection.FieldAccessMode - com.sun.star.lang.IllegalArgumentException - com.sun.star.lang.XEventListener - com.sun.star.lang.XTypeProvider - com.sun.star.lang.XServiceInfo - com.sun.star.lang.XSingleServiceFactory - com.sun.star.lang.XSingleComponentFactory - com.sun.star.lang.XMultiServiceFactory - com.sun.star.registry.XRegistryKey - com.sun.star.script.XTypeConverter - com.sun.star.script.FailReason - com.sun.star.container.XSet - com.sun.star.container.XNameContainer - com.sun.star.container.XIndexContainer - com.sun.star.uno.XAggregation - com.sun.star.uno.XWeak - com.sun.star.uno.TypeClass - com.sun.star.uno.XComponentContext - - - Stephan Bergmann - com.sun.star.comp.uri.ExternalUriReferenceTranslator - - Instances of this service translate between external and internal - URI references. - - com.sun.star.loader.SharedLibrary - C++ - - - com.sun.star.uri.ExternalUriReferenceTranslator - - com.sun.star.lang.WrappedTargetRuntimeException - com.sun.star.uri.RelativeUriExcessParentSegments - com.sun.star.uri.XExternalUriReferenceTranslator - com.sun.star.uri.XUriReference - com.sun.star.uri.XUriReferenceFactory - com.sun.star.uri.XUriSchemeParser - - - Stephan Bergmann - com.sun.star.comp.uri.UriReferenceFactory - - Instances of this service create URI references. - - com.sun.star.loader.SharedLibrary - C++ - - - com.sun.star.uri.UriReferenceFactory - - - - Stephan Bergmann - - com.sun.star.comp.uri.UriSchemeParser_vndDOTsunDOTstarDOTscript - - - Instances of this service parse textual representations of absolute - “vnd.sun.star.script” URLs. - - com.sun.star.loader.SharedLibrary - C++ - - - com.sun.star.uri.UriSchemeParser_vndDOTsunDOTstarDOTscript - - com.sun.star.uri.XVndSunStarScriptUrlReference - - - Stephan Bergmann - - com.sun.star.comp.uri.UriSchemeParser_vndDOTsunDOTstarDOTexpand - - - Instances of this service parse textual representations of absolute - “vnd.sun.star.expand” URLs. - - com.sun.star.loader.SharedLibrary - C++ - - - com.sun.star.uri.UriSchemeParser_vndDOTsunDOTstarDOTexpand - - com.sun.star.uri.XVndSunStarExpandUrlReference - - - Stephan Bergmann - com.sun.star.comp.uri.VndSunStarPkgUrlReferenceFactory - - Instances of this service create “vnd.sun.star.pkg” - URL references. - - com.sun.star.loader.SharedLibrary - C++ - - - com.sun.star.uri.VndSunStarPkgUrlReferenceFactory - - com.sun.star.uno.DeploymentException - com.sun.star.uri.UriReferenceFactory - com.sun.star.uri.XVndSunStarPkgUrlReferenceFactory - - cppuhelper - cppu - sal - cppuhelper2(COM) - cppu2 - sal2 - -- cgit