Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx118 class SelectionFunction::EventDescriptor
169 class SelectionFunction::ModeHandler
353 TYPEINIT1(SelectionFunction, FuPoor);
356 SelectionFunction::SelectionFunction ( in SelectionFunction() function in sd::slidesorter::controller::SelectionFunction
378 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 …]
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.cxx298 pShell->SetCurrentFunction( SelectionFunction::Create(mrSlideSorter, rRequest) ); in FuPermanent()
/aoo4110/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);

Completed in 68 milliseconds