Searched refs:SelectionObserver (Results 1 – 8 of 8) sorted by relevance
40 SelectionObserver::Context::Context (SlideSorter& rSlideSorter) in Context()51 SelectionObserver::Context::~Context(void) in ~Context()60 void SelectionObserver::Context::Abort(void) in Abort()74 SelectionObserver::SelectionObserver (SlideSorter& rSlideSorter) in SelectionObserver() function in sd::slidesorter::controller::SelectionObserver86 SelectionObserver::~SelectionObserver (void) in ~SelectionObserver()93 void SelectionObserver::NotifyPageEvent (const SdrPage* pSdrPage) in NotifyPageEvent()117 void SelectionObserver::StartObservation (void) in StartObservation()128 void SelectionObserver::AbortObservation (void) in AbortObservation()139 void SelectionObserver::EndObservation (void) in EndObservation()
85 mpSelectionObserver(new SelectionObserver(rSlideSorter)) in SelectionManager()350 ::boost::shared_ptr<SelectionObserver> SelectionManager::GetSelectionObserver (void) const in GetSelectionObserver()
225 SelectionObserver::Context aContext (mrSlideSorter); in HandleSlotCall()832 mpSelectionObserverContext.reset(new SelectionObserver::Context(mrSlideSorter)); in ExecuteDrop()
398 SelectionObserver::Context aContext (mrSlideSorter); in FuSupport()413 SelectionObserver::Context aContext (mrSlideSorter); in FuSupport()
44 class SelectionObserver class47 SelectionObserver (SlideSorter& rSlideSorter);48 virtual ~SelectionObserver (void);67 ::boost::shared_ptr<SelectionObserver> mpSelectionObserver;
44 class SelectionObserver;110 ::boost::shared_ptr<SelectionObserver> GetSelectionObserver (void) const;144 ::boost::shared_ptr<SelectionObserver> mpSelectionObserver;
145 ::boost::scoped_ptr<SelectionObserver::Context> mpSelectionObserverContext;
65 class SelectionObserver;
Completed in 31 milliseconds