Lines Matching refs:nCurPos
741 …atTable::seekRow(IResultSetHelper::Movement eCursorPosition, sal_Int32 nOffset, sal_Int32& nCurPos) in seekRow() argument
747 m_nFilePos = nCurPos; in seekRow()
762 nCurPos = aFind->second->second; in seekRow()
769 if ( m_pFileStream->IsEof() || !readLine(nCurPos) /*|| !checkHeaderLine()*/) in seekRow()
775 …or aPos = m_aFilePosToEndLinePos.insert(TRowPositionsInFile::value_type(m_nFilePos,nCurPos)).first; in seekRow()
787 nCurPos = aPositions->second; in seekRow()
800 nCurPos = aLastPos->second->second; in seekRow()
809 while(seekRow(IResultSetHelper::NEXT,1,nCurPos)) ; // run through after last row in seekRow()
811 seekRow(IResultSetHelper::PRIOR,1,nCurPos); in seekRow()
818 seekRow(IResultSetHelper::NEXT,1,nCurPos); in seekRow()
823 seekRow(IResultSetHelper::PRIOR,1,nCurPos); in seekRow()
834 nCurPos = aIter->second->second; in seekRow()
852 nCurPos = m_nFilePos = aLastPos->second->first; in seekRow()
854 seekRow(IResultSetHelper::NEXT,1,nCurPos); in seekRow()
861 nCurPos = aIter->second->second; in seekRow()
878 nCurPos = aFind->second; in seekRow()
884 if (m_pFileStream->IsEof() || !readLine(nCurPos) ) in seekRow()