Lines Matching refs:m_aCurrentRow

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()
394 …bool bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCur… in getBinaryStream()
398 m_aCurrentRow = m_pCache->m_aMatrixIter; in getBinaryStream()
400 …OSL_ENSURE(!m_aCurrentRow.isNull(),"ORowSetBase::getBinaryStream: we don't stand on a valid row! R… in getBinaryStream()
402 …bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCurrentR… in getBinaryStream()
406 …return new ::comphelper::SequenceInputStream(((*m_aCurrentRow)->get())[m_nLastColumnIndex = column… in getBinaryStream()
1122 m_aCurrentRow = m_pCache->m_aMatrixIter; in setCurrentRow()
1124 OSL_ENSURE(!m_aCurrentRow.isNull(),"CurrentRow is null!"); in setCurrentRow()
1125 m_aCurrentRow.setBookmark(m_aBookmark); in setCurrentRow()
1126 …OSL_ENSURE(!m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd(),"Position of matrix iter… in setCurrentRow()
1127 OSL_ENSURE(m_aCurrentRow->isValid(),"Currentrow isn't valid"); in setCurrentRow()
1138 m_aCurrentRow = m_pCache->m_aMatrixIter; in setCurrentRow()
1140 OSL_ENSURE(!m_aCurrentRow.isNull(),"CurrentRow is nul after positionCache!"); in setCurrentRow()
1142 ORowSetRow rRow = (*m_aCurrentRow); in setCurrentRow()
1147 if ( _bMoved && m_aCurrentRow.isNull() ) in setCurrentRow()
1150 m_aCurrentRow = m_pCache->m_aMatrixIter; in setCurrentRow()
1152 OSL_ENSURE(!m_aCurrentRow.isNull(),"CurrentRow is nul after positionCache!"); in setCurrentRow()
1158 m_aCurrentRow = m_pCache->getEnd(); in setCurrentRow()
1160 m_aCurrentRow.setBookmark(m_aBookmark); in setCurrentRow()
1169 …if(!(m_bBeforeFirst || m_bAfterLast) && !m_aCurrentRow.isNull() && m_aCurrentRow->isValid() && m_a… in setCurrentRow()
1170 m_aOldRow->setRow(new ORowSetValueVector(m_aCurrentRow->getBody())); in setCurrentRow()
1286 bNull = m_aCurrentRow.isNull(); in firePropertyChange()
1287 atest = m_aCurrentRow; in firePropertyChange()
1412 m_aCurrentRow = m_pCache->getEnd(); in movementFailed()
1416 m_aCurrentRow.setBookmark(m_aBookmark); in movementFailed()
1470 m_aCurrentRow = m_pCache->getEnd(); in onDeletedRow()
1472 m_aCurrentRow.setBookmark( m_aBookmark ); in onDeletedRow()