Lines Matching refs:pCrsr
217 SwPaM* pCrsr = rWrtShell.GetCrsr(); in GetNextPortion() local
218 nLastPos = pCrsr->Start()->nContent.GetIndex(); in GetNextPortion()
224 SwPaM *pCrsr = rWrtShell.GetCrsr(); in SelectNewUnit_impl() local
225 pCrsr->GetPoint()->nContent = nLastPos; in SelectNewUnit_impl()
226 pCrsr->DeleteMark(); in SelectNewUnit_impl()
230 pCrsr->SetMark(); in SelectNewUnit_impl()
261 SwPaM *pCrsr ) in ChangeText() argument
270 if (pOffsets && pCrsr) // try to keep as much attributation as possible ? in ChangeText()
273 const SwPosition *pStart = pCrsr->Start(); in ChangeText()
589 SwPaM *pCrsr = pView->GetWrtShell().GetCrsr(); in Convert() local
590 SwPosition* pSttPos = pCrsr->Start(); in Convert()
591 SwPosition* pEndPos = pCrsr->End(); in Convert()
638 if (!pCrsr->HasMark()) // is not a selection? in Convert()