Home
last modified time | relevance | path

Searched refs:getTypeParameters (Results 1 – 12 of 12) sorted by relevance

/aoo42x/main/udkapi/com/sun/star/reflection/
H A DXStructTypeDescription.idl44 -->XStructTypeDescription::getTypeParameters</member> returns a non-empty
52 -->XStructTypeDescription::getTypeParameters</member> returns an empty
59 -->XStructTypeDescription::getTypeParameters</member> and
75 sequence<string> getTypeParameters();
/aoo42x/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx222 assertEqual< sal_Int32 >(0, structure->getTypeParameters().getLength()); in run()
248 assertEqual< sal_Int32 >(2, structure->getTypeParameters().getLength()); in run()
251 structure->getTypeParameters()[0]); in run()
254 structure->getTypeParameters()[1]); in run()
284 assertEqual< sal_Int32 >(0, structure->getTypeParameters().getLength()); in run()
/aoo42x/main/stoc/source/tdmanager/
H A Dtdmgr.cxx907 virtual Sequence< OUString > SAL_CALL getTypeParameters() in getTypeParameters() function in stoc_tdmgr::__anon46f76ba00111::InstantiatedStruct
952 Sequence< OUString > parameters(m_struct->getTypeParameters()); in getMemberTypes()
1016 structType->getTypeParameters().getLength()))) in getInstantiatedStruct()
H A Dtdmgr_check.cxx175 if (xNewStructTD->getTypeParameters() != in checkStruct()
176 xExistingStructTD->getTypeParameters()) in checkStruct()
/aoo42x/main/idlc/inc/idlc/
H A Dfehelper.hxx81 std::vector< rtl::OString > const & getTypeParameters() const in getTypeParameters() function in FeInheritanceHeader
/aoo42x/main/cppuhelper/source/
H A Dtdmgr.cxx234 if (xType.is() && xType->getTypeParameters().getLength() == 0) in createCTD()
263 templateDesc->getTypeParameters().getLength() in createCTD()
/aoo42x/main/stoc/source/registry_tdprovider/
H A Dstructtypedescription.hxx80 getTypeParameters() throw (com::sun::star::uno::RuntimeException);
H A Dstructtypedescription.cxx94 css::uno::Sequence< rtl::OUString > StructTypeDescription::getTypeParameters() in getTypeParameters() function in StructTypeDescription
/aoo42x/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx221 assertEqual< sal_Int32 >(0, structure->getTypeParameters().getLength()); in run()
/aoo42x/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx487 Sequence< OUString > typeParams( xStruct->getTypeParameters()); in getTypeBlob()
/aoo42x/main/idlc/source/
H A Dparser.y2663 *$1->getName(), $1->getTypeParameters(), pBase, pScope);
/aoo42x/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx1119 seq_type_parameters = xStructTypeDesc->getTypeParameters(); in complete_struct_type()

Completed in 368 milliseconds