Lines Matching refs:XLIB_Window

917     XLIB_Window aSelectionOwner = XGetSelectionOwner( m_pDisplay, selection );  in getPasteData()
1469 XLIB_Window requestor, in sendData()
1576 …std::hash_map< XLIB_Window, std::hash_map< Atom, IncrementalTransfer > >::const_iterator win_it = … in sendData()
1975 std::hash_map< XLIB_Window, std::hash_map< Atom, IncrementalTransfer > >::iterator it; in handleSendPropertyNotify()
2157 XLIB_Window aSource = rMessage.data.l[0]; in handleDropEvent()
2158 XLIB_Window aTarget = rMessage.window; in handleDropEvent()
2162 ::std::hash_map< XLIB_Window, DropTargetEntry >::iterator it = in handleDropEvent()
2176 …else if( m_aDropEnterEvent.data.l[0] != None && (XLIB_Window)m_aDropEnterEvent.data.l[0] != aSourc… in handleDropEvent()
2197 … ( m_aDropEnterEvent.data.l[0] == None || XLIB_Window(m_aDropEnterEvent.data.l[0]) == aSource ) in handleDropEvent()
2213 aSource == XLIB_Window(m_aDropEnterEvent.data.l[0]) in handleDropEvent()
2221 XLIB_Window aChild; in handleDropEvent()
2269 aSource == XLIB_Window(m_aDropEnterEvent.data.l[0]) in handleDropEvent()
2287 aSource == XLIB_Window(m_aDropEnterEvent.data.l[0]) in handleDropEvent()
2334 void SelectionManager::dropComplete( sal_Bool bSuccess, XLIB_Window aDropWindow, XLIB_Time ) in dropComplete()
2538 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it = in sendDropPosition()
2545 XLIB_Window aChild; in sendDropPosition()
2601 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it = in handleDragEvent()
2708XLIB_Window root = rMessage.type == MotionNotify ? rMessage.xmotion.root : rMessage.xcrossing.root; in handleDragEvent()
2804 XLIB_Window aChild; in handleDragEvent()
2854 XLIB_Window aDummy; in handleDragEvent()
2913 void SelectionManager::accept( sal_Int8 dragOperation, XLIB_Window aDropWindow, XLIB_Time ) in accept()
2935 void SelectionManager::reject( XLIB_Window aDropWindow, XLIB_Time ) in reject()
2983 int SelectionManager::getXdndVersion( XLIB_Window aWindow, XLIB_Window& rProxy ) in getXdndVersion()
3011 rProxy = *(XLIB_Window*)pBytes; in getXdndVersion()
3021 if( nType == XA_WINDOW && *(XLIB_Window*)pBytes != rProxy ) in getXdndVersion()
3033 XLIB_Window aAwareWindow = rProxy != None ? rProxy : aWindow; in getXdndVersion()
3051 void SelectionManager::updateDragWindow( int nX, int nY, XLIB_Window aRoot ) in updateDragWindow()
3060 XLIB_Window aParent = aRoot; in updateDragWindow()
3061 XLIB_Window aChild; in updateDragWindow()
3062 XLIB_Window aNewProxy = None, aNewCurrentWindow = None; in updateDragWindow()
3103 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it; in updateDragWindow()
3254 XLIB_Window aRoot, aParent, aChild; in startDrag()
3258 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it; in startDrag()
3556 void SelectionManager::setCursor( sal_Int32 cursor, XLIB_Window aDropWindow, XLIB_Time ) in setCursor()
3572 void SelectionManager::setImage( sal_Int32, XLIB_Window, XLIB_Time ) in setImage() argument
3795 XLIB_Window aOwner = XGetSelectionOwner( This->m_pDisplay, it->first ); in run()
3967 void SelectionManager::registerDropTarget( XLIB_Window aWindow, DropTarget* pTarget ) in registerDropTarget()
3972 ::std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it = in registerDropTarget()
4011 void SelectionManager::deregisterDropTarget( XLIB_Window aWindow ) in deregisterDropTarget()
4019 std::hash_map< XLIB_Window, DropTargetEntry >::const_iterator it = in deregisterDropTarget()