Lines Matching refs:aPaM
1186 SwPaM aPaM( aStartPos ); in grabFocus() local
1189 Select( aPaM ); in grabFocus()
1523 SwPaM aPaM( aStartPos ); in setCaretPosition() local
1526 bRet = Select( aPaM ); in setCaretPosition()
2859 SwPaM aPaM( aStartPos ); in setSelection() local
2860 aPaM.SetMark(); in setSelection()
2861 aPaM.GetPoint()->nContent = in setSelection()
2865 bRet = Select( aPaM ); in setSelection()
3882 SwPaM* aPaM = pCrsrShell->CreateCrsr(); in addSelection() local
3883 aPaM->SetMark(); in addSelection()
3884 aPaM->GetPoint()->nContent = GetPortionData().GetModelPosition(startOffset); in addSelection()
3885 aPaM->GetMark()->nContent = GetPortionData().GetModelPosition(endOffset); in addSelection()