Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx473 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>()
/trunk/main/basic/source/runtime/
H A Druntime.cxx1158 sal_Int32 lBound, uBound; in PushForEach() local
1161 pArray->GetDim32( i+1, lBound, uBound ); in PushForEach()
1163 p->pArrayUpperBounds[i] = uBound; in PushForEach()
/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx2140 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()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx1547 sal_Int32 lBound, uBound; in sbxToUnoValue() local
1548 pArray->GetDim32( i, lBound, uBound ); in sbxToUnoValue()
1552 pUpperBounds[j] = uBound; in sbxToUnoValue()

Completed in 123 milliseconds