Home
last modified time | relevance | path

Searched refs:SelectionManager (Results 1 – 15 of 15) sorted by path

/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx160 mpSelectionManager.reset(new SelectionManager(mrSlideSorter)); in Init()
298 ::boost::shared_ptr<SelectionManager> SlideSorterController::GetSelectionManager (void) const in GetSelectionManager()
H A DSlsSelectionManager.cxx68 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 …]
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlideSorterController.hxx64 class SelectionManager;
128 ::boost::shared_ptr<SelectionManager> GetSelectionManager (void) const;
251 ::boost::shared_ptr<SelectionManager> mpSelectionManager;
H A DSlsSelectionManager.hxx53 class SelectionManager class
58 SelectionManager (SlideSorter& rSlideSorter);
60 ~SelectionManager (void);
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_clipboard.cxx54 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 DX11_clipboard.hxx56 SelectionManager& m_rSelectionManager;
64 friend class SelectionManager;
72 X11Clipboard( SelectionManager& rManager, Atom aSelection );
H A DX11_dndcontext.cxx40 SelectionManager& rManager ) : in DropTargetDropContext()
75 SelectionManager& rManager ) : in DropTargetDragContext()
104 SelectionManager& rManager ) : in DragSourceContext()
H A DX11_dndcontext.hxx40 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 DX11_droptarget.cxx70 m_pSelectionManager = &SelectionManager::get( aDisplayName ); in initialize()
H A DX11_selection.cxx102 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 DX11_selection.hxx85 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 DX11_service.cxx95 SelectionManager& rManager = SelectionManager::get( aDisplayName ); in CreateClipboard()
H A DX11_transferable.cxx48 SelectionManager& rManager, in X11Transferable()
H A DX11_transferable.hxx42 SelectionManager& m_rManager;
46 …X11Transferable( SelectionManager& rManager, const com::sun::star::uno::Reference< XInterface >& x…
H A Dconfig.cxx58 sal_Int32 SelectionManager::getSelectionTimeout() in getSelectionTimeout()

Completed in 65 milliseconds