Searched refs:m_pRowSet (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | RowSetCacheIterator.cxx | 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()
|
| H A D | RowSetBase.cxx | 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() 1545 …m_pRowSet->fireProperty( PROPERTY_ID_ISMODIFIED, sal_False, sal_True, ORowSetBase::GrantNotifierAc… in fire() [all …]
|
| H A D | RowSetCacheIterator.hxx | 51 ORowSetBase* m_pRowSet; member in dbaccess::ORowSetCacheIterator 56 ,m_pRowSet(_pRowSet) in ORowSetCacheIterator() 60 ORowSetCacheIterator() :m_aIter(),m_pCache(NULL),m_pRowSet(NULL){} in ORowSetCacheIterator()
|
| H A D | RowSetBase.hxx | 407 ORowSetBase* m_pRowSet; member in dbaccess::ORowSetNotifier 422 ORowSetNotifier( ORowSetBase* m_pRowSet ); 426 ORowSetNotifier( ORowSetBase* m_pRowSet,const ORowSetValueVector::Vector& i_aRow );
|
| H A D | CRowSetDataColumn.hxx | 49 ORowSetBase* m_pRowSet; member in dbaccess::ORowSetDataColumn
|