Lines Matching refs:XLIB_Window
84 XLIB_Window m_aTargetWindow;
176 XLIB_Window m_aRequestor;
210 XLIB_Window m_aLastOwner;
235 XLIB_Window m_aRootWindow;
258 XLIB_Window m_aWindow;
279 XLIB_Window m_aCurrentDropWindow;
297 XLIB_Window m_aDropWindow;
299 XLIB_Window m_aDropProxy;
300 XLIB_Window m_aDragSourceWindow;
335 ::std::hash_map< XLIB_Window, DropTargetEntry >
375 std::hash_map< XLIB_Window, std::hash_map< Atom, IncrementalTransfer > >
402 int getXdndVersion( XLIB_Window aXLIB_Window, XLIB_Window& rProxy );
405 void updateDragWindow( int nX, int nY, XLIB_Window aRoot );
414 …bool sendData( SelectionAdaptor* pAdaptor, XLIB_Window requestor, Atom target, Atom property, Atom…
440 XLIB_Window getWindow() { return m_aWindow; }; in getWindow()
466 void registerDropTarget( XLIB_Window aXLIB_Window, DropTarget* pTarget );
467 void deregisterDropTarget( XLIB_Window aXLIB_Window );
470 void accept( sal_Int8 dragOperation, XLIB_Window aDropXLIB_Window, XLIB_Time aXLIB_Timestamp );
471 void reject( XLIB_Window aDropXLIB_Window, XLIB_Time aXLIB_Timestamp );
472 void dropComplete( sal_Bool success, XLIB_Window aDropXLIB_Window, XLIB_Time aXLIB_Timestamp );
476 void setCursor( sal_Int32 cursor, XLIB_Window aDropXLIB_Window, XLIB_Time aXLIB_Timestamp );
477 void setImage( sal_Int32 image, XLIB_Window aDropXLIB_Window, XLIB_Time aXLIB_Timestamp );