Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.hxx60 class SelectionAdaptor class
157 public SelectionAdaptor
189 SelectionAdaptor* m_pAdaptor;
380 SelectionAdaptor* getAdaptor( Atom selection );
407 …bool sendData( SelectionAdaptor* pAdaptor, XLIB_Window requestor, Atom target, Atom property, Atom…
435 void registerHandler( Atom selection, SelectionAdaptor& rAdaptor );
H A DX11_selection.cxx532 SelectionAdaptor* SelectionManager::getAdaptor( Atom selection ) in getAdaptor()
756 SelectionAdaptor* pAdaptor = getAdaptor( selection ); in requestOwnership()
1465 bool SelectionManager::sendData( SelectionAdaptor* pAdaptor, in sendData()
1650 SelectionAdaptor* pAdaptor = getAdaptor( rRequest.selection ); in handleSelectionRequest()
2846 SelectionAdaptor* pAdaptor = getAdaptor( XA_PRIMARY ); in handleDragEvent()
3657 SelectionAdaptor* pAdaptor = getAdaptor( rEvent.xselectionclear.selection ); in handleXEvent()
3784 … std::list< std::pair< SelectionAdaptor*, css::uno::Reference< XInterface > > > aChangeList; in run()
3794 std::pair< SelectionAdaptor*, css::uno::Reference< XInterface > > in run()
3922 void SelectionManager::registerHandler( Atom selection, SelectionAdaptor& rAdaptor ) in registerHandler()
H A DX11_clipboard.hxx51 public SelectionAdaptor