Home
last modified time | relevance | path

Searched refs:m_nEndPos (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/tools/source/stream/
H A Dstrmunx.cxx65 sal_Size m_nEndPos; member in InternalStreamLock
81 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()
/aoo41x/main/dbaccess/source/core/api/
H A DRowSetCache.cxx104 ,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()
H A DRowSetCache.hxx147 sal_Int32 m_nEndPos; // end pos of the window zero based member in dbaccess::ORowSetCache

Completed in 39 milliseconds