Lines Matching refs:Min
596 if( i >= aTmpSel.Min() && i < aTmpSel.Max() ) in ImplRepaint()
722 (((rSelection.Min() == 0) && (nDirection == EDIT_DEL_LEFT)) || in ImplDelete()
738 …i18n::Boundary aBoundary = xBI->getWordBoundary( maText, aSelection.Min(), GetSettings().GetLocale… in ImplDelete()
739 if ( aBoundary.startPos == aSelection.Min() ) in ImplDelete()
740 …aBoundary = xBI->previousWord( maText, aSelection.Min(), GetSettings().GetLocale(), i18n::WordType… in ImplDelete()
741 aSelection.Min() = aBoundary.startPos; in ImplDelete()
745 aSelection.Min() = 0; in ImplDelete()
750 …aSelection.Min() = xBI->previousCharacters( maText, aSelection.Min(), GetSettings().GetLocale(), i… in ImplDelete()
772 maText.Erase( (xub_StrLen)aSelection.Min(), (xub_StrLen)aSelection.Len() ); in ImplDelete()
773 maSelection.Min() = aSelection.Min(); in ImplDelete()
774 maSelection.Max() = aSelection.Min(); in ImplDelete()
871 maText.Erase( (xub_StrLen)aSelection.Min(), (xub_StrLen)aSelection.Len() ); in ImplInsertText()
926 aSelection.Min() > 0 && /* first char needs not to be checked */ in ImplInsertText()
934 xub_StrLen nTmpPos = static_cast< xub_StrLen >( aSelection.Min() ); in ImplInsertText()
965 aSelection.Min() = nChgPos; // position for new text to be inserted in ImplInsertText()
982 maText.Insert( String( aNewText ), (xub_StrLen)aSelection.Min() ); in ImplInsertText()
986 maSelection.Min() = aSelection.Min() + aNewText.getLength(); in ImplInsertText()
987 maSelection.Max() = maSelection.Min(); in ImplInsertText()
992 if ( maSelection.Min() > maText.Len() ) in ImplInsertText()
993 maSelection.Min() = maText.Len(); in ImplInsertText()
1011 maSelection.Min() = 0; in ImplSetText()
1359 aSelection.Min() = aSelection.Max(); in ImplSetCursorPos()
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()
2011 maSelection.Min() = maText.Len(); in GetFocus()
2016 maSelection.Min() = 0; in GetFocus()
2136 if ( ( maSelection.Min() == 0 ) && ( maSelection.Max() == maText.Len() ) ) in Command()
2255 if ( (maSelection.Min() == maSelection.Max()) && (maSelection.Min() == maText.Len()) ) in Command()
2648 if ( aNew.Min() > maText.Len() ) in ImplSetSelection()
2649 aNew.Min() = maText.Len(); in ImplSetSelection()
2652 if ( aNew.Min() < 0 ) in ImplSetSelection()
2653 aNew.Min() = 0; in ImplSetSelection()
2667 long nB=aNew.Max(), nA=aNew.Min(),oB=aTemp.Max(), oA=aTemp.Min(); in ImplSetSelection()
2738 return maText.Copy( (xub_StrLen)aSelection.Min(), (xub_StrLen)aSelection.Len() ); in GetSelected()
2987 if ( (nChar >= aSel.Min()) && (nChar < aSel.Max()) ) in dragGestureRecognized()
3024 aSel.Min() += nLen; in dragDropEnd()
3055 aSel.Min() = mpDDInfo->nDropPos; in drop()