Lines Matching refs:nCursorPos
347 sal_uInt16 nCursorPos, sal_uInt16& rPos ) in ImplPatternMaxPos() argument
382 if ( rPos < nCursorPos ) in ImplPatternMaxPos()
383 rPos = nCursorPos; in ImplPatternMaxPos()
441 static xub_StrLen ImplPatternLeftPos( const ByteString& rEditMask, xub_StrLen nCursorPos ) in ImplPatternLeftPos() argument
444 xub_StrLen nNewPos = nCursorPos; in ImplPatternLeftPos()
462 xub_StrLen nCursorPos ) in ImplPatternRightPos() argument
465 xub_StrLen nNewPos = nCursorPos; in ImplPatternRightPos()
476 ImplPatternMaxPos( rStr, rEditMask, nFormatFlags, bSameMask, nCursorPos, nNewPos ); in ImplPatternRightPos()
498 xub_StrLen nCursorPos = (xub_StrLen)aOldSel.Max(); in ImplPatternProcessKeyInput() local
506 Selection aSel( ImplPatternLeftPos( rEditMask, nCursorPos ) ); in ImplPatternProcessKeyInput()
519 nCursorPos = (xub_StrLen)aSel.Min(); in ImplPatternProcessKeyInput()
520 …el.Max() = ImplPatternRightPos( pEdit->GetText(), rEditMask, nFormatFlags, bSameMask, nCursorPos ); in ImplPatternProcessKeyInput()
536 if ( nCursorPos < nNewPos ) in ImplPatternProcessKeyInput()
537 nNewPos = nCursorPos; in ImplPatternProcessKeyInput()
556 nCursorPos = (xub_StrLen)aSel.Min(); in ImplPatternProcessKeyInput()
557 … ImplPatternMaxPos( pEdit->GetText(), rEditMask, nFormatFlags, bSameMask, nCursorPos, nNewPos ); in ImplPatternProcessKeyInput()