Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx151 Sequence< Type > aAggTypes; in getTypes() local
153 aAggTypes = xAggregateTypeProv->getTypes(); in getTypes()
157 aTypes.realloc( nOldSize + aAggTypes.getLength() ); in getTypes()
159 aAggTypes.begin(), in getTypes()
160 aAggTypes.end(), in getTypes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx151 Sequence< Type > aAggTypes; in getTypes() local
153 aAggTypes = xAggregateTypeProv->getTypes(); in getTypes()
157 aTypes.realloc( nOldSize + aAggTypes.getLength() ); in getTypes()
159 aAggTypes.begin(), in getTypes()
160 aAggTypes.end(), in getTypes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dshapeuno.cxx1295 uno::Sequence< uno::Type > aAggTypes; in getTypes() local
1297 aAggTypes = xBaseProvider->getTypes(); in getTypes()
1299 return ::comphelper::concatSequences( aBaseTypes, aTextTypes, aAggTypes ); in getTypes()
H A Ddocuno.cxx1257 uno::Sequence<uno::Type> aAggTypes; in getTypes() local
1265 aAggTypes = (*xNumProv)->getTypes(); in getTypes()
1270 aAggTypes, in getTypes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dshapeuno.cxx1295 uno::Sequence< uno::Type > aAggTypes; in getTypes() local
1297 aAggTypes = xBaseProvider->getTypes(); in getTypes()
1299 return ::comphelper::concatSequences( aBaseTypes, aTextTypes, aAggTypes ); in getTypes()
H A Ddocuno.cxx1146 uno::Sequence<uno::Type> aAggTypes; in getTypes() local
1154 aAggTypes = (*xNumProv)->getTypes(); in getTypes()
1159 aAggTypes, in getTypes()