Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/core/api/
H A DRowSetCache.cxx1636 TOldRowSetRows::iterator aOldRowEnd = m_aOldRows.end(); in deregisterOldRow()
1637 …for (TOldRowSetRows::iterator aOldRowIter = m_aOldRows.begin(); aOldRowIter != aOldRowEnd; ++aOldR… in deregisterOldRow()
1650 TOldRowSetRows::iterator aOldRowEnd = m_aOldRows.end(); in reFillMatrix()
1651 …for (TOldRowSetRows::iterator aOldRowIter = m_aOldRows.begin(); aOldRowIter != aOldRowEnd; ++aOldR… in reFillMatrix()
1672 TOldRowSetRows::iterator aOldRowEnd = m_aOldRows.end(); in fill()
1673 …for (TOldRowSetRows::iterator aOldRowIter = m_aOldRows.begin(); aOldRowIter != aOldRowEnd; ++aOldR… in fill()
H A DRowSetCache.hxx116 typedef ::std::vector< TORowSetOldRowHelperRef > TOldRowSetRows; typedef in dbaccess::ORowSetCache
131 TOldRowSetRows m_aOldRows;

Completed in 26 milliseconds