Searched refs:m_nEndPos (Results 1 – 3 of 3) sorted by relevance
65 sal_Size m_nEndPos; member in InternalStreamLock81 m_nEndPos( nEnd ), 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()148 ( nStart < pLock->m_nEndPos && nEnd > pLock->m_nEndPos ) ) in LockFile()179 nStart == pLock->m_nStartPos && nEnd == pLock->m_nEndPos ) in UnlockFile()
104 ,m_nEndPos(0) in DBG_NAME()454 m_nEndPos = _nSize; in setFetchSize()456 else if (m_nStartPos < m_nPosition && m_nPosition < m_nEndPos) in setFetchSize()461 m_nEndPos = _nSize; in setFetchSize()754 aIter = m_pMatrix->begin() + m_nEndPos; in fillMatrix()755 i = m_nEndPos+1; in fillMatrix()1697 reFillMatrix(m_nStartPos+1,m_nEndPos+1); in reset()
147 sal_Int32 m_nEndPos; // end pos of the window zero based member in dbaccess::ORowSetCache
Completed in 30 milliseconds