Lines Matching refs:pEdit

388 static void ImplPatternProcessStrictModify( Edit* pEdit,  in ImplPatternProcessStrictModify()  argument
393 XubString aText = pEdit->GetText(); in ImplPatternProcessStrictModify()
419 Selection aSel = pEdit->GetSelection(); in ImplPatternProcessStrictModify()
435 pEdit->SetText( aNewText, aSel ); in ImplPatternProcessStrictModify()
482 static sal_Bool ImplPatternProcessKeyInput( Edit* pEdit, const KeyEvent& rKEvt, in ImplPatternProcessKeyInput() argument
493 Selection aOldSel = pEdit->GetSelection(); in ImplPatternProcessKeyInput()
509 pEdit->SetSelection( aSel ); in ImplPatternProcessKeyInput()
520 …aSel.Max() = ImplPatternRightPos( pEdit->GetText(), rEditMask, nFormatFlags, bSameMask, nCursorPos… in ImplPatternProcessKeyInput()
525 pEdit->SetSelection( aSel ); in ImplPatternProcessKeyInput()
541 pEdit->SetSelection( aSel ); in ImplPatternProcessKeyInput()
557 … ImplPatternMaxPos( pEdit->GetText(), rEditMask, nFormatFlags, bSameMask, nCursorPos, nNewPos ); in ImplPatternProcessKeyInput()
563 pEdit->SetSelection( aSel ); in ImplPatternProcessKeyInput()
568 XubString aStr( pEdit->GetText() ); in ImplPatternProcessKeyInput()
616 pEdit->SetText( aStr, Selection( nNewPos ) ); in ImplPatternProcessKeyInput()
617 pEdit->SetModifyFlag(); in ImplPatternProcessKeyInput()
618 pEdit->Modify(); in ImplPatternProcessKeyInput()
622 pEdit->SetSelection( Selection( nNewPos ) ); in ImplPatternProcessKeyInput()
674 … ImplPatternMaxPos( pEdit->GetText(), rEditMask, nFormatFlags, bSameMask, nNewPos, nTempPos ); in ImplPatternProcessKeyInput()
677 pEdit->SetSelection( Selection( nTempPos ) ); in ImplPatternProcessKeyInput()
694 XubString aStr = pEdit->GetText(); in ImplPatternProcessKeyInput()
696 if ( bSameMask && pEdit->IsInsertMode() ) in ImplPatternProcessKeyInput()
749 pEdit->SetText( aStr, aNewSel ); in ImplPatternProcessKeyInput()
750 pEdit->SetModifyFlag(); in ImplPatternProcessKeyInput()
751 pEdit->Modify(); in ImplPatternProcessKeyInput()