Searched refs:pCurrCrsr (Results 1 – 1 of 1) sorted by relevance
752 SwPaM* pCurrCrsr = pStartCursor; in Paste() local757 while( nCursorCount > 1 && *pCurrCrsr->GetPoint() == in Paste()758 *(dynamic_cast<SwPaM*>(pCurrCrsr->GetPrev())->GetPoint()) ) in Paste()761 pCurrCrsr = dynamic_cast<SwPaM*>(pCurrCrsr->GetNext()); in Paste()762 pStartCursor = pCurrCrsr; in Paste()778 if( pStartCursor == pCurrCrsr->GetNext() ) in Paste()793 pCurrCrsr = dynamic_cast<SwPaM*>(pCurrCrsr->GetNext()); in Paste()794 aInsertPos = *pCurrCrsr->GetPoint(); in Paste()
Completed in 21 milliseconds