blob: 2f7bc5b8cc6081ae6d46c4fd98cdc899358157b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
<COMPONENTDESCRIPTION
xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
<Author> Juergen Schmidt </Author>
<Name> com.sun.star.comp.stoc.Introspection </Name>
<Description>
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".
</Description>
<ModuleName> insp </ModuleName>
<LoaderName> com.sun.star.loader.SharedLibrary </LoaderName>
<Language> c++ </Language>
<Status StatusValue="final"/>
<SupportedService> com.sun.star.beans.Introspection </SupportedService>
<ServiceDependency> com.sun.star.reflection.CoreReflection </ServiceDependency>
<ProjectBuildDependency> cppuhelper </ProjectBuildDependency>
<ProjectBuildDependency> cppu </ProjectBuildDependency>
<ProjectBuildDependency> vos </ProjectBuildDependency>
<ProjectBuildDependency> sal </ProjectBuildDependency>
<RuntimeModuleDependency> cppuhelper </RuntimeModuleDependency>
<RuntimeModuleDependency> cppu1 </RuntimeModuleDependency>
<RuntimeModuleDependency> vos1$(COM) </RuntimeModuleDependency>
<RuntimeModuleDependency> sal1 </RuntimeModuleDependency>
<Type> com.sun.star.beans.XIntrospection </Type>
<Type> com.sun.star.beans.XIntrospectionAccess </Type>
<Type> com.sun.star.beans.XPropertySet </Type>
<Type> com.sun.star.beans.XFastPropertySet </Type>
<Type> com.sun.star.beans.XMaterialHolder </Type>
<Type> com.sun.star.beans.XExactName </Type>
<Type> com.sun.star.beans.PropertyAttribute </Type>
<Type> com.sun.star.beans.PropertyConcept </Type>
<Type> com.sun.star.beans.MethodConcept </Type>
<Type> com.sun.star.lang.XEventListener </Type>
<Type> com.sun.star.lang.XInitialization </Type>
<Type> com.sun.star.lang.XTypeProvider </Type>
<Type> com.sun.star.lang.XServiceInfo </Type>
<Type> com.sun.star.lang.XSingleServiceFactory </Type>
<Type> com.sun.star.lang.XMultiServiceFactory </Type>
<Type> com.sun.star.registry.XRegistryKey </Type>
<Type> com.sun.star.uno.XAggregation </Type>
<Type> com.sun.star.uno.XWeak </Type>
<Type> com.sun.star.uno.TypeClass </Type>
<Type> com.sun.star.container.XEnumerationAccess </Type>
<Type> com.sun.star.container.XNameContainer </Type>
<Type> com.sun.star.container.XIndexContainer </Type>
<Type> com.sun.star.reflection.XIdlReflection </Type>
<Type> com.sun.star.reflection.XIdlClassProvider </Type>
<Type> com.sun.star.reflection.XIdlClass </Type>
<Type> com.sun.star.reflection.XIdlArray </Type>
<Type> com.sun.star.reflection.FieldAccessMode </Type>
</COMPONENTDESCRIPTION>
|