Searched refs:isInsertRow (Results 1 – 4 of 4) sorted by relevance
76 if ( !m_pRowSet->isInsertRow() && m_aIter->second.aIterator == m_pCache->m_pMatrix->end() ) in operator *()92 if ( !m_pRowSet->isInsertRow() && m_aIter->second.aIterator == m_pCache->m_pMatrix->end() ) in operator ->()134 bRet = ( m_pRowSet->isInsertRow() in isNull()
415 if ( !aCacheIter->second.pRowSet->isInsertRow() in setFetchSize()886 if ( !aCacheIter->second.pRowSet->isInsertRow() in moveWindow()1318 if ( aCacheIter->second.pRowSet->isInsertRow() && aCacheIter->second.aIterator == m_aInsertRow ) in cancelRowModification()1454 if ( !aCacheIter->second.pRowSet->isInsertRow() in rotateCacheIterator()
949 return (m_pCache && isInsertRow()) ? 0 : ORowSetBase::getRow(); in getRow()1317 …return ( m_pCache && isInsertRow() ) ? ((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex].isNu… in wasNull()1324 if ( m_pCache && isInsertRow() ) in getInsertValue()1405 if ( m_pCache && isInsertRow() ) in getBinaryStream()1417 if(m_pCache && isInsertRow() ) in getCharacterStream()1439 if ( m_pCache && isInsertRow() ) in getBlob()
383 inline sal_Bool isInsertRow() { return m_bIsInsertRow; } // isNew() || isModified(); } in isInsertRow() function in dbaccess::ORowSetBase
Completed in 117 milliseconds