Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx162 Sequence< Type > aAggTypes; in getTypes() local
164 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()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx684 uno::Sequence< uno::Type > aAggTypes( xAggTypeProvider->getTypes()); in getTypes() local
685 uno::Sequence< uno::Type > aResult( aOwnTypes.getLength() + aAggTypes.getLength()); in getTypes()
690 aResult[i] = aAggTypes[j]; in getTypes()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1322 uno::Sequence< uno::Type > aAggTypes; in getTypes() local
1324 aAggTypes = xBaseProvider->getTypes(); in getTypes()
1326 return ::comphelper::concatSequences( aBaseTypes, aTextTypes, aAggTypes ); in getTypes()
H A Ddocuno.cxx508 uno::Sequence<uno::Type> aAggTypes; in getTypes() local
517 aAggTypes = xNumProv->getTypes(); in getTypes()
520 long nAggLen = aAggTypes.getLength(); in getTypes()
521 const uno::Type* pAggPtr = aAggTypes.getConstArray(); in getTypes()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1054 uno::Sequence< uno::Type > aAggTypes = xAggProv->getTypes(); in getTypes() local
1055 const uno::Type* pAggTypes = aAggTypes.getConstArray(); in getTypes()
1058 aRet.realloc(nIndex + aAggTypes.getLength()); in getTypes()
1061 for(long i = 0; i < aAggTypes.getLength(); i++) in getTypes()

Completed in 78 milliseconds