Home
last modified time | relevance | path

Searched refs:m_nMaxRowCount (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/connectivity/source/drivers/flat/
H A DETable.cxx413 ,m_nMaxRowCount(0) in OFlatTable()
771 m_nMaxRowCount = m_nRowPos -1; in seekRow()
795 if ( m_nMaxRowCount ) in seekRow()
840 else if(m_nMaxRowCount && nOffset > m_nMaxRowCount) // offset is outside the table in seekRow()
842 m_nRowPos = m_nMaxRowCount; in seekRow()
/aoo4110/main/connectivity/source/inc/flat/
H A DETable.hxx59 sal_Int32 m_nMaxRowCount; // will be set if stream is once eof member in connectivity::flat::OFlatTable

Completed in 12 milliseconds