Searched refs:m_nStartPos (Results 1 – 3 of 3) sorted by relevance
103 ,m_nStartPos(0) in DBG_NAME()453 m_nStartPos = 0; in setFetchSize()460 m_nStartPos = 0; in setFetchSize()844 if(!m_nStartPos) in moveWindow()847 if ( nNewEndPos > m_nStartPos ) in moveWindow()861 m_nStartPos = 0; in moveWindow()922 m_nStartPos = 0; in moveWindow()1030 if(m_nStartPos < 0) in moveWindow()1031 m_nStartPos = 0; in moveWindow()1038 nPos = m_nStartPos; in moveWindow()[all …]
146 sal_Int32 m_nStartPos; // start pos of the window zero based member in dbaccess::ORowSetCache
64 sal_Size m_nStartPos; member in InternalStreamLock80 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()
Completed in 36 milliseconds