Home
last modified time | relevance | path

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

/aoo41x/main/extensions/source/ole/
H A Dunoconversionutilities.hxx174 …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 28 milliseconds