Lines Matching refs:Max
420 sal_uLong nMaxSel = Max( aSel.Min(), aSel.Max() ); in ImplPatternProcessStrictModify()
425 if ( aSel.Min() == aSel.Max() ) in ImplPatternProcessStrictModify()
428 aSel.Max() = aSel.Min(); in ImplPatternProcessStrictModify()
430 else if ( aSel.Min() > aSel.Max() ) in ImplPatternProcessStrictModify()
433 aSel.Max() = nMaxPos; in ImplPatternProcessStrictModify()
498 xub_StrLen nCursorPos = (xub_StrLen)aOldSel.Max(); in ImplPatternProcessKeyInput()
520 …aSel.Max() = ImplPatternRightPos( pEdit->GetText(), rEditMask, nFormatFlags, bSameMask, nCursorPos… in ImplPatternProcessKeyInput()
524 aSel.Min() = aSel.Max(); in ImplPatternProcessKeyInput()
558 aSel.Max() = nNewPos; in ImplPatternProcessKeyInput()
562 aSel.Min() = aSel.Max(); in ImplPatternProcessKeyInput()
1554 if ( nPos >= (sal_uInt16)aSelection.Max() ) in ImplDateSpinArea()
1873 if ( (xub_StrLen)aSelection.Max() == aText.Len() ) in ImplNewFieldValue()
1877 aSelection.Max() = SELECTION_MAX; in ImplNewFieldValue()
2737 if ( nPos >= (xub_StrLen)aSelection.Max() ) in ImplTimeSpinArea()
2749 if ( nPos == STRING_NOTFOUND || nPos >= (xub_StrLen)aSelection.Max() ) in ImplTimeSpinArea()
2931 if ( (xub_StrLen)aSelection.Max() == aText.Len() ) in ImplNewFieldValue()
2935 aSelection.Max() = SELECTION_MAX; in ImplNewFieldValue()