Searched refs:m_aCurrentRow (Results 1 – 3 of 3) sorted by relevance
226 …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()256 m_aCurrentRow = m_pCache->m_aMatrixIter; in impl_getValue()258 …OSL_ENSURE(!m_aCurrentRow.isNull(),"ORowSetBase::getValue: we don't stand on a valid row! Row is n… 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()270 ORowSetCacheMap::iterator aCacheIter = m_aCurrentRow.getIter(); in impl_getValue()281 …OSL_ENSURE(!m_aCurrentRow.isNull() && m_aCurrentRow < m_pCache->getEnd() && aCacheIter != m_pCache… in impl_getValue()283 ORowSetRow rRow = (*m_aCurrentRow); in impl_getValue()286 return ((*m_aCurrentRow)->get())[m_nLastColumnIndex = columnIndex]; in impl_getValue()[all …]
705 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateValue()721 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateNull()819 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateCharacterStream()863 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateObject()877 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateNumericObject()902 if ( !m_aCurrentRow.isNull() ) in insertRow()903 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in insertRow()964 if ( !m_aCurrentRow.isNull() ) in updateRow()965 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in updateRow()972 m_pCache->updateRow(m_aCurrentRow.operator ->(),aBookmarks); in updateRow()[all …]
133 … ORowSetCacheIterator m_aCurrentRow; // contains the actual fetched row member in dbaccess::ORowSetBase