Searched refs:m_pRowSet (Results 1 – 5 of 5) sorted by relevance
41 ,m_pRowSet(_rRH.m_pRowSet) in ORowSetCacheIterator()58 m_pRowSet = _rRH.m_pRowSet; in operator =()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 ->()130 sal_Bool bRet = !m_pCache || !m_pRowSet || m_aIter == m_pCache->m_aCacheIterators.end(); in isNull()134 bRet = ( m_pRowSet->isInsertRow() in isNull()147 return m_pRowSet ? m_pRowSet->getMutex() : NULL; in getMutex()
1495 :m_pRowSet( _pRowSet ) in DBG_NAME()1504 OSL_ENSURE( m_pRowSet, "ORowSetNotifier::ORowSetNotifier: invalid row set. This wil crash." ); in DBG_NAME()1507 m_bWasNew = m_pRowSet->isNew( ORowSetBase::GrantNotifierAccess() ); in DBG_NAME()1508 m_bWasModified = m_pRowSet->isModified( ORowSetBase::GrantNotifierAccess() ); in DBG_NAME()1511 if ( m_pRowSet->isModification( ORowSetBase::GrantNotifierAccess() ) ) in DBG_NAME()1512 m_pRowSet->doCancelModification( ORowSetBase::GrantNotifierAccess() ); in DBG_NAME()1517 ,m_pRowSet( _pRowSet ) in ORowSetNotifier()1526 OSL_ENSURE( m_pRowSet, "ORowSetNotifier::ORowSetNotifier: invalid row set. This wil crash." ); in ORowSetNotifier()1543 && ( m_bWasModified != m_pRowSet->isModified( ORowSetBase::GrantNotifierAccess() ) ) in fire()1548 && ( m_bWasNew != m_pRowSet->isNew( ORowSetBase::GrantNotifierAccess() ) ) in fire()[all …]
51 ORowSetBase* m_pRowSet; member in dbaccess::ORowSetCacheIterator56 ,m_pRowSet(_pRowSet) in ORowSetCacheIterator()60 ORowSetCacheIterator() :m_aIter(),m_pCache(NULL),m_pRowSet(NULL){} in ORowSetCacheIterator()
407 ORowSetBase* m_pRowSet; member in dbaccess::ORowSetNotifier422 ORowSetNotifier( ORowSetBase* m_pRowSet );426 ORowSetNotifier( ORowSetBase* m_pRowSet,const ORowSetValueVector::Vector& i_aRow );
49 ORowSetBase* m_pRowSet; member in dbaccess::ORowSetDataColumn
Completed in 18 milliseconds