Searched refs:SelectionFunction (Results 1 – 6 of 6) sorted by relevance
113 class SelectionFunction::EventDescriptor161 class SelectionFunction::ModeHandler166 SelectionFunction& rSelectionFunction,196 SelectionFunction& mrSelectionFunction;213 class NormalModeHandler : public SelectionFunction::ModeHandler218 SelectionFunction& rSelectionFunction);221 virtual SelectionFunction::Mode GetMode (void) const;227 virtual bool ProcessButtonDownEvent (SelectionFunction::EventDescriptor& rDescriptor);228 virtual bool ProcessButtonUpEvent (SelectionFunction::EventDescriptor& rDescriptor);229 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);