Searched refs:getReferencedType (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/odk/examples/java/Inspector/ |
H A D | SourceCodeGenerator.java | 487 … XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(_sTypeName); in getTypeString() 526 … XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(sTypeName); in getVariableDeclaration() 602 …XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(getTypeName()… in getCentralVariableStemName() 711 …XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(getTypeName()… in getVariableStemName() 878 … XTypeDescription xTypeDescription = m_oIntrospector.getReferencedType(sClassName); in getHeaderSourceCode() 1435 … XTypeDescription xTypeDescription = m_oIntrospector.getReferencedType(sClassName); in getHeaderSourceCode()
|
H A D | Introspector.java | 433 public XTypeDescription getReferencedType(String _sTypeName){ in getReferencedType() method in Introspector 441 xTypeDescription = xIndirectTypeDescription.getReferencedType(); in getReferencedType()
|
/aoo42x/main/stoc/source/tdmanager/ |
H A D | tdmgr.cxx | 651 …virtual Reference< XTypeDescription > SAL_CALL getReferencedType() throw(::com::sun::star::uno::Ru… 670 Reference< XTypeDescription > SequenceTypeDescriptionImpl::getReferencedType() in getReferencedType() function in stoc_tdmgr::SequenceTypeDescriptionImpl 853 type, UNO_QUERY_THROW)->getReferencedType(); in resolveTypedefs()
|
H A D | tdmgr_check.cxx | 477 xNewTD, UNO_QUERY_THROW )->getReferencedType(), in check() 479 xExistingTD, UNO_QUERY_THROW )->getReferencedType() ); in check()
|
/aoo42x/main/stoc/source/registry_tdprovider/ |
H A D | tdef.cxx | 51 Reference< XTypeDescription > TypedefTypeDescriptionImpl::getReferencedType() in getReferencedType() function in stoc_rdbtdp::TypedefTypeDescriptionImpl
|
H A D | tdprovider.cxx | 480 resolved, UNO_QUERY_THROW)->getReferencedType(); in resolveTypedefs()
|
H A D | base.hxx | 386 getReferencedType() throw(::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 509 access, xType->getReferencedType() ); in createCTD() 648 pRet = createCTD( access, xTypedef->getReferencedType() ); in createCTD()
|
H A D | propertysetmixin.cxx | 331 t, css::uno::UNO_QUERY_THROW)->getReferencedType(); in resolveTypedefs()
|
/aoo42x/main/udkapi/com/sun/star/reflection/ |
H A D | XIndirectTypeDescription.idl | 49 com::sun::star::reflection::XTypeDescription getReferencedType();
|
/aoo42x/main/stoc/test/tdmanager/ |
H A D | testtdmanager.cxx | 194 sequence->getReferencedType()->getName()); in run()
|
/aoo42x/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 2131 xType, UNO_QUERY_THROW )->getReferencedType() ); in get_type() 2141 xType, UNO_QUERY_THROW )->getReferencedType() ); in get_type() 2315 return resolveInterfaceTypedef(xIndTd->getReferencedType()); in resolveInterfaceTypedef()
|
/aoo42x/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 508 xTD->getReferencedType()->getName().replace('.', '/'), in getTypeBlop()
|
/aoo42x/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 621 writer.setSuperTypeName(0, xTD->getReferencedType() in getTypeBlob()
|
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySetMixin.java | 1012 XIndirectTypeDescription.class, type).getReferencedType(); in resolveTypedefs()
|
Completed in 107 milliseconds