Lines Matching refs:pRStt

388 			SwPosition* pRStt = pRedl->Start(),  in AppendRedline()  local
389 * pREnd = pRStt == pRedl->GetPoint() ? pRedl->GetMark() in AppendRedline()
393 if( ( *pRStt == *pREnd ) && in AppendRedline()
400 SwComparePosition eCmpPos = ComparePosition( *pStt, *pEnd, *pRStt, *pREnd ); in AppendRedline()
434 IsPrevPos( *pEnd, *pRStt ) ) || in AppendRedline()
439 *(*pRedlineTbl)[ n-1 ]->End() != *pRStt )) in AppendRedline()
441 pRedl->SetStart( *pStt, pRStt ); in AppendRedline()
466 *pEnd = *pRStt; in AppendRedline()
490 if( ( *pStt == *pRStt ) && in AppendRedline()
512 pSplit->SetEnd( *pRStt ); in AppendRedline()
532 *pEnd = *pRStt; in AppendRedline()
553 if( ( *pStt == *pRStt ) && in AppendRedline()
575 pSplit->SetEnd( *pRStt ); in AppendRedline()
601 pRedl->SetStart( *pEnd, pRStt ); in AppendRedline()
610 if( *pStt == *pRStt && pRedl->GetContentIdx() == NULL ) in AppendRedline()
630 if( *pEnd != *pRStt ) in AppendRedline()
635 if( *pStt == *pRStt && pRedl->GetContentIdx() == NULL ) in AppendRedline()
668 pNewRedl->SetEnd( *pRStt, pEnd ); in AppendRedline()
674 pNewRedl->SetEnd( *pRStt, pEnd ); in AppendRedline()
693 pNewRedl->SetStart( *pRStt, pStt ); in AppendRedline()
702 pNewRedl->SetEnd( *pRStt, pEnd ); in AppendRedline()
721 pRStt = pRedl->Start(); in AppendRedline()
728 pNewRedl->SetStart( *pRStt, pStt ); in AppendRedline()
829 SwPaM aPam( *pRStt, *pEnd ); in AppendRedline()
835 pRedl->SetStart( *pEnd, pRStt ); in AppendRedline()
862 if( *pStt == *pRStt ) in AppendRedline()
914 if( *pRStt == *pStt ) in AppendRedline()
922 pRedl->SetStart( *pEnd, pRStt ); in AppendRedline()
952 pNewRedl->SetEnd( *pRStt, pEnd ); in AppendRedline()
956 pNew->SetEnd( *pRStt ); in AppendRedline()
968 pNewRedl->SetEnd( *pRStt, pEnd ); in AppendRedline()
982 pNewRedl->SetEnd( *pRStt, pEnd ); in AppendRedline()
983 pRedl->SetStart( *pNew->End(), pRStt ) ; in AppendRedline()
994 if( *pStt == *pRStt ) in AppendRedline()
1050 pRedl->SetStart( *pEnd, pRStt ); in AppendRedline()
1074 if( *pEnd != *pRStt ) in AppendRedline()
1079 if( ( *pStt == *pRStt ) && in AppendRedline()
1107 pNewRedl->SetEnd( *pRStt, pEnd ); in AppendRedline()
1124 if( *pEnd != *pRStt ) in AppendRedline()
1128 pNewRedl->SetEnd( *pRStt, pEnd ); in AppendRedline()
1135 pNewRedl->SetEnd( *pRStt, pEnd ); in AppendRedline()
1163 else if( *pRStt == *pStt ) in AppendRedline()
1166 pRedl->SetStart( *pEnd, pRStt ); in AppendRedline()
1193 pNewRedl->SetStart( *pRStt, pStt ); in AppendRedline()
1202 pNewRedl->SetEnd( *pRStt, pEnd ); in AppendRedline()
1225 pNewRedl->SetStart( *pRStt, pStt ); in AppendRedline()
1420 SwPosition* pRStt = pRedl->Start(), in DeleteRedline() local
1421 * pREnd = pRStt == pRedl->GetPoint() ? pRedl->GetMark() in DeleteRedline()
1424 switch( ComparePosition( *pStt, *pEnd, *pRStt, *pREnd ) ) in DeleteRedline()
1437 pRedl->SetStart( *pEnd, pRStt ); in DeleteRedline()
1446 if( *pStt == *pRStt ) in DeleteRedline()
1466 if( *pRStt == *pStt ) in DeleteRedline()
1468 pRedl->SetStart( *pEnd, pRStt ); in DeleteRedline()
1607 SwPosition *pRStt = 0, *pREnd = 0; in lcl_AcceptRedline() local
1611 pRStt = pRedl->Start(); in lcl_AcceptRedline()
1613 eCmp = ComparePosition( *pSttRng, *pEndRng, *pRStt, *pREnd ); in lcl_AcceptRedline()
1627 if( *pSttRng == *pRStt ) in lcl_AcceptRedline()
1628 pRedl->SetStart( *pEndRng, pRStt ); in lcl_AcceptRedline()
1644 pRedl->SetStart( *pEndRng, pRStt ); in lcl_AcceptRedline()
1688 pDelStt = pRStt; in lcl_AcceptRedline()
1766 SwPosition *pRStt = 0, *pREnd = 0; in lcl_RejectRedline() local
1770 pRStt = pRedl->Start(); in lcl_RejectRedline()
1772 eCmp = ComparePosition( *pSttRng, *pEndRng, *pRStt, *pREnd ); in lcl_RejectRedline()
1797 pDelStt = pRStt; in lcl_RejectRedline()
1872 if( *pSttRng == *pRStt ) in lcl_RejectRedline()
1874 pRedl->SetStart( *pEndRng, pRStt ); in lcl_RejectRedline()
1905 pRedl->SetStart( *pEndRng, pRStt ); in lcl_RejectRedline()
1975 const SwPosition* pRStt = pTmp->Start(), in lcl_FindCurrRedline() local
1976 * pREnd = pRStt == pTmp->GetPoint() ? pTmp->GetMark() in lcl_FindCurrRedline()
1978 if( bNext ? *pRStt <= rSttPos : *pRStt < rSttPos ) in lcl_FindCurrRedline()
2054 const SwPosition* pRStt = pRedl->Start(); in lcl_AdjustRedlineRange() local
2055 if( !pRStt->nContent.GetIndex() && pRStt->nNode.GetIndex() == in lcl_AdjustRedlineRange()
2057 *pStt = *pRStt; in lcl_AdjustRedlineRange()
2357 const SwPosition *pRStt; in SelNextRedline() local
2360 ( *pPrevEnd == *( pRStt = pTmp->Start() ) || in SelNextRedline()
2361 IsPrevPos( *pPrevEnd, *pRStt )) ) in SelNextRedline()
3305 const SwPosition *pRStt = Start(), *pREnd = End(); in CalcStartEnd() local
3306 if( pRStt->nNode < nNdIdx ) in CalcStartEnd()
3321 else if( pRStt->nNode == nNdIdx ) in CalcStartEnd()
3323 nStart = pRStt->nContent.GetIndex(); in CalcStartEnd()