Lines Matching refs:pEnd

606 		const SwPosition *pStt = rPam.Start(), *pEnd = rPam.End();  in lcl_DeleteRedlines()  local
620 SwComparePosition eCmpPos = ComparePosition( *pStt, *pEnd, *pRStt, *pREnd ); in lcl_DeleteRedlines()
643 if( *pEnd < *pREnd ) in lcl_DeleteRedlines()
692 const SwPosition *pStt = rPam.Start(), *pEnd = rPam.End(); in CopyRange() local
698 if( !rPam.HasMark() || ( *pStt >= *pEnd && !bColumnSel ) ) in CopyRange()
706 nEnd = pEnd->nNode.GetIndex(), in CopyRange()
712 ((SwCntntNode*)pNd)->Len() != pEnd->nContent.GetIndex() ) in CopyRange()
736 else if( ! ( *pStt <= rPos && rPos < *pEnd && in CopyRange()
737 ( pStt->nNode != pEnd->nNode || in CopyRange()
826 const SwPosition* pEnd = rPam.End(); in lcl_MarksWholeNode() local
828 if (NULL != pStt && NULL != pEnd) in lcl_MarksWholeNode()
831 const SwTxtNode* pEndNd = pEnd->nNode.GetNode().GetTxtNode(); in lcl_MarksWholeNode()
835 pEnd->nContent.GetIndex() == pEndNd->Len()) in lcl_MarksWholeNode()
883 SwPosition* pEnd = rPam.End(); in CopyImpl() local
886 if( !rPam.HasMark() || ( *pStt >= *pEnd && !bColumnSel ) || in CopyImpl()
889 ( pDoc == this && *pStt <= rPos && rPos < *pEnd )) in CopyImpl()
894 const bool bEndEqualIns = pDoc == this && rPos == *pEnd; in CopyImpl()
919 SwNodeRange aRg( pStt->nNode, pEnd->nNode ); in CopyImpl()
921 const bool bOneNode = pStt->nNode == pEnd->nNode; in CopyImpl()
923 SwTxtNode* pEndTxtNd = pEnd->nNode.GetNode().GetTxtNode(); in CopyImpl()
987 xub_StrLen nCntntEnd = pEnd->nContent.GetIndex(); in CopyImpl()
1006 sal_Bool bChg = pEnd != rPam.GetPoint(); in CopyImpl()
1013 aRg.aEnd = pEnd->nNode; in CopyImpl()
1014 pEndTxtNd = pEnd->nNode.GetNode().GetTxtNode(); in CopyImpl()
1016 else if( rPos == *pEnd ) // Wurde das Ende auch verschoben in CopyImpl()
1018 pEnd->nNode--; in CopyImpl()
1019 pEnd->nContent.Assign( pDestTxtNd, nCntntEnd ); in CopyImpl()
1020 aRg.aEnd = pEnd->nNode; in CopyImpl()
1021 pEndTxtNd = pEnd->nNode.GetNode().GetTxtNode(); in CopyImpl()
1055 ? pEnd->nContent.GetIndex() in CopyImpl()
1061 pEnd->nContent -= nCpyLen; in CopyImpl()
1117 xub_StrLen nCntntEnd = pEnd->nContent.GetIndex(); in CopyImpl()
1133 else if( rPos == *pEnd ) // Wurde das Ende auch verschoben in CopyImpl()
1203 pEnd->nContent.GetIndex() ); in CopyImpl()
1251 if( aInsPos == pEnd->nNode ) in CopyImpl()
1256 pEnd->nNode = aSaveIdx; in CopyImpl()
1257 pEnd->nContent.Assign( aSaveIdx.GetNode().GetTxtNode(), 0 ); in CopyImpl()
1260 … CopyWithFlyInFly( aRg, pEnd->nContent.GetIndex(), aInsPos, &rPam, bMakeNewFrms, sal_False ); in CopyImpl()