Searched refs:m_aRootWindow (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.hxx | 235 XLIB_Window m_aRootWindow; member 237 DropTargetEntry() : m_pTarget( NULL ), m_aRootWindow( None ) {} in DropTargetEntry() 240 m_aRootWindow( None ) in DropTargetEntry() 244 m_aRootWindow( rEntry.m_aRootWindow ) in DropTargetEntry() 250 { m_pTarget = rEntry.m_pTarget; m_aRootWindow = rEntry.m_aRootWindow; return *this; } in operator =()
|
H A D | X11_selection.cxx | 2223 it->second.m_aRootWindow, in handleDropEvent() 2546 …XTranslateCoordinates( m_pDisplay, it->second.m_aRootWindow, m_aDropWindow, m_nLastDragX, m_nLastD… in sendDropPosition() 3262 if( XQueryPointer( m_pDisplay, it->second.m_aRootWindow, in startDrag() 3268 aParent = it->second.m_aRootWindow; in startDrag() 3289 aParent = aRoot = it->second.m_aRootWindow; in startDrag() 3309 XGrabPointer( m_pDisplay, it->second.m_aRootWindow, True, in startDrag() 3332 XGrabPointer( m_pDisplay, it->second.m_aRootWindow, True, in startDrag() 3348 XGrabKeyboard( m_pDisplay, it->second.m_aRootWindow, True, in startDrag() 3996 XGetGeometry( m_pDisplay, aWindow, &aEntry.m_aRootWindow, in registerDropTarget()
|
Completed in 38 milliseconds