Lines Matching refs:reflection

496     Reference< reflection::XConstantTypeDescription > const & xType )  in get_type()
502 Reference< reflection::XConstantTypeDescription > xConstant( in get_type()
534 Reference< reflection::XConstantsTypeDescription > const & xType ) in get_type()
549 reflection::XConstantTypeDescription > > seq_constants( in get_type()
551 Reference< reflection::XConstantTypeDescription > const * constants = in get_type()
558 reflection::XConstantTypeDescription > const & xConstant = in get_type()
585 Reference< reflection::XEnumTypeDescription > const & xType ) in get_type()
644 Reference< reflection::XCompoundTypeDescription > const & xType ) in get_type()
670 Reference< reflection::XCompoundTypeDescription > xBaseType( in get_type()
701 Reference< reflection::XStructTypeDescription> xStructTypeDesc( in get_type()
706 …Sequence< Reference< reflection::XTypeDescription > > seqTypeArgs = xStructTypeDesc->getTypeArgume… in get_type()
721 Reference< reflection::XInterfaceTypeDescription2 > const & xType ) in get_type()
741 std::vector<Reference<reflection::XInterfaceTypeDescription2> > vecBaseTypes; in get_type()
742 Sequence<Reference< reflection::XTypeDescription > > seqBaseTypes = in get_type()
748 Reference<reflection::XInterfaceTypeDescription2> xIfaceTd = in get_type()
761 … typedef std::vector<Reference<reflection::XInterfaceTypeDescription2> >::const_iterator it; in get_type()
794 Reference< reflection::XServiceTypeDescription2 > const & xType ) in get_type()
823 Reference<reflection::XSingletonTypeDescription2 > const & xType ) in get_type()
857 reflection::XInterfaceTypeDescription2 * xType = entry->m_xType; in complete_iface_type()
859 Sequence<Reference< reflection::XTypeDescription > > seqBaseTypes( xType->getBaseTypes() ); in complete_iface_type()
865 Reference<reflection::XInterfaceTypeDescription2> aBaseType = in complete_iface_type()
884 Reference< reflection::XInterfaceMemberTypeDescription > > seq_members( in complete_iface_type()
886 Reference< reflection::XInterfaceMemberTypeDescription > const * members = in complete_iface_type()
893 reflection::XInterfaceMemberTypeDescription > const & xMember = in complete_iface_type()
895 Sequence< Reference< reflection::XTypeDescription > > seq_exceptions; in complete_iface_type()
912 Reference< reflection::XInterfaceMethodTypeDescription > xMethod( in complete_iface_type()
916 Reference< reflection::XMethodParameter > > seq_parameters( in complete_iface_type()
921 Reference< reflection::XMethodParameter > const * parameters = in complete_iface_type()
928 Reference< reflection::XMethodParameter > const & xParam = in complete_iface_type()
957 Reference< reflection::XMethodParameter > const & xParam = in complete_iface_type()
972 Reference<reflection::XStructTypeDescription> xReturnStruct( in complete_iface_type()
977 Sequence<Reference<reflection::XTypeDescription> > seq_type_args = in complete_iface_type()
984 Reference<reflection::XTypeDescription> const * arXTypeArgs = in complete_iface_type()
1025 reflection::XInterfaceAttributeTypeDescription2 > xAttribute( in complete_iface_type()
1115 Reference< reflection::XStructTypeDescription> xStructTypeDesc( in complete_struct_type()
1150 Sequence< Reference< reflection::XTypeDescription > > seq_members( in complete_struct_type()
1157 Reference< reflection::XTypeDescription > const * pseq_members = in complete_struct_type()
1503 reflection::XServiceTypeDescription2 * xServiceType = entry->m_xType; in complete_service_type()
1525 Reference<reflection::XInterfaceTypeDescription2> xIfaceType( in complete_service_type()
1540 Sequence<Reference<reflection::XServiceConstructorDescription> > seqCtors = in complete_service_type()
1549 const Reference<reflection::XServiceConstructorDescription> & ctorDes = in complete_service_type()
1552 Sequence<Reference<reflection::XParameter> > seqParams = in complete_service_type()
1554 Reference<reflection::XParameter> const * arXParams = seqParams.getConstArray(); in complete_service_type()
1613 Reference<reflection::XParameter> const & aParam = arXParams[iparam]; in complete_service_type()
1926 const Reference<reflection::XServiceConstructorDescription> & ctorDes ) in get_service_exception_attribute()
1932 const Reference< reflection::XInterfaceMethodTypeDescription >& xMethod ) in get_iface_method_exception_attribute()
1935 const Sequence<Reference<reflection::XTypeDescription> > seqTD = xMethod->getExceptions(); in get_iface_method_exception_attribute()
1937 Sequence<Reference<reflection::XCompoundTypeDescription> > seqCTD(len); in get_iface_method_exception_attribute()
1938 Reference<reflection::XCompoundTypeDescription> * arCTD = seqCTD.getArray(); in get_iface_method_exception_attribute()
1940 arCTD[i] = Reference<reflection::XCompoundTypeDescription>(seqTD[i], UNO_QUERY_THROW); in get_iface_method_exception_attribute()
1946 const Sequence<Reference< reflection::XCompoundTypeDescription > >& seq_exceptionsTd ) in get_exception_attribute()
1950 Reference< reflection::XCompoundTypeDescription > const * exceptions = in get_exception_attribute()
1964 Reference< reflection::XCompoundTypeDescription > const & xExc = in get_exception_attribute()
1979 reflection::XSingletonTypeDescription2 * xSingletonType = entry->m_xType; in complete_singleton_type()
2001 Reference<reflection::XInterfaceTypeDescription2> xIfaceType( in complete_singleton_type()
2090 Reference< reflection::XTypeDescription > const & xType ) in get_type()
2125 return get_type( Reference< reflection::XEnumTypeDescription >( 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()
2262 const Sequence<Reference<reflection::XCompoundTypeDescription> > & seqExceptionsTd) in get_service_ctor_method_exceptions_reduced()
2299 css::uno::Reference< css::reflection::XInterfaceTypeDescription2 >
2301 const css::uno::Reference<css::reflection::XTypeDescription>& type) in resolveInterfaceTypedef()
2303 Reference<reflection::XInterfaceTypeDescription2> in resolveInterfaceTypedef()
2309 Reference<reflection::XIndirectTypeDescription> xIndTd( in resolveInterfaceTypedef()