Lines Matching refs:aGuard
183 MutexGuard aGuard(*m_pMutex); in disposing() local
218 ::osl::MutexGuard aGuard( *m_pMutex ); in wasNull()
296 ::osl::MutexGuard aGuard( *m_pMutex ); in getString()
303 ::osl::MutexGuard aGuard( *m_pMutex ); in getBoolean()
310 ::osl::MutexGuard aGuard( *m_pMutex ); in getByte()
317 ::osl::MutexGuard aGuard( *m_pMutex ); in getShort()
324 ::osl::MutexGuard aGuard( *m_pMutex ); in getInt()
331 ::osl::MutexGuard aGuard( *m_pMutex ); in getLong()
338 ::osl::MutexGuard aGuard( *m_pMutex ); in getFloat()
345 ::osl::MutexGuard aGuard( *m_pMutex ); in getDouble()
352 ::osl::MutexGuard aGuard( *m_pMutex ); in getBytes()
359 ::osl::MutexGuard aGuard( *m_pMutex ); in getDate()
366 ::osl::MutexGuard aGuard( *m_pMutex ); in getTime()
373 ::osl::MutexGuard aGuard( *m_pMutex ); in getTimestamp()
380 ::osl::MutexGuard aGuard( *m_pMutex ); in getBinaryStream()
421 ::osl::MutexGuard aGuard( *m_pMutex ); in getObject()
459 ::osl::MutexGuard aGuard( *m_pMutex ); in getBookmark()
477 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in moveToBookmark()
491 sal_Bool bRet( notifyAllListenersCursorBeforeMove( aGuard ) ); in moveToBookmark()
509 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in moveToBookmark()
530 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in moveRelativeToBookmark()
534 sal_Bool bRet( notifyAllListenersCursorBeforeMove( aGuard ) ); in moveRelativeToBookmark()
552 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in moveRelativeToBookmark()
571 ::osl::MutexGuard aGuard( *m_pMutex ); in compareBookmarks()
579 ::osl::MutexGuard aGuard( *m_pMutex ); in hasOrderedBookmarks()
587 ::osl::MutexGuard aGuard( *m_pMutex ); in hashBookmark()
613 ::osl::MutexGuard aGuard( m_aColumnsMutex ); in findColumn()
625 ::osl::MutexGuard aGuard( m_aColumnsMutex ); in getColumns()
641 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in next()
644 sal_Bool bRet( notifyAllListenersCursorBeforeMove( aGuard ) ); in next()
666 setCurrentRow( bRet, sal_True, aOldValues, aGuard ); in next()
691 ::osl::MutexGuard aGuard( *m_pMutex ); in isBeforeFirst()
703 ::osl::MutexGuard aGuard( *m_pMutex ); in isAfterLast()
722 ::osl::MutexGuard aGuard( *m_pMutex ); in isFirst()
749 ::osl::MutexGuard aGuard( *m_pMutex ); in isLast()
775 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in beforeFirst()
782 if((bWasNew || !m_bBeforeFirst) && notifyAllListenersCursorBeforeMove(aGuard) ) in beforeFirst()
796 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in beforeFirst()
818 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in afterLast()
823 if((bWasNew || !m_bAfterLast) && notifyAllListenersCursorBeforeMove(aGuard) ) in afterLast()
839 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in afterLast()
858 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in move()
861 sal_Bool bRet( notifyAllListenersCursorBeforeMove( aGuard ) ); in move()
882 setCurrentRow( bMoved, sal_True, aOldValues, aGuard ); in move()
922 ::osl::MutexGuard aGuard( *m_pMutex ); in getRow()
960 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in absolute()
964 && notifyAllListenersCursorBeforeMove( aGuard ); in absolute()
983 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in absolute()
1007 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in relative()
1017 && notifyAllListenersCursorBeforeMove( aGuard ) in relative()
1039 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in relative()
1062 ::osl::ResettableMutexGuard aGuard( *m_pMutex ); in previous()
1067 && notifyAllListenersCursorBeforeMove(aGuard); in previous()
1089 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in previous()
1196 ::osl::MutexGuard aGuard( *m_pMutex ); in refreshRow()
1214 ::osl::MutexGuard aGuard( *m_pMutex ); in rowUpdated()
1226 ::osl::MutexGuard aGuard( *m_pMutex ); in rowInserted()
1239 ::osl::MutexGuard aGuard( *m_pMutex ); in rowDeleted()
1253 ::osl::MutexGuard aGuard( *m_pMutex ); in getWarnings()
1268 ::osl::MutexGuard aGuard( *m_pMutex ); in clearWarnings()
1444 ::osl::MutexGuard aGuard( *m_pMutex ); in onDeleteRow()
1466 ::osl::MutexGuard aGuard( *m_pMutex ); in onDeletedRow()