Lines Matching refs:aSel
559 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in Delete() local
560 pImpEE->ImpDeleteSelection( aSel ); in Delete()
569 EditSelection aSel = EditPaM( pCurNode, nPos ); in Insert() local
570 pImpEE->ImpInsertText( aSel, rTxt ); in Insert()
626 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in SetAttr() local
627 aSel.Max().SetIndex( nEnd ); // ??? in SetAttr()
628 pImpEE->SetAttribs( aSel, aSet, ATTRSPECIAL_EDGE ); in SetAttr()
638 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in SetINetAttr() local
639 String aText = pImpEE->GetSelected( aSel ); in SetINetAttr()
640 aSel = pImpEE->ImpDeleteSelection( aSel ); in SetINetAttr()
645 pImpEE->InsertField( aSel, aField ); in SetINetAttr()
732 EditSelection aSel( EditPaM( pCurNode, rSttPos ), in ChgAutoCorrWord() local
734 aSel = pImpEE->ImpDeleteSelection( aSel ); in ChgAutoCorrWord()
737 pImpEE->ImpInsertText( aSel, pFnd->GetLong() ); in ChgAutoCorrWord()
755 ESelection aSel( nPara, nCursor, nPara, nCursor ); in ImplStartUndoAction() local
756 pImpEE->UndoActionStart( EDITUNDO_INSERT, aSel ); in ImplStartUndoAction()