Searched refs:m_nInAppend (Results 1 – 8 of 8) sorted by relevance
/trunk/main/dbaccess/source/core/api/ |
H A D | viewcontainer.cxx | 147 EnsureReset aReset(m_nInAppend); in appendObject() 226 && ( !m_nInAppend ) in elementInserted()
|
H A D | tablecontainer.cxx | 313 EnsureReset aReset(m_nInAppend); in appendObject() 454 if ( !m_nInAppend && !hasByName(sName) ) in elementInserted()
|
H A D | FilteredContainer.cxx | 266 ,m_nInAppend(_nInAppend) in OFilteredContainer()
|
H A D | RowSet.cxx | 159 ,m_nInAppend(0) in ORowSet() 2259 …pTables = new OTableContainer(*this,m_aMutex,m_xActiveConnection,bCase,NULL,NULL,NULL,m_nInAppend); in impl_getTables_throw()
|
H A D | RowSet.hxx | 133 oslInterlockedCount m_nInAppend; member in dbaccess::ORowSet
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | connection.cxx | 331 ,m_nInAppend(0) in DBG_NAME() 370 …OTableContainer( *this, m_aMutex, this, bCase, xTableDefinitions, this, &m_aWarnings,m_nInAppend ); in DBG_NAME() 400 m_pViews = new OViewContainer(*this, m_aMutex, this, bCase,this,&m_aWarnings,m_nInAppend); in DBG_NAME()
|
H A D | connection.hxx | 115 oslInterlockedCount m_nInAppend; member in dbaccess::OConnection
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | FilteredContainer.hxx | 48 oslInterlockedCount& m_nInAppend; member in dbaccess::OFilteredContainer
|
Completed in 54 milliseconds