Lines Matching refs:m_aMutex

209 :	SlideShowView_Base( m_aMutex ),  in SlideShowView()
216 mpViewListeners( new SlideShowViewListeners( m_aMutex ) ), in SlideShowView()
217 mpPaintListeners( new SlideShowViewPaintListeners( m_aMutex ) ), in SlideShowView()
218 mpMouseListeners( new SlideShowViewMouseListeners( m_aMutex ) ), in SlideShowView()
219 mpMouseMotionListeners( new SlideShowViewMouseMotionListeners( m_aMutex ) ), in SlideShowView()
233 ::osl::MutexGuard aGuard( m_aMutex ); in dispose()
260 ::osl::MutexGuard aGuard( m_aMutex ); in disposing()
285 ::osl::ClearableMutexGuard aGuard( m_aMutex ); in paint()
309 ::osl::MutexGuard aGuard( m_aMutex ); in getCanvas()
317 ::osl::MutexGuard aGuard( m_aMutex ); in clear()
341 ::osl::MutexGuard aGuard( m_aMutex ); in getTransformation()
396 ::osl::MutexGuard aGuard( m_aMutex ); in addTransformationChangedListener()
404 ::osl::MutexGuard aGuard( m_aMutex ); in removeTransformationChangedListener()
412 ::osl::MutexGuard aGuard( m_aMutex ); in addPaintListener()
420 ::osl::MutexGuard aGuard( m_aMutex ); in removePaintListener()
428 ::osl::MutexGuard aGuard( m_aMutex ); in addMouseListener()
436 ::osl::MutexGuard aGuard( m_aMutex ); in removeMouseListener()
444 ::osl::MutexGuard aGuard( m_aMutex ); in addMouseMotionListener()
460 ::osl::MutexGuard aGuard( m_aMutex ); in removeMouseMotionListener()
471 ::osl::MutexGuard aGuard( m_aMutex ); in setMouseCursor()
506 ::osl::ClearableMutexGuard aGuard( m_aMutex ); in windowResized()
538 ::osl::ClearableMutexGuard aGuard( m_aMutex ); in mousePressed()
562 ::osl::ClearableMutexGuard aGuard( m_aMutex ); in mouseReleased()
585 ::osl::ClearableMutexGuard aGuard( m_aMutex ); in mouseEntered()
601 ::osl::ClearableMutexGuard aGuard( m_aMutex ); in mouseExited()
618 ::osl::ClearableMutexGuard aGuard( m_aMutex ); in mouseDragged()
634 ::osl::ClearableMutexGuard aGuard( m_aMutex ); in mouseMoved()