Lines Matching refs:xType

496 	Reference< reflection::XConstantTypeDescription > const & xType )  in get_type()
498 ::System::String * cts_name = to_cts_name( xType->getName() ); in get_type()
503 xType, UNO_QUERY_THROW ); in get_type()
534 Reference< reflection::XConstantsTypeDescription > const & xType ) in get_type()
536 ::System::String * cts_name = to_cts_name( xType->getName() ); in get_type()
550 xType->getConstants() ); in get_type()
585 Reference< reflection::XEnumTypeDescription > const & xType ) in get_type()
587 ::System::String * cts_name = to_cts_name( xType->getName() ); in get_type()
610 Sequence< OUString > seq_enum_names( xType->getEnumNames() ); in get_type()
611 Sequence< sal_Int32 > seq_enum_values( xType->getEnumValues() ); in get_type()
644 Reference< reflection::XCompoundTypeDescription > const & xType ) in get_type()
646 OUString uno_name( xType->getName() ); in get_type()
647 if (TypeClass_EXCEPTION == xType->getTypeClass()) in get_type()
671 xType->getBaseType(), UNO_QUERY ); in get_type()
686 xType->acquire(); in get_type()
687 entry->m_xType = xType.get(); in get_type()
702 xType, UNO_QUERY); in get_type()
711 ::System::String * sCliName = mapUnoTypeName(ustring_to_String(xType->getName())); in get_type()
721 Reference< reflection::XInterfaceTypeDescription2 > const & xType ) in get_type()
723 OUString uno_name( xType->getName() ); in get_type()
730 ::System::String * cts_name = to_cts_name( xType->getName() ); in get_type()
743 xType->getBaseTypes(); in get_type()
780 xType->acquire(); in get_type()
781 entry->m_xType = xType.get(); in get_type()
794 Reference< reflection::XServiceTypeDescription2 > const & xType ) in get_type()
796 if (xType->isSingleInterfaceBased() == sal_False) in get_type()
799 System::String * cts_name = to_cts_name( xType->getName() ); in get_type()
814 xType->acquire(); in get_type()
815 entry->m_xType = xType.get(); in get_type()
823 Reference<reflection::XSingletonTypeDescription2 > const & xType ) in get_type()
825 if (xType->isInterfaceBased() == sal_False) in get_type()
828 ::System::String* cts_name = to_cts_name( xType->getName() ); in get_type()
844 xType->acquire(); in get_type()
845 entry->m_xType = xType.get(); in get_type()
857 reflection::XInterfaceTypeDescription2 * xType = entry->m_xType; in complete_iface_type() local
859 Sequence<Reference< reflection::XTypeDescription > > seqBaseTypes( xType->getBaseTypes() ); in complete_iface_type()
885 xType->getMembers() ); in complete_iface_type()
1095 xType->release(); in complete_iface_type()
2090 Reference< reflection::XTypeDescription > const & xType ) in get_type()
2092 switch (xType->getTypeClass()) in get_type()
2126 xType, UNO_QUERY_THROW ) ); in get_type()
2131 xType, UNO_QUERY_THROW )->getReferencedType() ); in get_type()
2136 xType, UNO_QUERY_THROW ) ); in get_type()
2141 xType, UNO_QUERY_THROW )->getReferencedType() ); in get_type()
2157 xType, UNO_QUERY_THROW ) ); in get_type()
2161 xType, UNO_QUERY_THROW ) ); in get_type()
2165 xType, UNO_QUERY_THROW ) ); in get_type()
2169 xType, UNO_QUERY_THROW) ); in get_type()
2173 xType, UNO_QUERY_THROW) ); in get_type()
2179 OUSTR("unexpected type ") + xType->getName(), in get_type()