Searched refs:m_aMatrixIter (Results 1 – 5 of 5) sorted by relevance
398 m_aMatrixIter = m_pMatrix->end(); in setFetchSize()494 …if ( m_aMatrixIter >= m_pMatrix->end() || m_aMatrixIter < m_pMatrix->begin() || !(*m_aMatrixIter).… in getBookmark()517 m_aMatrixIter = calcPosition(); in moveToBookmark()529 return m_aMatrixIter != m_pMatrix->end() && (*m_aMatrixIter).isValid(); in moveToBookmark()541 bRet = m_aMatrixIter != m_pMatrix->end() && (*m_aMatrixIter).isValid(); in moveRelativeToBookmark()682 m_aMatrixIter = calcPosition(); in next()719 m_aMatrixIter = m_pMatrix->end(); in beforeFirst()953 m_aMatrixIter = calcPosition(); in moveWindow()954 if(!m_aMatrixIter->isValid()) in moveWindow()1108 m_aMatrixIter = calcPosition(); in last()[all …]
80 m_aIter->second.aIterator = m_pCache->m_aMatrixIter; in operator *()96 m_aIter->second.aIterator = m_pCache->m_aMatrixIter; in operator ->()
977 m_aCurrentRow = m_pCache->m_aMatrixIter; in updateRow()979 if ( m_pCache->m_aMatrixIter != m_pCache->getEnd() && (*m_pCache->m_aMatrixIter).isValid() ) in updateRow()1037 if ( m_pCache->m_aMatrixIter != m_pCache->getEnd() && m_pCache->m_aMatrixIter->isValid() ) in deleteRow()1038 aOldValues = new ORowSetValueVector( m_pCache->m_aMatrixIter->getBody() ); in deleteRow()1088 m_aCurrentRow = m_pCache->m_aMatrixIter; in implCancelRowUpdates()1214 && m_pCache->m_aMatrixIter != m_pCache->getEnd() in moveToInsertRow()1215 && m_pCache->m_aMatrixIter->isValid() in moveToInsertRow()1217 aOldValues = new ORowSetValueVector( m_pCache->m_aMatrixIter->getBody() ); in moveToInsertRow()
256 m_aCurrentRow = m_pCache->m_aMatrixIter; in impl_getValue()398 m_aCurrentRow = m_pCache->m_aMatrixIter; in getBinaryStream()1122 m_aCurrentRow = m_pCache->m_aMatrixIter; in setCurrentRow()1138 m_aCurrentRow = m_pCache->m_aMatrixIter; in setCurrentRow()1150 m_aCurrentRow = m_pCache->m_aMatrixIter; in setCurrentRow()
128 ORowSetMatrix::iterator m_aMatrixIter; // represent a row of the table member in dbaccess::ORowSetCache
Completed in 75 milliseconds