Searched refs:SelectionFunction (Results 1 – 6 of 6) sorted by relevance
118 class SelectionFunction::EventDescriptor169 class SelectionFunction::ModeHandler174 SelectionFunction& rSelectionFunction,204 SelectionFunction& mrSelectionFunction;222 class NormalModeHandler : public SelectionFunction::ModeHandler227 SelectionFunction& rSelectionFunction);230 virtual SelectionFunction::Mode GetMode (void) const;236 virtual bool ProcessButtonDownEvent (SelectionFunction::EventDescriptor& rDescriptor);237 virtual bool ProcessButtonUpEvent (SelectionFunction::EventDescriptor& rDescriptor);238 virtual bool ProcessMotionEvent (SelectionFunction::EventDescriptor& rDescriptor);[all …]
473 ::rtl::Reference<SelectionFunction> pFunction(GetCurrentSelectionFunction()); in Command()875 FunctionReference xFunc( SelectionFunction::Create(mrSlideSorter, rRequest) ); in CreateSelectionFunction()882 ::rtl::Reference<SelectionFunction> SlideSorterController::GetCurrentSelectionFunction (void) in GetCurrentSelectionFunction()885 return ::rtl::Reference<SelectionFunction>(dynamic_cast<SelectionFunction*>(pFunction.get())); in GetCurrentSelectionFunction()
663 ::rtl::Reference<SelectionFunction> pFunction (mrController.GetCurrentSelectionFunction()); in IMPL_LINK()746 SelectionFunction* pSelectionFunction = dynamic_cast<SelectionFunction*>( in AcceptDrop()858 ::rtl::Reference<SelectionFunction> pFunction ( in ExecuteDrop()
296 pShell->SetCurrentFunction( SelectionFunction::Create(mrSlideSorter, rRequest) ); in FuPermanent()
51 class SelectionFunction class130 SelectionFunction (134 virtual ~SelectionFunction();
63 class SelectionFunction;189 ::rtl::Reference<SelectionFunction> GetCurrentSelectionFunction (void);