Lines Matching refs:aSel

557 	EditSelection aSel( pImpEditEngine->CreateSel( rSelection ) );  in GetScriptType()  local
558 return pImpEditEngine->GetScriptType( aSel ); in GetScriptType()
683 EditSelection aSel( pImpEditEngine->CreateSel( rESelection ) ); in GetText() local
684 return pImpEditEngine->GetSelected( aSel, eEnd ); in GetText()
763 EditSelection aSel( pImpEditEngine->CreateSel( aESel ) ); in GetWord() local
764 aSel = pImpEditEngine->SelectWord( aSel ); in GetWord()
765 return pImpEditEngine->GetSelected( aSel ); in GetWord()
773 EditSelection aSel( pE->pImpEditEngine->CreateSel( rSelection ) ); in GetWord() local
774 aSel = pE->pImpEditEngine->SelectWord( aSel, nWordType ); in GetWord()
775 return pE->pImpEditEngine->CreateESel( aSel ); in GetWord()
783 EditSelection aSel( pE->pImpEditEngine->CreateSel( rSelection ) ); in WordLeft() local
784 aSel = pE->pImpEditEngine->WordLeft( aSel.Min(), nWordType ); in WordLeft()
785 return pE->pImpEditEngine->CreateESel( aSel ); in WordLeft()
793 EditSelection aSel( pE->pImpEditEngine->CreateSel( rSelection ) ); in WordRight() local
794 aSel = pE->pImpEditEngine->WordRight( aSel.Max(), nWordType ); in WordRight()
795 return pE->pImpEditEngine->CreateESel( aSel ); in WordRight()
803 EditSelection aSel( pE->pImpEditEngine->CreateSel( rSelection ) ); in CursorLeft() local
804 aSel = pE->pImpEditEngine->CursorLeft( aSel.Min(), nCharacterIteratorMode ); in CursorLeft()
805 return pE->pImpEditEngine->CreateESel( aSel ); in CursorLeft()
813 EditSelection aSel( pE->pImpEditEngine->CreateSel( rSelection ) ); in CursorRight() local
814 aSel = pE->pImpEditEngine->CursorRight( aSel.Max(), nCharacterIteratorMode ); in CursorRight()
815 return pE->pImpEditEngine->CreateESel( aSel ); in CursorRight()
1375 EditSelection aSel( pImpEditEngine->CreateSel( rESelection ) ); in CreateTextObject() local
1376 return pImpEditEngine->CreateTextObject( aSel ); in CreateTextObject()
1670 EditSelection aSel( pImpEditEngine-> in GetAttribs() local
1672 return pImpEditEngine->GetAttribs( aSel, bOnlyHardAttrib ); in GetAttribs()
1686 …EditSelection aSel( pImpEditEngine->ConvertSelection( rSelection.nStartPara, rSelection.nStartPos,… in RemoveAttribs() local
1687 pImpEditEngine->RemoveCharAttribs( aSel, bRemoveParaAttribs, nWhich ); in RemoveAttribs()
1955 EditSelection aSel( pImpEditEngine-> in QuickSetAttribs() local
1958 pImpEditEngine->SetAttribs( aSel, rSet ); in QuickSetAttribs()
1978 EditSelection aSel( pImpEditEngine-> in QuickInsertText() local
1981 pImpEditEngine->ImpInsertText( aSel, rText ); in QuickInsertText()
1988 EditSelection aSel( pImpEditEngine-> in QuickDelete() local
1991 pImpEditEngine->ImpDeleteSelection( aSel ); in QuickDelete()
2006 EditSelection aSel( pImpEditEngine-> in QuickInsertLineBreak() local
2009 pImpEditEngine->InsertLineBreak( aSel ); in QuickInsertLineBreak()
2016 EditSelection aSel( pImpEditEngine-> in QuickInsertField() local
2019 pImpEditEngine->ImpInsertFeature( aSel, rFld ); in QuickInsertField()
2366 EditSelection aSel( EditPaM( pNode, pAttr->GetStart() ), EditPaM( pNode, pAttr->GetEnd() ) ); in RemoveFields() local
2368 pImpEditEngine->ImpInsertText( aSel, aFieldText ); in RemoveFields()
2469 EditSelection aSel( pImpEditEngine->CreateSel( rSelection ) ); in CreateTransferable() local
2470 return pImpEditEngine->CreateTransferable( aSel ); in CreateTransferable()