Lines Matching refs:rRg

676 void lcl_DeleteRedlines( const SwNodeRange& rRg, SwNodeRange& rCpyRg )  in lcl_DeleteRedlines()  argument
678 SwDoc* pSrcDoc = rRg.aStart.GetNode().GetDoc(); in lcl_DeleteRedlines()
681 SwPaM aRgTmp( rRg.aStart, rRg.aEnd ); in lcl_DeleteRedlines()
1328 const SwNodeRange& rRg, in CopyWithFlyInFly() argument
1341 sal_Bool bEndIsEqualEndPos = rInsPos == rRg.aEnd; in CopyWithFlyInFly()
1342 GetNodes()._CopyNodes( rRg, rInsPos, bMakeNewFrms, sal_True ); in CopyWithFlyInFly()
1345 ((SwNodeIndex&)rRg.aEnd) = aSavePos; in CopyWithFlyInFly()
1354 const SwSectionNode* pSSectNd = rRg.aStart.GetNode().FindSectionNode(); in CopyWithFlyInFly()
1355 SwNodeIndex aTmpI( rRg.aEnd, -1 ); in CopyWithFlyInFly()
1358 !rRg.aStart.GetNode().IsSectionNode() && in CopyWithFlyInFly()
1362 rRg.aEnd.GetIndex() - rRg.aStart.GetIndex(), in CopyWithFlyInFly()
1370 CopyFlyInFlyImpl( rRg, nEndContentIndex, aSavePos, bCopyFlyAtFly ); in CopyWithFlyInFly()
1378 SwPaM aRgTmp( rRg.aStart, rRg.aEnd ); in CopyWithFlyInFly()
1387 lcl_DeleteRedlines( rRg, aCpyRange ); in CopyWithFlyInFly()
1409 const SwNodeRange& rRg, in CopyFlyInFlyImpl() argument
1433 ? rRg.aStart <= pAPos->nNode.GetIndex() + 1 in CopyFlyInFlyImpl()
1435 ? rRg.aStart < pAPos->nNode in CopyFlyInFlyImpl()
1436 : rRg.aStart <= pAPos->nNode )) && in CopyFlyInFlyImpl()
1437 pAPos->nNode <= rRg.aEnd ) in CopyFlyInFlyImpl()
1445 if( pAPos->nNode < rRg.aEnd ) in CopyFlyInFlyImpl()
1514 SwNodeIndex aIdx( rRg.aStart ); in CopyFlyInFlyImpl()
1515 while ( !bAnchorTxtNdFound && aIdx <= rRg.aEnd ) in CopyFlyInFlyImpl()
1568 long nOffset = pNewPos->nNode.GetIndex() - rRg.aStart.GetIndex(); in CopyFlyInFlyImpl()