Searched refs:aAggTypes (Results 1 – 5 of 5) sorted by relevance
162 Sequence< Type > aAggTypes; in getTypes() local164 aAggTypes = xAggregateTypeProv->getTypes(); in getTypes()168 aTypes.realloc( nOldSize + aAggTypes.getLength() ); in getTypes()170 aAggTypes.getConstArray(), in getTypes()171 aAggTypes.getConstArray() + aAggTypes.getLength(), in getTypes()
671 uno::Sequence< uno::Type > aAggTypes( xAggTypeProvider->getTypes()); in getTypes() local672 uno::Sequence< uno::Type > aResult( aOwnTypes.getLength() + aAggTypes.getLength()); in getTypes()677 aResult[i] = aAggTypes[j]; in getTypes()
1293 uno::Sequence< uno::Type > aAggTypes; in getTypes() local1295 aAggTypes = xBaseProvider->getTypes(); in getTypes()1297 return ::comphelper::concatSequences( aBaseTypes, aTextTypes, aAggTypes ); in getTypes()
508 uno::Sequence<uno::Type> aAggTypes; in getTypes() local517 aAggTypes = xNumProv->getTypes(); in getTypes()520 long nAggLen = aAggTypes.getLength(); in getTypes()521 const uno::Type* pAggPtr = aAggTypes.getConstArray(); in getTypes()
1049 uno::Sequence< uno::Type > aAggTypes = xAggProv->getTypes(); in getTypes() local1050 const uno::Type* pAggTypes = aAggTypes.getConstArray(); in getTypes()1053 aRet.realloc(nIndex + aAggTypes.getLength()); in getTypes()1056 for(long i = 0; i < aAggTypes.getLength(); i++) in getTypes()