Searched refs:actDim (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/extensions/source/ole/ |
H A D | unoconversionutilities.hxx | 174 …ateOleArrayWrapperOfDim(SAFEARRAY* pArray, unsigned int dimCount, unsigned int actDim, long* index, 2136 … unsigned int dimCount, unsigned int actDim, long* index, VARTYPE type, const Type& unotype) in createOleArrayWrapperOfDim() argument 2143 SafeArrayGetLBound(pArray, actDim, &lBound); in createOleArrayWrapperOfDim() 2144 SafeArrayGetUBound(pArray, actDim, &uBound); in createOleArrayWrapperOfDim() 2150 for (index[actDim - 1] = lBound; index[actDim - 1] <= uBound; index[actDim - 1]++) in createOleArrayWrapperOfDim() 2152 if (actDim > 1 ) in createOleArrayWrapperOfDim() 2155 actDim - 1, index, type, getElementTypeOfSequence(unotype)); in createOleArrayWrapperOfDim() 2157 pUnoArray[index[actDim - 1] - lBound].setValue(&element, getCppuType(&element)); in createOleArrayWrapperOfDim() 2223 variantToAny(&variant, pUnoArray[index[actDim - 1] - lBound], sal_False); in createOleArrayWrapperOfDim() 2225 variantToAny(&variant, pUnoArray[index[actDim - 1] - lBound], in createOleArrayWrapperOfDim()
|
Completed in 21 milliseconds