Lines Matching refs:m_pMutex

147     ,m_aRowsetListeners(*m_pMutex)  in ORowSet()
148 ,m_aApproveListeners(*m_pMutex) in ORowSet()
149 ,m_aRowsChangeListener(*m_pMutex) in ORowSet()
701 ::osl::MutexGuard aGuard( *m_pMutex ); in updateValue()
717 ::osl::MutexGuard aGuard( *m_pMutex ); in updateNull()
791 ::osl::MutexGuard aGuard( *m_pMutex ); in updateBinaryStream()
816 ::osl::MutexGuard aGuard( *m_pMutex ); in updateCharacterStream()
829 ::osl::MutexGuard aGuard( *m_pMutex ); in updateObject()
874 ::osl::MutexGuard aGuard( *m_pMutex ); in updateNumericObject()
893 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in insertRow()
945 ::osl::MutexGuard aGuard( *m_pMutex ); in getRow()
956 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in updateRow()
1015 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in deleteRow()
1067 ::osl::MutexGuard aGuard( *m_pMutex ); in implCancelRowUpdates()
1193 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in moveToInsertRow()
1280 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in moveToCurrentRow()
1314 ::osl::MutexGuard aGuard( *m_pMutex ); in wasNull()
1332 ::osl::MutexGuard aGuard( *m_pMutex ); in getString()
1338 ::osl::MutexGuard aGuard( *m_pMutex ); in getBoolean()
1344 ::osl::MutexGuard aGuard( *m_pMutex ); in getByte()
1350 ::osl::MutexGuard aGuard( *m_pMutex ); in getShort()
1356 ::osl::MutexGuard aGuard( *m_pMutex ); in getInt()
1362 ::osl::MutexGuard aGuard( *m_pMutex ); in getLong()
1368 ::osl::MutexGuard aGuard( *m_pMutex ); in getFloat()
1374 ::osl::MutexGuard aGuard( *m_pMutex ); in getDouble()
1380 ::osl::MutexGuard aGuard( *m_pMutex ); in getBytes()
1386 ::osl::MutexGuard aGuard( *m_pMutex ); in getDate()
1392 ::osl::MutexGuard aGuard( *m_pMutex ); in getTime()
1398 ::osl::MutexGuard aGuard( *m_pMutex ); in getTimestamp()
1404 ::osl::MutexGuard aGuard( *m_pMutex ); in getBinaryStream()
1416 ::osl::MutexGuard aGuard( *m_pMutex ); in getCharacterStream()
1428 ::osl::MutexGuard aGuard( *m_pMutex ); in getObject()
1516 ::osl::MutexGuard aGuard( *m_pMutex ); in getParameters()
2079 ORowSetClone* pClone = new ORowSetClone( m_aContext, *this, m_pMutex ); in createResultSet()
2103 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in deleteRows()
2953m_pMutex = &m_aMutex; // this must be done here because someone could hold a ref to us and try to … in disposing()