Searched refs:registerHandler (Results 1 – 3 of 3) sorted by relevance
70 m_rSelectionManager.registerHandler( m_aSelection, *this ); in X11Clipboard()74 m_rSelectionManager.registerHandler( XA_PRIMARY, *this ); in X11Clipboard()75 …m_rSelectionManager.registerHandler( m_rSelectionManager.getAtom( OUString::createFromAscii( "CLIP… in X11Clipboard()
435 void registerHandler( Atom selection, SelectionAdaptor& rAdaptor );
445 registerHandler( m_nXdndSelection, *this ); in initialize()3922 void SelectionManager::registerHandler( Atom selection, SelectionAdaptor& rAdaptor ) in registerHandler() function in SelectionManager