Lines Matching refs:pEnd

103 			* pEnd = pR->GetMark() == pStt ? pR->GetPoint() : pR->GetMark();  in _SaveRedline()  local
109 nEnd = pEnd->nNode.GetIndex() - nSttIdx; in _SaveRedline()
110 nEndCnt = pEnd->nContent.GetIndex(); in _SaveRedline()
123 * pEnd = pR->GetMark() == pStt ? pR->GetPoint() : pR->GetMark(); in _SaveRedline() local
131 nEnd = pEnd->nNode.GetIndex() - nSttIdx; in _SaveRedline()
132 nEndCnt = pEnd->nContent.GetIndex(); in _SaveRedline()
493 const SwPosition* pEnd = aPam.End(); in lcl_SaveRedlines() local
513 *pStart, *pEnd); in lcl_SaveRedlines()
541 *pNewRedline->Start() = *pEnd; in lcl_SaveRedlines()
542 *pCurrent->End() = *pEnd; in lcl_SaveRedlines()
690 const SwPosition* pEnd; in _SaveRedlEndPosForRestore() local
693 while( nFndPos-- && *( pEnd = ( pRedl = in _SaveRedlEndPosForRestore()
701 void* p = (void*)pEnd; in _SaveRedlEndPosForRestore()
906 const SwPosition *pStt = rPaM.Start(), *pEnd = rPaM.End(); in MoveRange() local
907 if( !rPaM.HasMark() || *pStt >= *pEnd || (*pStt <= rPos && rPos < *pEnd)) in MoveRange()
927 pEnd->nNode, in MoveRange()
930 &pEnd->nContent); in MoveRange()
947 bUpdateFtn = lcl_SaveFtn( pStt->nNode, pEnd->nNode, rPos.nNode, in MoveRange()
949 &pStt->nContent, &pEnd->nContent ); in MoveRange()
956 if( rPaM.GetPoint() == pEnd ) in MoveRange()
962 sal_Bool bCorrSavePam = pSrcNd && pStt->nNode != pEnd->nNode; in MoveRange()
1009 pEnd->nNode, in MoveRange()
1012 &pEnd->nContent); in MoveRange()
1251 SwPosition* pEnd = pTmp->End(); in MoveNodeRange() local
1252 pEnd->nNode = aIdx; in MoveNodeRange()
1253 pEnd->nContent.Assign( pNewNd->GetCntntNode(), 0 ); in MoveNodeRange()
1312 const SwPosition* pStt = rPam.Start(), *pEnd = rPam.End(); in lcl_StrLenOverFlow() local
1313 const SwTxtNode* pEndNd = pEnd->nNode.GetNode().GetTxtNode(); in lcl_StrLenOverFlow()
1317 pEndNd->GetTxt().Len() - pEnd->nContent.GetIndex(); in lcl_StrLenOverFlow()
1331 const SwPosition* pStt = rPam.Start(), *pEnd = rPam.End(); in lcl_GetJoinFlags() local
1335 SwTxtNode *pEndNd = pEnd->nNode.GetNode().GetTxtNode(); in lcl_GetJoinFlags()
1341 pEndNd->GetTxt().Len() != pEnd->nContent.GetIndex() ) in lcl_GetJoinFlags()
1347 pEndNd->GetTxt().Len() != pEnd->nContent.GetIndex() in lcl_GetJoinFlags()
1659 SwPosition *pStt = (SwPosition*)rPam.Start(), *pEnd = (SwPosition*)rPam.End(); in DeleteRangeImplImpl() local
1661 if( !rPam.HasMark() || *pStt >= *pEnd ) in DeleteRangeImplImpl()
1667 if( pACEWord->IsDeleted() || pStt->nNode != pEnd->nNode || in DeleteRangeImplImpl()
1668 pStt->nContent.GetIndex() + 1 != pEnd->nContent.GetIndex() || in DeleteRangeImplImpl()
1736 pEnd->nNode, in DeleteRangeImplImpl()
1739 &pEnd->nContent); in DeleteRangeImplImpl()
1751 sal_Bool bOneNd = pStt->nNode == pEnd->nNode; in DeleteRangeImplImpl()
1752 xub_StrLen nLen = ( bOneNd ? pEnd->nContent.GetIndex() in DeleteRangeImplImpl()
1781 pCNd = pEnd->nNode.GetNode().GetCntntNode(); in DeleteRangeImplImpl()
1788 if( pEnd->nContent.GetIndex() ) in DeleteRangeImplImpl()
1791 pEndTxtNode->EraseText( aIdx, pEnd->nContent.GetIndex() ); in DeleteRangeImplImpl()
1804 pEnd->nContent.Assign( 0, 0 ); in DeleteRangeImplImpl()
1809 sal_uInt32 nEnde = pEnd->nNode.GetIndex(); in DeleteRangeImplImpl()
1827 *pEnd = *pStt; in DeleteRangeImplImpl()
2072 const SwNode *pEnd; member in SwHyphArgs
2114 pEnd = pMark->nNode.GetNode().GetTxtNode(); in SwHyphArgs()
2123 nLen = pEnd == pNew ? nPamLen : STRING_NOTFOUND; in SetRange()
2324 *pEnd = (SwPosition*)aDelPam.End(); in ReplaceRangeImpl() local
2325 ASSERT( pStt->nNode == pEnd->nNode || in ReplaceRangeImpl()
2326 ( pStt->nNode.GetIndex() + 1 == pEnd->nNode.GetIndex() && in ReplaceRangeImpl()
2327 !pEnd->nContent.GetIndex() ), in ReplaceRangeImpl()
2329 sal_Bool bOneNode = pStt->nNode == pEnd->nNode; in ReplaceRangeImpl()
2335 nEnd = bOneNode ? pEnd->nContent.GetIndex() in ReplaceRangeImpl()
2482 nEnd = bOneNode ? pEnd->nContent.GetIndex() in ReplaceRangeImpl()
2700 * pEnd = rPaM.End(); in TransliterateText() local
2702 nEndNd = pEnd->nNode.GetIndex(); in TransliterateText()
2704 nEndCnt = pEnd->nContent.GetIndex(); in TransliterateText()
2707 if( pStt == pEnd && pTNd ) // no selection? in TransliterateText()
2745 if( nEndCnt && 0 != ( pTNd = pEnd->nNode.GetNode().GetTxtNode() )) in TransliterateText()
2791 const SwPosition* pEnd = pStt == rPaM.GetPoint() ? rPaM.GetMark() in CountWords() local
2795 const sal_uLong nEndNd = pEnd->nNode.GetIndex(); in CountWords()
2798 const xub_StrLen nEndCnt = pEnd->nContent.GetIndex(); in CountWords()
2801 if( pStt == pEnd && pTNd ) // no region ? in CountWords()
2821 if( nEndCnt && 0 != ( pTNd = pEnd->nNode.GetNode().GetTxtNode() )) in CountWords()