Lines Matching refs:nCurPos
76 sal_Int32 nCurPos; in fillColumns() local
81 bRead = readLine(aHeaderLine, nCurPos); in fillColumns()
88 bRead = readLine(aFirstLine, nCurPos); in fillColumns()
94 bRead = readLine(aFirstLine, nCurPos); in fillColumns()
158 while(nRowCount < nMaxRowsToScan && readLine(aFirstLine,nCurPos) && !m_pFileStream->IsEof()); in fillColumns()
742 …atTable::seekRow(IResultSetHelper::Movement eCursorPosition, sal_Int32 nOffset, sal_Int32& nCurPos) in seekRow() argument
748 m_nFilePos = nCurPos; in seekRow()
763 nCurPos = aFind->second->second; in seekRow()
770 if ( m_pFileStream->IsEof() || !readLine(nCurPos) /*|| !checkHeaderLine()*/) in seekRow()
776 …or aPos = m_aFilePosToEndLinePos.insert(TRowPositionsInFile::value_type(m_nFilePos,nCurPos)).first; in seekRow()
788 nCurPos = aPositions->second; in seekRow()
801 nCurPos = aLastPos->second->second; in seekRow()
810 while(seekRow(IResultSetHelper::NEXT,1,nCurPos)) ; // run through after last row in seekRow()
812 seekRow(IResultSetHelper::PRIOR,1,nCurPos); in seekRow()
819 seekRow(IResultSetHelper::NEXT,1,nCurPos); in seekRow()
824 seekRow(IResultSetHelper::PRIOR,1,nCurPos); in seekRow()
835 nCurPos = aIter->second->second; in seekRow()
853 nCurPos = m_nFilePos = aLastPos->second->first; in seekRow()
855 seekRow(IResultSetHelper::NEXT,1,nCurPos); in seekRow()
862 nCurPos = aIter->second->second; in seekRow()
879 nCurPos = aFind->second; in seekRow()
885 if (m_pFileStream->IsEof() || !readLine(nCurPos) ) in seekRow()