Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx354 mnShiftKeySelectionAnchor(-1), in SelectionFunction()
530 mnShiftKeySelectionAnchor = -1; in KeyInput()
561 if (mnShiftKeySelectionAnchor<0) in MoveFocus()
565 mnShiftKeySelectionAnchor = pFocusedDescriptor->GetPageIndex(); in MoveFocus()
592 if ((nPageIndex>=mnShiftKeySelectionAnchor && nPageIndex<=nPageRangeEnd) in MoveFocus()
593 || (nPageIndex<=mnShiftKeySelectionAnchor && nPageIndex>=nPageRangeEnd)) in MoveFocus()
795 mnShiftKeySelectionAnchor = -1; in ResetShiftKeySelectionAnchor()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsSelectionFunction.hxx158 sal_Int32 mnShiftKeySelectionAnchor; member in sd::slidesorter::controller::SelectionFunction