Home
last modified time | relevance | path

Searched refs:mnShiftKeySelectionAnchor (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx370 mnShiftKeySelectionAnchor(-1), in SelectionFunction()
568 mnShiftKeySelectionAnchor = -1; in KeyInput()
602 if (mnShiftKeySelectionAnchor<0) in MoveFocus()
606 mnShiftKeySelectionAnchor = pFocusedDescriptor->GetPageIndex(); in MoveFocus()
633 if ((nPageIndex>=mnShiftKeySelectionAnchor && nPageIndex<=nPageRangeEnd) in MoveFocus()
634 || (nPageIndex<=mnShiftKeySelectionAnchor && nPageIndex>=nPageRangeEnd)) in MoveFocus()
898 mnShiftKeySelectionAnchor = -1; in ResetShiftKeySelectionAnchor()
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsSelectionFunction.hxx158 sal_Int32 mnShiftKeySelectionAnchor; member in sd::slidesorter::controller::SelectionFunction

Completed in 23 milliseconds