Home
last modified time | relevance | path

Searched refs:m_pCapture (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx94 if( m_pCapture == pFrame ) in deregisterFrame()
96 static_cast<GtkSalFrame*>(m_pCapture)->grabPointer( FALSE ); in deregisterFrame()
97 m_pCapture = NULL; in deregisterFrame()
505 if( m_pCapture ) in CaptureMouse()
506 static_cast<GtkSalFrame*>(m_pCapture)->grabPointer( FALSE ); in CaptureMouse()
507 m_pCapture = NULL; in CaptureMouse()
511 if( m_pCapture ) in CaptureMouse()
513 if( pFrame == m_pCapture ) in CaptureMouse()
515 static_cast<GtkSalFrame*>(m_pCapture)->grabPointer( FALSE ); in CaptureMouse()
518 m_pCapture = pFrame; in CaptureMouse()
/aoo41x/main/vcl/inc/unx/
H A Dsaldisp.hxx363 SalFrame* m_pCapture; member in SalDisplay
480 { return m_pCapture == pFrameData; } in MouseCaptured()
482 { return m_pCapture; } in GetCaptureFrame()
/aoo41x/main/vcl/unx/generic/app/
H A Dsaldisp.cxx807 m_pCapture = NULL; in Init()
2114 m_pCapture = NULL; in CaptureMouse()
2120 m_pCapture = NULL; in CaptureMouse()
2140 m_pCapture = pCapture; in CaptureMouse()

Completed in 33 milliseconds