Searched refs:SelectionManager (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 102 SelectionManager::run( pMgr ); in call_SelectionManager_run() 213 ::std::hash_map< OUString, SelectionManager*, OUStringHash >& SelectionManager::getInstances() in getInstances() 221 SelectionManager::SelectionManager() : in SelectionManager() function in SelectionManager 464 SelectionManager::~SelectionManager() in ~SelectionManager() 615 bool SelectionManager::convertData( in convertData() 695 SelectionManager& SelectionManager::get( const OUString& rDisplayName ) in get() 702 SelectionManager* pInstance = NULL; in get() 3210 void SelectionManager::startDrag( in startDrag() 3472 SelectionManager* This = (SelectionManager*)pThis; in runDragExecute() 3766 SelectionManager* This = (SelectionManager*)pThis; in run() [all …]
|
H A D | X11_dndcontext.hxx | 40 class SelectionManager; 49 SelectionManager& m_rManager; 52 DropTargetDropContext( XLIB_Window, XLIB_Time, SelectionManager& ); 68 SelectionManager& m_rManager; 71 DropTargetDragContext( XLIB_Window, XLIB_Time, SelectionManager& ); 86 SelectionManager& m_rManager; 89 DragSourceContext( XLIB_Window, XLIB_Time, SelectionManager& );
|
H A D | X11_selection.hxx | 85 class SelectionManager* m_pSelectionManager; 154 class SelectionManager : class 163 … static ::std::hash_map< ::rtl::OUString, SelectionManager*, ::rtl::OUStringHash >& getInstances(); 384 SelectionManager(); 385 ~SelectionManager(); 437 static SelectionManager& get( const ::rtl::OUString& rDisplayName = ::rtl::OUString() );
|
H A D | X11_dndcontext.cxx | 40 SelectionManager& rManager ) : in DropTargetDropContext() 75 SelectionManager& rManager ) : in DropTargetDragContext() 104 SelectionManager& rManager ) : in DragSourceContext()
|
H A D | X11_clipboard.hxx | 56 SelectionManager& m_rSelectionManager; 64 friend class SelectionManager; 72 X11Clipboard( SelectionManager& rManager, Atom aSelection );
|
H A D | X11_transferable.hxx | 42 SelectionManager& m_rManager; 46 …X11Transferable( SelectionManager& rManager, const com::sun::star::uno::Reference< XInterface >& x…
|
H A D | X11_service.cxx | 95 SelectionManager& rManager = SelectionManager::get( aDisplayName ); in CreateClipboard()
|
H A D | X11_clipboard.cxx | 54 X11Clipboard::X11Clipboard( SelectionManager& rManager, Atom aSelection ) : in X11Clipboard() 152 …m_aContents = new X11Transferable( SelectionManager::get(), static_cast< OWeakObject* >(this), m_a… in getContents()
|
H A D | config.cxx | 58 sal_Int32 SelectionManager::getSelectionTimeout() in getSelectionTimeout()
|
H A D | X11_transferable.cxx | 48 SelectionManager& rManager, in X11Transferable()
|
H A D | X11_droptarget.cxx | 70 m_pSelectionManager = &SelectionManager::get( aDisplayName ); in initialize()
|
/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSelectionManager.cxx | 68 class SelectionManager::PageInsertionListener 76 SelectionManager::SelectionManager (SlideSorter& rSlideSorter) in SelectionManager() function in sd::slidesorter::controller::SelectionManager 92 SelectionManager::~SelectionManager (void) in ~SelectionManager() 101 void SelectionManager::DeleteSelectedPages (const bool bSelectFollowingPage) in DeleteSelectedPages() 167 void SelectionManager::DeleteSelectedNormalPages (const ::std::vector<SdPage*>& rSelectedPages) in DeleteSelectedNormalPages() 239 void SelectionManager::SelectionHasChanged (const bool bMakeSelectionVisible) in SelectionHasChanged() 281 void SelectionManager::AddSelectionChangeListener (const Link& rListener) in AddSelectionChangeListener() 295 void SelectionManager::RemoveSelectionChangeListener(const Link&rListener) in RemoveSelectionChangeListener() 307 sal_Int32 SelectionManager::GetInsertionPosition (void) const in GetInsertionPosition() 333 void SelectionManager::SetInsertionPosition (const sal_Int32 nInsertionPosition) in SetInsertionPosition() [all …]
|
H A D | SlideSorterController.cxx | 160 mpSelectionManager.reset(new SelectionManager(mrSlideSorter)); in Init() 298 ::boost::shared_ptr<SelectionManager> SlideSorterController::GetSelectionManager (void) const in GetSelectionManager()
|
/aoo42x/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsSelectionManager.hxx | 53 class SelectionManager class 58 SelectionManager (SlideSorter& rSlideSorter); 60 ~SelectionManager (void);
|
H A D | SlideSorterController.hxx | 64 class SelectionManager; 128 ::boost::shared_ptr<SelectionManager> GetSelectionManager (void) const; 251 ::boost::shared_ptr<SelectionManager> mpSelectionManager;
|
Completed in 2316 milliseconds