Home
last modified time | relevance | path

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

/aoo4110/main/vcl/unx/generic/dtrans/
H A DX11_droptarget.cxx45 m_pSelectionManager( NULL ) in DropTarget()
51 if( m_pSelectionManager ) in ~DropTarget()
52 m_pSelectionManager->deregisterDropTarget( m_aTargetWindow ); in ~DropTarget()
70 m_pSelectionManager = &SelectionManager::get( aDisplayName ); in initialize()
71 m_xSelectionManager = static_cast< XDragSource* >(m_pSelectionManager); in initialize()
72 m_pSelectionManager->initialize( arguments ); in initialize()
74 if( m_pSelectionManager->getDisplay() ) // #136582# sanity check in initialize()
78 m_pSelectionManager->registerDropTarget( aWindow, this ); in initialize()
H A DX11_selection.hxx85 class SelectionManager* m_pSelectionManager; member in x11::DropTarget

Completed in 27 milliseconds