| /trunk/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.cxx | 100 SelectionManager::run( pMgr ); in call_SelectionManager_run() 105 SelectionManager::runDragExecute( pMgr ); in call_SelectionManager_runDragExecute() 210 ::std::hash_map< OUString, SelectionManager*, OUStringHash >& SelectionManager::getInstances() in getInstances() 212 static ::std::hash_map< OUString, SelectionManager*, OUStringHash > aInstances; in getInstances() 218 SelectionManager::SelectionManager() : in SelectionManager() function in SelectionManager 288 XLIB_Cursor SelectionManager::createCursor( const char* pPointerData, const char* pMaskData, int wi… in createCursor() 325 void SelectionManager::initialize( const Sequence< Any >& arguments ) throw (::com::sun::star::uno:… in initialize() 461 SelectionManager::~SelectionManager() in ~SelectionManager() 469 ::std::hash_map< OUString, SelectionManager*, OUStringHash >::iterator it; in ~SelectionManager() 532 SelectionAdaptor* SelectionManager::getAdaptor( Atom selection ) in getAdaptor() [all …]
|
| H A D | X11_dndcontext.hxx | 38 class SelectionManager; 47 SelectionManager& m_rManager; 50 DropTargetDropContext( XLIB_Window, XLIB_Time, SelectionManager& ); 66 SelectionManager& m_rManager; 69 DropTargetDragContext( XLIB_Window, XLIB_Time, SelectionManager& ); 84 SelectionManager& m_rManager; 87 DragSourceContext( XLIB_Window, XLIB_Time, SelectionManager& );
|
| H A D | X11_selection.hxx | 83 class SelectionManager* m_pSelectionManager; 150 class SelectionManager : class 159 … static ::std::hash_map< ::rtl::OUString, SelectionManager*, ::rtl::OUStringHash >& getInstances(); 377 SelectionManager(); 378 ~SelectionManager(); 430 static SelectionManager& get( const ::rtl::OUString& rDisplayName = ::rtl::OUString() );
|
| H A D | X11_dndcontext.cxx | 38 SelectionManager& rManager ) : in DropTargetDropContext() 73 SelectionManager& rManager ) : in DropTargetDragContext() 102 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 | 40 SelectionManager& m_rManager; 44 …X11Transferable( SelectionManager& rManager, const com::sun::star::uno::Reference< XInterface >& x…
|
| H A D | X11_service.cxx | 93 SelectionManager& rManager = SelectionManager::get( aDisplayName ); in CreateClipboard()
|
| H A D | X11_clipboard.cxx | 52 X11Clipboard::X11Clipboard( SelectionManager& rManager, Atom aSelection ) : in X11Clipboard() 150 …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 | 46 SelectionManager& rManager, in X11Transferable()
|
| H A D | X11_droptarget.cxx | 68 m_pSelectionManager = &SelectionManager::get( aDisplayName ); in initialize()
|
| /trunk/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() 203 void SelectionManager::DeleteSelectedMasterPages (const ::std::vector<SdPage*>& rSelectedPages) in DeleteSelectedMasterPages() 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() [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()
|
| /trunk/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;
|