Lines Matching refs:SelectionManager

102         SelectionManager::run( pMgr );  in call_SelectionManager_run()
107 SelectionManager::runDragExecute( pMgr ); in call_SelectionManager_runDragExecute()
213 ::std::hash_map< OUString, SelectionManager*, OUStringHash >& SelectionManager::getInstances() in getInstances()
215 static ::std::hash_map< OUString, SelectionManager*, OUStringHash > aInstances; in getInstances()
221 SelectionManager::SelectionManager() : in SelectionManager() function in SelectionManager
291 XLIB_Cursor SelectionManager::createCursor( const char* pPointerData, const char* pMaskData, int wi… in createCursor()
328 void SelectionManager::initialize( const Sequence< Any >& arguments ) throw (::com::sun::star::uno:… in initialize()
464 SelectionManager::~SelectionManager() in ~SelectionManager()
472 ::std::hash_map< OUString, SelectionManager*, OUStringHash >::iterator it; in ~SelectionManager()
535 SelectionAdaptor* SelectionManager::getAdaptor( Atom selection ) in getAdaptor()
544 OUString SelectionManager::convertFromCompound( const char* pText, int nLen ) in convertFromCompound()
575 OString SelectionManager::convertToCompound( const OUString& rText ) in convertToCompound()
615 bool SelectionManager::convertData( in convertData()
695 SelectionManager& SelectionManager::get( const OUString& rDisplayName ) in get()
702 SelectionManager* pInstance = NULL; in get()
704 …::std::hash_map< OUString, SelectionManager*, OUStringHash >::iterator it = getInstances().find( a… in get()
707 else pInstance = getInstances()[ aDisplayName ] = new SelectionManager(); in get()
714 const OUString& SelectionManager::getString( Atom aAtom ) in getString()
735 Atom SelectionManager::getAtom( const OUString& rString ) in getAtom()
752 bool SelectionManager::requestOwnership( Atom selection ) in requestOwnership()
796 void SelectionManager::convertTypeToNative( const OUString& rType, Atom selection, int& rFormat, ::… in convertTypeToNative()
841 void SelectionManager::getNativeTypeList( const Sequence< DataFlavor >& rTypes, std::list< Atom >& … in getNativeTypeList()
872 OUString SelectionManager::convertTypeFromNative( Atom nType, Atom selection, int& rFormat ) in convertTypeFromNative()
895 bool SelectionManager::getPasteData( Atom selection, Atom type, Sequence< sal_Int8 >& rData ) in getPasteData()
1034 bool SelectionManager::getPasteData( Atom selection, const ::rtl::OUString& rType, Sequence< sal_In… in getPasteData()
1246 bool SelectionManager::getPasteDataTypes( Atom selection, Sequence< DataFlavor >& rTypes ) in getPasteDataTypes()
1452 PixmapHolder* SelectionManager::getPixmapHolder( Atom selection ) in getPixmapHolder()
1468 bool SelectionManager::sendData( SelectionAdaptor* pAdaptor, in sendData()
1632 bool SelectionManager::handleSelectionRequest( XSelectionRequestEvent& rRequest ) in handleSelectionRequest()
1840 bool SelectionManager::handleReceivePropertyNotify( XPropertyEvent& rNotify ) in handleReceivePropertyNotify()
1959 bool SelectionManager::handleSendPropertyNotify( XPropertyEvent& rNotify ) in handleSendPropertyNotify()
2059 bool SelectionManager::handleSelectionNotify( XSelectionEvent& rNotify ) in handleSelectionNotify()
2152 bool SelectionManager::handleDropEvent( XClientMessageEvent& rMessage ) in handleDropEvent()
2334 void SelectionManager::dropComplete( sal_Bool bSuccess, XLIB_Window aDropWindow, XLIB_Time ) in dropComplete()
2402 void SelectionManager::sendDragStatus( Atom nDropAction ) in sendDragStatus()
2471 sal_Int8 SelectionManager::getUserDragAction() const in getUserDragAction()
2478 bool SelectionManager::updateDragAction( int modifierState ) in updateDragAction()
2531 void SelectionManager::sendDropPosition( bool bForce, XLIB_Time eventTime ) in sendDropPosition()
2591 bool SelectionManager::handleDragEvent( XEvent& rMessage ) in handleDragEvent()
2913 void SelectionManager::accept( sal_Int8 dragOperation, XLIB_Window aDropWindow, XLIB_Time ) in accept()
2935 void SelectionManager::reject( XLIB_Window aDropWindow, XLIB_Time ) in reject()
2962 sal_Bool SelectionManager::isDragImageSupported() throw() in isDragImageSupported()
2969 sal_Int32 SelectionManager::getDefaultCursor( sal_Int8 dragAction ) throw() in getDefaultCursor()
2983 int SelectionManager::getXdndVersion( XLIB_Window aWindow, XLIB_Window& rProxy ) in getXdndVersion()
3051 void SelectionManager::updateDragWindow( int nX, int nY, XLIB_Window aRoot ) in updateDragWindow()
3210 void SelectionManager::startDrag( in startDrag()
3470 void SelectionManager::runDragExecute( void* pThis ) in runDragExecute()
3472 SelectionManager* This = (SelectionManager*)pThis; in runDragExecute()
3476 void SelectionManager::dragDoDispatch() in dragDoDispatch()
3549 sal_Int32 SelectionManager::getCurrentCursor() in getCurrentCursor()
3556 void SelectionManager::setCursor( sal_Int32 cursor, XLIB_Window aDropWindow, XLIB_Time ) in setCursor()
3572 void SelectionManager::setImage( sal_Int32, XLIB_Window, XLIB_Time ) in setImage()
3578 void SelectionManager::transferablesFlavorsChanged() in transferablesFlavorsChanged()
3631 bool SelectionManager::handleXEvent( XEvent& rEvent ) in handleXEvent()
3717 void SelectionManager::dispatchEvent( int millisec ) in dispatchEvent()
3759 void SelectionManager::run( void* pThis ) in run()
3766 SelectionManager* This = (SelectionManager*)pThis; in run()
3819 void SelectionManager::shutdown() throw() in shutdown()
3863 sal_Bool SelectionManager::handleEvent( const Any& event ) throw() in handleEvent()
3898 void SAL_CALL SelectionManager::disposing( const ::com::sun::star::lang::EventObject& ) in disposing()
3903 void SAL_CALL SelectionManager::queryTermination( const ::com::sun::star::lang::EventObject& ) in queryTermination()
3913 void SAL_CALL SelectionManager::notifyTermination( const ::com::sun::star::lang::EventObject& rEven… in notifyTermination()
3927 void SelectionManager::registerHandler( Atom selection, SelectionAdaptor& rAdaptor ) in registerHandler()
3939 void SelectionManager::deregisterHandler( Atom selection ) in deregisterHandler()
3967 void SelectionManager::registerDropTarget( XLIB_Window aWindow, DropTarget* pTarget ) in registerDropTarget()
4011 void SelectionManager::deregisterDropTarget( XLIB_Window aWindow ) in deregisterDropTarget()
4060 css::uno::Reference< XTransferable > SelectionManager::getTransferable() throw() in getTransferable()
4067 void SelectionManager::clearTransferable() throw() in clearTransferable()
4074 void SelectionManager::fireContentsChanged() throw() in fireContentsChanged()
4080 css::uno::Reference< XInterface > SelectionManager::getReference() throw() in getReference()
4122 SelectionManager& rManager = SelectionManager::get( aDisplayName ); in initialize()