Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx840 sal_Int32 nNewEndPos = nNewStartPos + m_nFetchSize; in moveWindow() local
847 if ( nNewEndPos > m_nStartPos ) in moveWindow()
858 …OSL_ENSURE((nNewEndPos - m_nStartPos - nNewStartPos) < (sal_Int32)m_pMatrix->size(),"Position is b… in moveWindow()
859 aEnd = m_pMatrix->begin() + (nNewEndPos - m_nStartPos - nNewStartPos); in moveWindow()
865 …OSL_ENSURE((nNewEndPos - m_nStartPos -1) < (sal_Int32)m_pMatrix->size(),"Position is behind end()!… in moveWindow()
866 aEnd = m_pMatrix->begin() + ((nNewEndPos - m_nStartPos)-1); in moveWindow()
867 aIter = m_pMatrix->begin() + ((nNewEndPos - m_nStartPos)-1); in moveWindow()
944 bRet = reFillMatrix(nNewStartPos,nNewEndPos); in moveWindow()
1053 bRet = reFillMatrix(nNewStartPos,nNewEndPos); in moveWindow()
H A DRowSetCache.hxx157 sal_Bool reFillMatrix(sal_Int32 _nNewStartPos,sal_Int32 nNewEndPos);

Completed in 26 milliseconds