Searched refs:m_nStartPos (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | RowSetCache.cxx | 103 ,m_nStartPos(0) in DBG_NAME() 453 m_nStartPos = 0; in setFetchSize() 456 else if (m_nStartPos < m_nPosition && m_nPosition < m_nEndPos) in setFetchSize() 460 m_nStartPos = 0; in setFetchSize() 681 …OSL_ENSURE(((m_nPosition - m_nStartPos) - 1) < (sal_Int32)m_pMatrix->size(),"Position is behind en… in next() 842 if ( m_nPosition <= m_nStartPos ) in moveWindow() 844 if(!m_nStartPos) in moveWindow() 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() [all …]
|
| H A D | RowSetCache.hxx | 146 … sal_Int32 m_nStartPos; // start pos of the window zero based member in dbaccess::ORowSetCache
|
| /AOO41X/main/tools/source/stream/ |
| H A D | strmunx.cxx | 64 sal_Size m_nStartPos; member in InternalStreamLock 80 m_nStartPos( nStart ), in InternalStreamLock() 89 if( m_nStartPos || m_nEndPos ) in InternalStreamLock() 90 fprintf(stderr, " [ %ld ... %ld ]", m_nStartPos, m_nEndPos ); in InternalStreamLock() 101 if( m_nStartPos || m_nEndPos ) in ~InternalStreamLock() 102 fprintf(stderr, " [ %ld ... %ld ]", m_nStartPos, m_nEndPos ); in ~InternalStreamLock() 142 … if( pLock->m_nStartPos == 0 && pLock->m_nEndPos == 0 ) // whole file is already locked in LockFile() 147 if( ( nStart < pLock->m_nStartPos && nEnd > pLock->m_nStartPos ) || in LockFile() 179 nStart == pLock->m_nStartPos && nEnd == pLock->m_nEndPos ) in UnlockFile()
|