Lines Matching refs:Max

596             if( i >= aTmpSel.Min() && i < aTmpSel.Max() )  in ImplRepaint()
723 ((rSelection.Max() == aText.Len()) && (nDirection == EDIT_DEL_RIGHT))) ) in ImplDelete()
757 …i18n::Boundary aBoundary = xBI->nextWord( maText, aSelection.Max(), GetSettings().GetLocale(), i18… in ImplDelete()
758 aSelection.Max() = aBoundary.startPos; in ImplDelete()
762 aSelection.Max() = aText.Len(); in ImplDelete()
767 …aSelection.Max() = xBI->nextCharacters( maText, aSelection.Max(), GetSettings().GetLocale(), i18n:… in ImplDelete()
774 maSelection.Max() = aSelection.Min(); in ImplDelete()
872 else if ( !mbInsertMode && (aSelection.Max() < maText.Len()) ) in ImplInsertText()
873 maText.Erase( (xub_StrLen)aSelection.Max(), 1 ); in ImplInsertText()
987 maSelection.Max() = maSelection.Min(); in ImplInsertText()
994 if ( maSelection.Max() > maText.Len() ) in ImplInsertText()
995 maSelection.Max() = maText.Len(); in ImplInsertText()
1012 maSelection.Max() = maText.Len(); in ImplSetText()
1026 maSelection.Max() = 0; in ImplSetText()
1185 if( maSelection.Max() < aText.Len() ) in ImplShowCursor()
1186 nTextPos = pDX[ 2*maSelection.Max() ]; in ImplShowCursor()
1192 if ( !mbInsertMode && !maSelection.Len() && (maSelection.Max() < aText.Len()) ) in ImplShowCursor()
1193 nCursorWidth = GetTextWidth( aText, (xub_StrLen)maSelection.Max(), 1 ); in ImplShowCursor()
1357 aSelection.Max() = nChar; in ImplSetCursorPos()
1359 aSelection.Min() = aSelection.Max(); in ImplSetCursorPos()
1456 …i18n::Boundary aBoundary = xBI->getWordBoundary( maText, aSelection.Max(), GetSettings().GetLocale… in MouseButtonDown()
1685 if ( bGoLeft && aSel.Max() ) in ImplHandleKeyEvent()
1689 …i18n::Boundary aBoundary = xBI->getWordBoundary( maText, aSel.Max(), GetSettings().GetLocale(), i1… in ImplHandleKeyEvent()
1690 if ( aBoundary.startPos == aSel.Max() ) in ImplHandleKeyEvent()
1691 …aBoundary = xBI->previousWord( maText, aSel.Max(), GetSettings().GetLocale(), i18n::WordType::ANYW… in ImplHandleKeyEvent()
1692 aSel.Max() = aBoundary.startPos; in ImplHandleKeyEvent()
1697 …aSel.Max() = xBI->previousCharacters( maText, aSel.Max(), GetSettings().GetLocale(), i18n::Charact… in ImplHandleKeyEvent()
1700 else if ( bGoRight && ( aSel.Max() < maText.Len() ) ) in ImplHandleKeyEvent()
1704 …i18n::Boundary aBoundary = xBI->nextWord( maText, aSel.Max(), GetSettings().GetLocale(), i18n::Wor… in ImplHandleKeyEvent()
1705 aSel.Max() = aBoundary.startPos; in ImplHandleKeyEvent()
1710 …aSel.Max() = xBI->nextCharacters( maText, aSel.Max(), GetSettings().GetLocale(), i18n::CharacterIt… in ImplHandleKeyEvent()
1715 aSel.Max() = 0; in ImplHandleKeyEvent()
1719 aSel.Max() = 0xFFFF; in ImplHandleKeyEvent()
1723 aSel.Min() = aSel.Max(); in ImplHandleKeyEvent()
1733 if ( (maSelection.Min() == maSelection.Max()) && (maSelection.Min() == maText.Len()) ) in ImplHandleKeyEvent()
1833 if ( (maSelection.Min() == maSelection.Max()) && (maSelection.Min() == maText.Len()) ) in ImplHandleKeyEvent()
2012 maSelection.Max() = 0; in GetFocus()
2017 maSelection.Max() = maText.Len(); in GetFocus()
2136 if ( ( maSelection.Min() == 0 ) && ( maSelection.Max() == maText.Len() ) ) in Command()
2235 xub_StrLen nPos = (xub_StrLen)maSelection.Max(); in Command()
2255 if ( (maSelection.Min() == maSelection.Max()) && (maSelection.Min() == maText.Len()) ) in Command()
2315 xub_StrLen nCursorPos = (sal_uInt16)GetSelection().Max(); in Command()
2647 if ( aNew.Max() > maText.Len() ) in ImplSetSelection()
2648 aNew.Max() = maText.Len(); in ImplSetSelection()
2651 if ( aNew.Max() < 0 ) in ImplSetSelection()
2652 aNew.Max() = 0; in ImplSetSelection()
2664 long nB=aNew.Max(), nA=aNew.Min(),oB=aTemp.Max(), oA=aTemp.Min(); in ImplSetSelection()
2984 if ( (nChar >= aSel.Min()) && (nChar < aSel.Max()) ) in dragGestureRecognized()
3018 if ( aSel.Max() > mpDDInfo->nDropPos ) in dragDropEnd()
3022 aSel.Max() += nLen; in dragDropEnd()
3053 aSel.Max() = mpDDInfo->nDropPos; in drop()