Searched refs:m_nMaxRowCount (Results 1 – 2 of 2) sorted by relevance
414 ,m_nMaxRowCount(0) in OFlatTable()772 m_nMaxRowCount = m_nRowPos -1; in seekRow()796 if ( m_nMaxRowCount ) in seekRow()841 else if(m_nMaxRowCount && nOffset > m_nMaxRowCount) // offset is outside the table in seekRow()843 m_nRowPos = m_nMaxRowCount; in seekRow()
59 sal_Int32 m_nMaxRowCount; // will be set if stream is once eof member in connectivity::flat::OFlatTable
Completed in 8 milliseconds