Lines Matching refs:pAktPam

198     SwPaM *const pAktPam(& rContext.GetCursorSupplier().CreateNewShellCursor());  in UndoImpl()  local
200 pAktPam->DeleteMark(); in UndoImpl()
201 pAktPam->GetPoint()->nNode = nSttNode; in UndoImpl()
202 SwTxtNode* pTxtNd = pAktPam->GetNode()->GetTxtNode(); in UndoImpl()
204 SwIndex& rIdx = pAktPam->GetPoint()->nContent; in UndoImpl()
211 pACEWord->CheckChar( *pAktPam->GetPoint(), aDelStr.GetChar( 0 ) ); in UndoImpl()
252 if( pAktPam->GetMark()->nContent.GetIndex() != nSttCntnt ) in UndoImpl()
254 pAktPam->SetMark(); in UndoImpl()
255 pAktPam->GetMark()->nContent = nSttCntnt; in UndoImpl()
264 SwPaM *const pAktPam = & rContext.GetRepeatPaM(); in RepeatImpl() local
265 if( !aInsStr.Len() || pAktPam->HasMark() ) in RepeatImpl()
272 rDoc.Overwrite(*pAktPam, aInsStr.GetChar(0)); in RepeatImpl()
275 rDoc.Overwrite( *pAktPam, aInsStr.GetChar( n ) ); in RepeatImpl()
281 SwPaM *const pAktPam(& rContext.GetCursorSupplier().CreateNewShellCursor()); in RedoImpl() local
283 pAktPam->DeleteMark(); in RedoImpl()
284 pAktPam->GetPoint()->nNode = nSttNode; in RedoImpl()
285 SwTxtNode* pTxtNd = pAktPam->GetNode()->GetTxtNode(); in RedoImpl()
287 SwIndex& rIdx = pAktPam->GetPoint()->nContent; in RedoImpl()
292 pAktPam->SetMark(); in RedoImpl()
293 pAktPam->GetMark()->nContent += aInsStr.Len(); in RedoImpl()
294 pDoc->DeleteRedline( *pAktPam, false, USHRT_MAX ); in RedoImpl()
295 pAktPam->DeleteMark(); in RedoImpl()
319 if( pAktPam->GetMark()->nContent.GetIndex() != nSttCntnt ) in RedoImpl()
321 pAktPam->SetMark(); in RedoImpl()
322 pAktPam->GetMark()->nContent = nSttCntnt; in RedoImpl()