Lines Matching refs:pEndIdx
654 const SwIndex* pEndIdx ) in deleteMarks() argument
676 && lcl_Lower(pMark->GetMarkPos(), rEnd, pEndIdx); in deleteMarks()
679 && lcl_Lower(pMark->GetOtherMarkPos(), rEnd, pEndIdx); in deleteMarks()
681 if ( pEndIdx != NULL in deleteMarks()
684 && pMark->GetMarkPos().nContent == *pEndIdx ) in deleteMarks()
688 && pMark->GetOtherMarkPos().nContent == *pEndIdx ) ) ) in deleteMarks()
738 if ( pEndIdx != NULL ) in deleteMarks()
740 pNewPos = ::std::auto_ptr< SwPosition >( new SwPosition( rEnd, *pEndIdx ) ); in deleteMarks()
1343 const SwIndex* pEndIdx) in _DelBookmarks() argument
1347 || (rStt == rEnd && (!pSttIdx || pSttIdx->GetIndex() >= pEndIdx->GetIndex()))) in _DelBookmarks()
1351 pDoc->getIDocumentMarkAccess()->deleteMarks(rStt, rEnd, pSaveBkmk, pSttIdx, pEndIdx); in _DelBookmarks()
1369 if( lcl_Greater( *pRStt, rStt, pSttIdx ) && lcl_Lower( *pRStt, rEnd, pEndIdx )) in _DelBookmarks()
1372 if( pEndIdx ) in _DelBookmarks()
1373 pRStt->nContent = *pEndIdx; in _DelBookmarks()
1392 if( lcl_Greater( *pREnd, rStt, pSttIdx ) && lcl_Lower( *pREnd, rEnd, pEndIdx )) in _DelBookmarks()