Searched refs:SelectionFunction (Results 1 – 6 of 6) sorted by relevance
118 class SelectionFunction::EventDescriptor169 class SelectionFunction::ModeHandler353 TYPEINIT1(SelectionFunction, FuPoor);356 SelectionFunction::SelectionFunction ( in SelectionFunction() function in sd::slidesorter::controller::SelectionFunction378 SelectionFunction::~SelectionFunction (void) in ~SelectionFunction()594 void SelectionFunction::MoveFocus ( in MoveFocus()661 void SelectionFunction::Activate() in Activate()669 void SelectionFunction::Deactivate() in Deactivate()690 void SelectionFunction::DoCut (void) in DoCut()701 void SelectionFunction::DoCopy (void) in DoCopy()[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()
298 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);
Completed in 46 milliseconds