Home
last modified time | relevance | path

Searched refs:m_pSelectionManager (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_droptarget.cxx43 m_pSelectionManager( NULL ) in DropTarget()
49 if( m_pSelectionManager ) in ~DropTarget()
50 m_pSelectionManager->deregisterDropTarget( m_aTargetWindow ); in ~DropTarget()
68 m_pSelectionManager = &SelectionManager::get( aDisplayName ); in initialize()
69 m_xSelectionManager = static_cast< XDragSource* >(m_pSelectionManager); in initialize()
70 m_pSelectionManager->initialize( arguments ); in initialize()
72 if( m_pSelectionManager->getDisplay() ) // #136582# sanity check in initialize()
76 m_pSelectionManager->registerDropTarget( aWindow, this ); in initialize()
H A DX11_selection.hxx83 class SelectionManager* m_pSelectionManager; member in x11::DropTarget