Lines Matching refs:isNull
226 …CurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCurrentRow->isValid()) ? ((*m_aCu… in impl_wasNull()
251 …bool bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCur… 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()
281 …OSL_ENSURE(!m_aCurrentRow.isNull() && m_aCurrentRow < m_pCache->getEnd() && aCacheIter != m_pCache… in impl_getValue()
394 …bool bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCur… 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()
1124 OSL_ENSURE(!m_aCurrentRow.isNull(),"CurrentRow is null!"); in setCurrentRow()
1126 …OSL_ENSURE(!m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd(),"Position of matrix iter… in setCurrentRow()
1140 OSL_ENSURE(!m_aCurrentRow.isNull(),"CurrentRow is nul after positionCache!"); in setCurrentRow()
1147 if ( _bMoved && m_aCurrentRow.isNull() ) in setCurrentRow()
1152 OSL_ENSURE(!m_aCurrentRow.isNull(),"CurrentRow is nul after positionCache!"); 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()