Home
last modified time | relevance | path

Searched refs:reflection (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx146 Reference<reflection::XEnumTypeDescription> const & xNewTD, in checkEnum()
156 Reference<reflection::XCompoundTypeDescription> const & xNewTD, in checkStruct()
169 Reference<reflection::XStructTypeDescription> xNewStructTD( in checkStruct()
276 Reference<reflection::XInterfaceAttributeTypeDescription2> in checkAttribute()
295 Reference<reflection::XPropertyTypeDescription> const & xNewTD, in checkProperty()
468 checkEnum( Reference<reflection::XEnumTypeDescription>( in check()
470 Reference<reflection::XEnumTypeDescription>( in check()
476 check( Reference<reflection::XIndirectTypeDescription>( in check()
478 Reference<reflection::XIndirectTypeDescription>( in check()
526 if (Reference<reflection::XConstantTypeDescription>( in check()
[all …]
H A Dtdmgr_tdenumeration.cxx49 com::sun::star::reflection::TypeDescriptionSearchDepth eDepth, in TypeDescriptionEnumerationImpl()
76 uno::Reference< reflection::XTypeDescriptionEnumeration > xEnum in hasMoreElements()
91 uno::Reference< reflection::XTypeDescriptionEnumeration > xEnum in nextElement()
109 uno::Reference< reflection::XTypeDescription > SAL_CALL
114 uno::Reference< reflection::XTypeDescriptionEnumeration > xEnum in nextTypeDescription()
126 uno::Reference< reflection::XTypeDescriptionEnumeration >
160 catch ( reflection::NoSuchTypeNameException const & ) in queryCurrentChildEnumeration()
166 catch ( reflection::InvalidTypeNameException const & ) in queryCurrentChildEnumeration()
/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx311 css::uno::Reference< css::reflection::XTypeDescription > > in run()
336 css::reflection::XInterfaceAttributeTypeDescription2 >( in run()
359 css::reflection::XInterfaceAttributeTypeDescription2 >( in run()
400 css::reflection::XInterfaceAttributeTypeDescription2 >( in run()
428 css::reflection::XInterfaceMethodTypeDescription >( in run()
457 css::reflection::XInterfaceMethodTypeDescription >( in run()
603 css::reflection::XSingletonTypeDescription2 >( in run()
622 css::reflection::XSingletonTypeDescription2 >( in run()
641 css::reflection::XSingletonTypeDescription2 >( in run()
659 css::uno::Reference< css::reflection::XPublished > published; in run()
[all …]
/trunk/main/udkapi/com/sun/star/reflection/
H A DXPublished.idl29 module com { module sun { module star { module reflection {
35 <type scope="com::sun::star::reflection">XTypeDescription</type>.
37 <type scope="com::sun::star::reflection">XTypeDescription</type>, but is
51 scope="com::sun::star::reflection">XCompoundTypeDescription</type>),
55 scope="com::sun::star::reflection">XIndirectTypeDescription</type>),
57 scope="com::sun::star::reflection">XConstantTypeDescription</type>),
61 scope="com::sun::star::reflection">XServiceTypeDescription2</type>),
63 scope="com::sun::star::reflection">XServiceTypeDescription2</type>),
70 <type scope="com::sun::star::reflection">XPublished</type> should be
76 (<type scope="com::sun::star::reflection">XTypeDescription</type>),
[all …]
H A DXIdlField.idl27 #include <com/sun/star/reflection/XIdlMember.idl>
31 #include <com/sun/star/reflection/XIdlClass.idl>
35 #include <com/sun/star/reflection/FieldAccessMode.idl>
49 module com { module sun { module star { module reflection {
53 /** Deprecated. Use <type scope="com::sun::star::reflection">XIdlField2</type>
58 published interface XIdlField: com::sun::star::reflection::XIdlMember
60 com::sun::star::reflection::XIdlClass getType();
61 com::sun::star::reflection::FieldAccessMode getAccessMode();
H A DXInterfaceMethodTypeDescription.idl27 #include <com/sun/star/reflection/XInterfaceMemberTypeDescription.idl>
31 #include <com/sun/star/reflection/XTypeDescription.idl>
35 #include <com/sun/star/reflection/XMethodParameter.idl>
41 module com { module sun { module star { module reflection {
48 published interface XInterfaceMethodTypeDescription: com::sun::star::reflection::XInterfaceMemberTy…
55 com::sun::star::reflection::XTypeDescription getReturnType();
69 sequence<com::sun::star::reflection::XMethodParameter> getParameters();
76 sequence<com::sun::star::reflection::XTypeDescription> getExceptions();
H A DXIdlReflection.idl31 #include <com/sun/star/reflection/XIdlClass.idl>
37 module com { module sun { module star { module reflection {
48 /** Obtaining a reflection interface for a type. You specify the type by
56 reflection interface for the demanded type (or null)
58 com::sun::star::reflection::XIdlClass forName( [in] string aTypeName );
60 /** Obtaining a reflection interface for an object. This method takes
67 reflection interface of the type of the demanded object (or null)
69 com::sun::star::reflection::XIdlClass getType( [in] any aObj );
H A DXIdlMethod.idl27 #include <com/sun/star/reflection/XIdlMember.idl>
31 #include <com/sun/star/reflection/ParamInfo.idl>
35 #include <com/sun/star/reflection/MethodMode.idl>
43 #include <com/sun/star/reflection/InvocationTargetException.idl>
49 module com { module sun { module star { module reflection {
57 published interface XIdlMethod: com::sun::star::reflection::XIdlMember
89 sequence<com::sun::star::reflection::XIdlClass> getExceptionTypes();
98 com::sun::star::reflection::MethodMode getMode();
127 com::sun::star::reflection::InvocationTargetException );
H A DXInterfaceTypeDescription2.idl27 #include "com/sun/star/reflection/XInterfaceTypeDescription.idl"
29 module com { module sun { module star { module reflection {
47 reflection of either an interface type (of type <type
48 scope="com::sun::star::reflection">XInterfaceTypeDescription</type>) or
50 scope="com::sun::star::reflection">XIndirectTypeDescription</type>)
61 reflection of either an interface type (of type <type
62 scope="com::sun::star::reflection">XInterfaceTypeDescription</type>) or
64 scope="com::sun::star::reflection">XIndirectTypeDescription</type>)
/trunk/main/udkapi/
H A DUnoApi_udkapi.mk71 udkapi/com/sun/star/reflection/ProxyFactory \
322 udkapi/com/sun/star/reflection/MethodMode \
324 udkapi/com/sun/star/reflection/ParamInfo \
325 udkapi/com/sun/star/reflection/ParamMode \
332 udkapi/com/sun/star/reflection/XIdlArray \
333 udkapi/com/sun/star/reflection/XIdlClass \
335 udkapi/com/sun/star/reflection/XIdlField \
336 udkapi/com/sun/star/reflection/XIdlField2 \
337 udkapi/com/sun/star/reflection/XIdlMember \
338 udkapi/com/sun/star/reflection/XIdlMethod \
[all …]
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx549 reflection::XConstantTypeDescription > > seq_constants( in get_type()
2130 Reference< reflection::XIndirectTypeDescription >( in get_type()
2135 Reference< reflection::XCompoundTypeDescription >( in get_type()
2140 Reference< reflection::XIndirectTypeDescription >( in get_type()
2156 Reference< reflection::XInterfaceTypeDescription2 >( in get_type()
2160 Reference< reflection::XConstantTypeDescription >( in get_type()
2164 Reference< reflection::XConstantsTypeDescription >( in get_type()
2168 Reference< reflection::XServiceTypeDescription2 >( in get_type()
2172 Reference< reflection::XSingletonTypeDescription2 >( in get_type()
2303 Reference<reflection::XInterfaceTypeDescription2> in resolveInterfaceTypedef()
[all …]
H A Dclimaker_share.h108 css::uno::Reference< css::reflection::XInterfaceTypeDescription2 >
162 css::reflection::XInterfaceTypeDescription2 * m_xType;
171 css::reflection::XCompoundTypeDescription * m_xType;
197 css::reflection::XServiceTypeDescription2 * m_xType;
206 css::reflection::XSingletonTypeDescription2 * m_xType;
220 css::reflection::XConstantTypeDescription > const & xType );
223 css::reflection::XConstantsTypeDescription > const & xType );
226 css::reflection::XEnumTypeDescription > const & xType );
233 css::reflection::XCompoundTypeDescription > const & xType );
248 css::reflection::XServiceTypeDescription2 > const & xType );
[all …]
H A Dmakefile.mk61 com.sun.star.reflection.XTypeDescriptionEnumerationAccess \
62 com.sun.star.reflection.XConstantTypeDescription \
63 com.sun.star.reflection.XConstantsTypeDescription \
64 com.sun.star.reflection.XIndirectTypeDescription \
65 com.sun.star.reflection.XEnumTypeDescription \
66 com.sun.star.reflection.XInterfaceTypeDescription2 \
67 com.sun.star.reflection.XInterfaceMethodTypeDescription \
69 com.sun.star.reflection.XCompoundTypeDescription \
70 com.sun.star.reflection.XServiceTypeDescription2 \
71 com.sun.star.reflection.XSingletonTypeDescription2 \
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dstdidlclass.hxx37 ::com::sun::star::reflection::XIdlClass * SAL_CALL createStandardClassWithSequence(
59 inline ::com::sun::star::reflection::XIdlClass * SAL_CALL
81 inline ::com::sun::star::reflection::XIdlClass * SAL_CALL
107 inline ::com::sun::star::reflection::XIdlClass * SAL_CALL
135 inline ::com::sun::star::reflection::XIdlClass * SAL_CALL
167 inline ::com::sun::star::reflection::XIdlClass * SAL_CALL
199 inline ::com::sun::star::reflection::XIdlClass * SAL_CALL
234 inline ::com::sun::star::reflection::XIdlClass * SAL_CALL
272 inline ::com::sun::star::reflection::XIdlClass * SAL_CALL
310 inline ::com::sun::star::reflection::XIdlClass * SAL_CALL
[all …]
/trunk/main/cppuhelper/
H A DLibrary_cppuhelper.mk86 com.sun.star.reflection.XArrayTypeDescription \
87 com.sun.star.reflection.XCompoundTypeDescription \
88 com.sun.star.reflection.XEnumTypeDescription \
89 com.sun.star.reflection.XIdlClass \
90 com.sun.star.reflection.XIdlClassProvider \
91 com.sun.star.reflection.XIdlField2 \
92 com.sun.star.reflection.XIdlReflection \
99 com.sun.star.reflection.XMethodParameter \
100 com.sun.star.reflection.XStructTypeDescription \
101 com.sun.star.reflection.XTypeDescription \
[all …]
/trunk/main/cppuhelper/source/
H A Dmakefile.mk87 com.sun.star.reflection.XArrayTypeDescription \
88 com.sun.star.reflection.XCompoundTypeDescription \
89 com.sun.star.reflection.XEnumTypeDescription \
90 com.sun.star.reflection.XIdlClass \
91 com.sun.star.reflection.XIdlClassProvider \
92 com.sun.star.reflection.XIdlField2 \
93 com.sun.star.reflection.XIdlReflection \
100 com.sun.star.reflection.XMethodParameter \
101 com.sun.star.reflection.XStructTypeDescription \
102 com.sun.star.reflection.XTypeDescription \
[all …]
H A Dpropertysetmixin.cxx157 static css::uno::Reference< css::reflection::XTypeDescription >
482 css::uno::Reference< css::reflection::XIdlClass > m_idlClass;
568 css::uno::Reference< css::reflection::XIdlField2 > f( in setProperty()
574 (css::uno::Reference< css::reflection::XIdlField2 >( in setProperty()
648 css::uno::Reference< css::reflection::XIdlField2 > field( in getProperty()
829 css::uno::Reference< css::reflection::XIdlClass >
834 AutoDispose< css::reflection::XIdlReflection > refl; in getReflection()
854 css::uno::Reference< css::reflection::XIdlClass > idlClass( in getReflection()
886 css::uno::Reference< css::reflection::XIdlField2 >( in wrapValue()
927 css::uno::Reference< css::reflection::XIdlField2 >( in wrapValue()
[all …]
H A Dprimeweak.cxx135 InitTypeDesc( com::sun::star::reflection::XTypeDescription ); in primeWeakMap()
136 InitTypeDesc( com::sun::star::reflection::XEnumTypeDescription ); in primeWeakMap()
137 InitTypeDesc( com::sun::star::reflection::XArrayTypeDescription ); in primeWeakMap()
138 InitTypeDesc( com::sun::star::reflection::XStructTypeDescription ); in primeWeakMap()
139 InitTypeDesc( com::sun::star::reflection::XUnionTypeDescription ); in primeWeakMap()
140 InitTypeDesc( com::sun::star::reflection::XCompoundTypeDescription ); in primeWeakMap()
141 InitTypeDesc( com::sun::star::reflection::XIndirectTypeDescription ); in primeWeakMap()
142 InitTypeDesc( com::sun::star::reflection::XInterfaceTypeDescription ); in primeWeakMap()
143 InitTypeDesc( com::sun::star::reflection::XInterfaceMemberTypeDescription ); in primeWeakMap()
144 InitTypeDesc( com::sun::star::reflection::XInterfaceMethodTypeDescription ); in primeWeakMap()
[all …]
/trunk/main/stoc/source/registry_tdprovider/
H A Drdbtdp_tdenumeration.cxx50 com::sun::star::reflection::XPublished >
58 com::sun::star::reflection::XPublished >(name, value), in IndividualConstantTypeDescriptionImpl()
88 reflection::TypeDescriptionSearchDepth eDepth, in createInstance()
90 throw ( reflection::NoSuchTypeNameException, in createInstance()
91 reflection::InvalidTypeNameException, in createInstance()
171 throw reflection::NoSuchTypeNameException(); in createInstance()
174 throw reflection::InvalidTypeNameException(); in createInstance()
186 reflection::TypeDescriptionSearchDepth eDepth ) in TypeDescriptionEnumerationImpl()
277 uno::Reference< reflection::XTypeDescription > SAL_CALL
562 uno::Reference< reflection::XTypeDescription >
[all …]
H A Dtdprovider.cxx115 reflection::XTypeDescriptionEnumerationAccess>
138 reflection::XTypeDescriptionEnumeration > SAL_CALL
142 reflection::TypeDescriptionSearchDepth depth )
143 throw ( reflection::NoSuchTypeNameException,
144 reflection::InvalidTypeNameException,
183 ::com::sun::star::reflection::TypeDescriptionSearchDepth depth )
228 uno::Reference< reflection::XTypeDescriptionEnumeration > SAL_CALL
232 reflection::TypeDescriptionSearchDepth depth ) in createTypeDescriptionEnumeration()
233 throw ( reflection::NoSuchTypeNameException, in createTypeDescriptionEnumeration()
234 reflection::InvalidTypeNameException, in createTypeDescriptionEnumeration()
[all …]
H A Drdbtdp_tdenumeration.hxx45 ::com::sun::star::reflection::XTypeDescription > > TypeDescriptionList;
49 com::sun::star::reflection::XTypeDescriptionEnumeration >
58 ::com::sun::star::reflection::TypeDescriptionSearchDepth eDepth,
60 throw ( ::com::sun::star::reflection::NoSuchTypeNameException,
61 ::com::sun::star::reflection::InvalidTypeNameException,
76 ::com::sun::star::reflection::XTypeDescription > SAL_CALL
89 ::com::sun::star::reflection::TypeDescriptionSearchDepth eDepth );
95 ::com::sun::star::reflection::XTypeDescription > queryNext();
104 ::com::sun::star::reflection::TypeDescriptionSearchDepth m_eDepth;
/trunk/main/basic/source/inc/
H A Dsbunoobj.hxx100 ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XIdlMethod > m_xUnoMethod;
101 ::com::sun::star::uno::Sequence< ::com::sun::star::reflection::ParamInfo >* pParamInfoSeq;
119 …const ::com::sun::star::uno::Sequence< ::com::sun::star::reflection::ParamInfo >& getParamInfos( v…
159 const ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XIdlClass > m_xClass;
176 …const ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XIdlClass >& getUnoClass( vo… in getUnoClass()
191 …const ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XServiceTypeDescription2 > m…
197 …const ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XServiceTypeDescription2 >& … in SbUnoService()
219 …::com::sun::star::uno::Reference< ::com::sun::star::reflection::XServiceConstructorDescription > m…
231 …::com::sun::star::uno::Reference< ::com::sun::star::reflection::XServiceConstructorDescription > g… in getServiceCtorDesc()
239 …const ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XSingletonTypeDescription > …
[all …]
/trunk/main/stoc/test/
H A Dtestproxyfac.cxx55 reflection::XProxyFactory > t_impl;
117 Reference< reflection::XProxyFactory > const & xProxyFac );
120 Reference< reflection::XProxyFactory > const & xProxyFac );
153 Reference< reflection::XProxyFactory > const & xProxyFac ) in create()
169 Reference< reflection::XProxyFactory > const & xProxyFac ) in create()
178 Reference< reflection::XProxyFactory > const & /*xProxyFac*/ ) in test_proxyfac_()
185 Reference< reflection::XProxyFactory > xTarget( xMaster, UNO_QUERY_THROW ); in test_proxyfac_()
235 Reference< reflection::XProxyFactory > const & xProxyFac ) in test_proxyfac()
280 Reference< reflection::XProxyFactory > xProxyFac( in SAL_IMPLEMENT_MAIN()
305 Reference< reflection::XProxyFactory > xSlave_lives_alone( in SAL_IMPLEMENT_MAIN()
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java44 import com.sun.star.reflection.ParamInfo;
46 import com.sun.star.reflection.XConstantTypeDescription;
47 import com.sun.star.reflection.XConstantsTypeDescription;
48 import com.sun.star.reflection.XIdlClass;
49 import com.sun.star.reflection.XIdlField;
50 import com.sun.star.reflection.XIdlMethod;
51 import com.sun.star.reflection.XIdlReflection;
52 import com.sun.star.reflection.XIndirectTypeDescription;
55 import com.sun.star.reflection.XPropertyTypeDescription;
56 import com.sun.star.reflection.XServiceTypeDescription;
[all …]
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx609 uno::Reference<reflection::XIdlMethod> xFunc; // remains empty in ReadConfiguration()
706 sal_Bool lcl_ValidReturnType( const uno::Reference<reflection::XIdlClass>& xClass ) in lcl_ValidReturnType()
869 uno::Reference<reflection::XIdlClass> xClass = in ReadFromAddIn()
890 uno::Reference<reflection::XIdlClass> xReturn = in ReadFromAddIn()
908 uno::Sequence<reflection::ParamInfo> aParams = in ReadFromAddIn()
1105 uno::Sequence< uno::Reference<reflection::XIdlMethod> > aMethods = in UpdateFromAddIn()
1111 uno::Reference<reflection::XIdlMethod> xFunc = pArray[nFuncPos]; in UpdateFromAddIn()
1134 uno::Sequence<reflection::ParamInfo> aParams = in UpdateFromAddIn()
1143 uno::Reference<reflection::XIdlClass> xParClass = in UpdateFromAddIn()
1549 uno::Reference<reflection::XIdlMethod> xFunction; in ExecuteCallWithArgs()
[all …]

Completed in 127 milliseconds

12345678910>>...12