Home
last modified time | relevance | path

Searched refs:isInsertRow (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A DRowSetCacheIterator.cxx76 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()
H A DRowSetCache.cxx415 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()
H A DRowSet.cxx949 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()
H A DRowSetBase.hxx383 inline sal_Bool isInsertRow() { return m_bIsInsertRow; } // isNew() || isModified(); } in isInsertRow() function in dbaccess::ORowSetBase

Completed in 62 milliseconds