Home
last modified time | relevance | path

Searched refs:SelectionFunction (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx113 class SelectionFunction::EventDescriptor
161 class SelectionFunction::ModeHandler
166 SelectionFunction& rSelectionFunction,
196 SelectionFunction& mrSelectionFunction;
213 class NormalModeHandler : public SelectionFunction::ModeHandler
218 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 …]
H A DSlideSorterController.cxx473 ::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()
H A DSlsClipboard.cxx663 ::rtl::Reference<SelectionFunction> pFunction (mrController.GetCurrentSelectionFunction()); in IMPL_LINK()
746 SelectionFunction* pSelectionFunction = dynamic_cast<SelectionFunction*>( in AcceptDrop()
858 ::rtl::Reference<SelectionFunction> pFunction ( in ExecuteDrop()
H A DSlsSlotManager.cxx296 pShell->SetCurrentFunction( SelectionFunction::Create(mrSlideSorter, rRequest) ); in FuPermanent()
/AOO42X/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsSelectionFunction.hxx51 class SelectionFunction class
130 SelectionFunction (
134 virtual ~SelectionFunction();
H A DSlideSorterController.hxx63 class SelectionFunction;
189 ::rtl::Reference<SelectionFunction> GetCurrentSelectionFunction (void);