Home
last modified time | relevance | path

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

/aoo41x/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx238 RTFieldAccess checkParameterizedTypeFlag(const Sequence< OUString >& typeParams, in checkParameterizedTypeFlag() argument
241 for (sal_uInt16 i=0; i < typeParams.getLength(); i++) { in checkParameterizedTypeFlag()
242 if (typeParams[i].equals(memberType)) in checkParameterizedTypeFlag()
487 Sequence< OUString > typeParams( xStruct->getTypeParameters()); in getTypeBlob() local
495 if ( typeParams.getLength() == 0) { in getTypeBlob()
506 (sal_uInt16)typeParams.getLength()); in getTypeBlob()
516 if (typeParams.getLength() > 0) in getTypeBlob()
518 typeParams, memberTypes[i]->getName()); in getTypeBlob()
526 for (i=0; i < typeParams.getLength(); i++) { in getTypeBlob()
528 RT_ACCESS_INVALID, typeParams[i]); in getTypeBlob()

Completed in 17 milliseconds