Lines Matching refs:aPaM
175 TextPaM aPaM( n, pN->GetText().Len() ); in Redo() local
176 SetSelection( aPaM ); in Redo()
195 TextPaM aPaM = GetTextEngine()->SplitContent( mnPara, mnSepPos ); in Undo() local
196 SetSelection( aPaM ); in Undo()
201 TextPaM aPaM = GetTextEngine()->ConnectContents( mnPara ); in Redo() local
202 SetSelection( aPaM ); in Redo()
219 TextPaM aPaM = GetTextEngine()->ConnectContents( mnPara ); in Undo() local
220 SetSelection( aPaM ); in Undo()
225 TextPaM aPaM = GetTextEngine()->SplitContent( mnPara, mnSepPos ); in Redo() local
226 SetSelection( aPaM ); in Redo()
240 TextPaM aPaM = GetTextEngine()->ImpDeleteText( aSel ); in Undo() local
241 SetSelection( aPaM ); in Undo()
290 TextPaM aPaM = GetTextEngine()->ImpDeleteText( aSel ); in Redo() local
291 SetSelection( aPaM ); in Redo()