| /AOO41X/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()
|
| /AOO41X/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.cxx | 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() [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()
|
| /AOO41X/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;
|