Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx100 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 DX11_dndcontext.hxx38 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 DX11_selection.hxx83 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 DX11_dndcontext.cxx38 SelectionManager& rManager ) : in DropTargetDropContext()
73 SelectionManager& rManager ) : in DropTargetDragContext()
102 SelectionManager& rManager ) : in DragSourceContext()
H A DX11_clipboard.hxx56 SelectionManager& m_rSelectionManager;
64 friend class SelectionManager;
72 X11Clipboard( SelectionManager& rManager, Atom aSelection );
H A DX11_transferable.hxx40 SelectionManager& m_rManager;
44 …X11Transferable( SelectionManager& rManager, const com::sun::star::uno::Reference< XInterface >& x…
H A DX11_service.cxx93 SelectionManager& rManager = SelectionManager::get( aDisplayName ); in CreateClipboard()
H A DX11_clipboard.cxx52 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 Dconfig.cxx58 sal_Int32 SelectionManager::getSelectionTimeout() in getSelectionTimeout()
H A DX11_transferable.cxx46 SelectionManager& rManager, in X11Transferable()
H A DX11_droptarget.cxx68 m_pSelectionManager = &SelectionManager::get( aDisplayName ); in initialize()
/trunk/main/sd/source/ui/slidesorter/controller/
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()
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 DSlideSorterController.cxx160 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 DSlsSelectionManager.hxx53 class SelectionManager class
58 SelectionManager (SlideSorter& rSlideSorter);
60 ~SelectionManager (void);
H A DSlideSorterController.hxx64 class SelectionManager;
128 ::boost::shared_ptr<SelectionManager> GetSelectionManager (void) const;
251 ::boost::shared_ptr<SelectionManager> mpSelectionManager;