Lines Matching refs:pEnd

123 	ParaRstFmt( const SwPosition* pStt, const SwPosition* pEnd,  in ParaRstFmt()
128 pEndNd(pEnd), in ParaRstFmt()
326 const SwPosition *pStt = rRg.Start(), *pEnd = rRg.End(); in RstTxtAttrs() local
327 ParaRstFmt aPara( pStt, pEnd, pHst ); in RstTxtAttrs()
329 GetNodes().ForEach( pStt->nNode.GetIndex(), pEnd->nNode.GetIndex()+1, in RstTxtAttrs()
415 const SwPosition *pStt = pPam->Start(), *pEnd = pPam->End(); in ResetAttrs() local
416 ParaRstFmt aPara( pStt, pEnd, pHst ); in ResetAttrs()
447 SwNodeIndex aTmpEnd( pEnd->nNode ); in ResetAttrs()
467 if( pEnd->nContent.GetIndex() == pEnd->nNode.GetNode().GetCntntNode()->Len() ) in ResetAttrs()
470 else if( pStt->nNode != pEnd->nNode || !pStt->nContent.GetIndex() ) in ResetAttrs()
600 const SwPosition *pStt = rRg.Start(), *pEnd = rRg.End(); in lcl_InsAttr() local
684 sal_uInt16 nEnd = pStt->nNode == pEnd->nNode in lcl_InsAttr()
685 ? pEnd->nContent.GetIndex() in lcl_InsAttr()
917 SwIndex aCntEnd( pEnd->nContent ); in lcl_InsAttr()
922 if( pStt->nNode != pEnd->nNode ) in lcl_InsAttr()
943 if( pStt->nNode == pEnd->nNode ) in lcl_InsAttr()
973 aCntEnd = pEnd->nContent; // aEnd wurde veraendert !! in lcl_InsAttr()
983 if( pStt->nNode < pEnd->nNode ) in lcl_InsAttr()
985 pNode = pEnd->nNode.GetNode().GetCntntNode(); in lcl_InsAttr()
1006 aEnd = pEnd->nNode; in lcl_InsAttr()
1009 aEnd.Assign( pEnd->nNode.GetNode(), +1 ); in lcl_InsAttr()
1012 aEnd = pEnd->nNode; in lcl_InsAttr()
1015 aEnd.Assign( pEnd->nNode.GetNode(), +1 ); in lcl_InsAttr()
1024 ParaRstFmt aPara( pStt, pEnd, pHistory, 0, pCharSet ); in lcl_InsAttr()
1788 const SwPosition *pStt = rRg.Start(), *pEnd = rRg.End(); in SetTxtFmtColl() local
1801 ParaRstFmt aPara( pStt, pEnd, pHst ); in SetTxtFmtColl()
1806 GetNodes().ForEach( pStt->nNode.GetIndex(), pEnd->nNode.GetIndex()+1, in SetTxtFmtColl()