Searched refs:mnShiftKeySelectionAnchor (Results 1 – 2 of 2) sorted by relevance
354 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()
158 sal_Int32 mnShiftKeySelectionAnchor; member in sd::slidesorter::controller::SelectionFunction