Lines Matching refs:dim
194 …void getElementCountAndTypeOfSequence( const Any& rSeq, sal_Int32 dim, Sequence< sal_Int32 >& seqE…
1266 void UnoConversionUtilities<T>::getElementCountAndTypeOfSequence( const Any& rSeq, sal_Int32 dim, in getElementCountAndTypeOfSequence() argument
1270 if( dimCount > seqElementCounts[ dim-1]) in getElementCountAndTypeOfSequence()
1271 seqElementCounts[ dim-1]= dimCount; in getElementCountAndTypeOfSequence()
1280 if( dim < seqElementCounts.getLength() ) in getElementCountAndTypeOfSequence()
1287 …getElementCountAndTypeOfSequence( Any( &arElement, pElementDescRef), dim + 1 , seqElementCounts, t… in getElementCountAndTypeOfSequence()
2251 sal_uInt32 dim = SafeArrayGetDim(pArray); in createOleArrayWrapper() local
2255 if (dim > 0) in createOleArrayWrapper()
2257 scoped_array<long> sarIndex(new long[dim]); in createOleArrayWrapper()
2260 for (unsigned int i = 0; i < dim; i++) in createOleArrayWrapper()
2265 ret = createOleArrayWrapperOfDim(pArray, dim, dim, index, type, unoType); in createOleArrayWrapper()