Searched refs:uBound (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | Aolevariant.cxx | 473 long lBound,uBound; in operator ::com::sun::star::uno::Sequence<sal_Int8>() local 476 hresult2 = ::SafeArrayGetUBound(pArray, 1, &uBound); in operator ::com::sun::star::uno::Sequence<sal_Int8>() 479 long nCount = uBound-lBound+1; in operator ::com::sun::star::uno::Sequence<sal_Int8>() 482 for(long i=0; SUCCEEDED(hresult1) && lBound <= uBound ;++i,++lBound) in operator ::com::sun::star::uno::Sequence<sal_Int8>()
|
/aoo41x/main/basic/source/runtime/ |
H A D | runtime.cxx | 1158 sal_Int32 lBound, uBound; in PushForEach() local 1161 pArray->GetDim32( i+1, lBound, uBound ); in PushForEach() 1163 p->pArrayUpperBounds[i] = uBound; in PushForEach()
|
/aoo41x/main/extensions/source/ole/ |
H A D | unoconversionutilities.hxx | 2140 long uBound; in createOleArrayWrapperOfDim() local 2144 SafeArrayGetUBound(pArray, actDim, &uBound); in createOleArrayWrapperOfDim() 2145 nCountElements= uBound - lBound +1; in createOleArrayWrapperOfDim() 2150 for (index[actDim - 1] = lBound; index[actDim - 1] <= uBound; index[actDim - 1]++) in createOleArrayWrapperOfDim()
|
/aoo41x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 1547 sal_Int32 lBound, uBound; in sbxToUnoValue() local 1548 pArray->GetDim32( i, lBound, uBound ); in sbxToUnoValue() 1552 pUpperBounds[j] = uBound; in sbxToUnoValue()
|
Completed in 60 milliseconds