Home
last modified time | relevance | path

Searched refs:m_aCurrentRow (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/dbaccess/source/core/api/
H A DRowSetBase.cxx226 …olumnIndex != -1) && !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCurrentR… in impl_wasNull()
251 …bool bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCur… in impl_getValue()
260 …bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCurrentR… in impl_getValue()
269 aCurrentRow = m_aCurrentRow; in impl_getValue()
394 …bool bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCur… in getBinaryStream()
402 …bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCurrentR… in getBinaryStream()
1158 m_aCurrentRow = m_pCache->getEnd(); in setCurrentRow()
1169 …if(!(m_bBeforeFirst || m_bAfterLast) && !m_aCurrentRow.isNull() && m_aCurrentRow->isValid() && m_a… in setCurrentRow()
1286 bNull = m_aCurrentRow.isNull(); in firePropertyChange()
1287 atest = m_aCurrentRow; in firePropertyChange()
[all …]
H A DRowSet.cxx902 if ( !m_aCurrentRow.isNull() ) in insertRow()
964 if ( !m_aCurrentRow.isNull() ) in updateRow()
977 m_aCurrentRow = m_pCache->m_aMatrixIter; in updateRow()
1088 m_aCurrentRow = m_pCache->m_aMatrixIter; in implCancelRowUpdates()
1090 m_aCurrentRow.setBookmark(m_aBookmark); in implCancelRowUpdates()
1223 m_aCurrentRow = m_pCache->m_aInsertRow; in moveToInsertRow()
1894 m_aCurrentRow); in execute_NoApprove_NoNewConn()
1998 m_aCurrentRow); in execute_NoApprove_NoNewConn()
2750 m_aCurrentRow = m_pCache->m_aInsertRow; in checkUpdateIterator()
2764 if ( m_aCurrentRow.isNull() ) in checkUpdateConditions()
[all …]
H A DRowSetBase.hxx133 ORowSetCacheIterator m_aCurrentRow; // contains the actual fetched row member in dbaccess::ORowSetBase

Completed in 59 milliseconds