Lines Matching refs:pEnd

343         const SwPosition* pEnd = pCurRedline->End();  in SearchNext()  local
344 if (pEnd->nNode == rNd && ((i = pEnd->nContent.GetIndex()) >= nStartPos) && i < nMinPos ) in SearchNext()
360 const SwPosition* pEnd = pStt == pRedl->GetPoint() in SearchNext() local
373 if( pEnd->nNode == rNd && in SearchNext()
374 ( i = pEnd->nContent.GetIndex() ) < nMinPos && in SearchNext()
494 const xub_StrLen* pEnd = pHt->End(); in OutAttr() local
496 if (pEnd ? ( nSwPos >= *pHt->GetStart() && nSwPos < *pEnd) in OutAttr()
1180 const xub_StrLen* pEnd; in OutAttrWithRange() local
1194 if ( 0 != ( pEnd = pHt->End() ) && nPos == *pEnd ) in OutAttrWithRange()
1206 if ( 0 != ( pEnd = pHt->End() ) && nPos == *pEnd ) in OutAttrWithRange()
1222 if ( 0 != ( pEnd = pHt->End() ) && nPos == *pEnd ) in OutAttrWithRange()
1242 const SwPosition* pEnd = m_rExport.pDoc->GetRedlineTbl()[ nPos ]->End(); in IsRedlineAtEnd() local
1243 if( pEnd->nNode == rNd ) in IsRedlineAtEnd()
1245 if( pEnd->nContent.GetIndex() == nEnd ) in IsRedlineAtEnd()
1261 const SwPosition* pEnd = pCurRedline->End(); in GetRedline() local
1262 if( pEnd->nNode == rNd && in GetRedline()
1263 pEnd->nContent.GetIndex() <= nPos ) in GetRedline()
1284 const SwPosition* pEnd = pStt == pRedl->GetPoint() in GetRedline() local
1304 if( pEnd->nNode == rNd && in GetRedline()
1305 pEnd->nContent.GetIndex() < nPos ) in GetRedline()
1524 const SwPosition* pEnd = pStt == pRedl->GetPoint() in lcl_getFormatCollection() local
1529 pEnd->nNode == *pTxtNode && pStt->nNode != *pTxtNode && in lcl_getFormatCollection()
2493 const SwNode *pEnd = pStart ? pStart->EndOfSectionNode() : 0;
2494 ASSERT( pStart && pEnd, "No start or end?" );
2495 if ( !pStart || !pEnd )
2500 sw::Frames aFrames( GetFramesBetweenNodes( rExport.maFrames, *pStart, *pEnd ) );