Lines Matching refs:aRg
493 SwNodeRange aRg( *this, +1, *EndOfSectionNode() ); // (wo stehe in denn nun ??) in MakeCopy() local
501 rNds._Copy( aRg, aInsPos, sal_False ); in MakeCopy()
507 aRg.aStart.Assign( *pTblNd, 1 ); in MakeCopy()
508 aRg.aEnd.Assign( *pTblNd->EndOfSectionNode() ); in MakeCopy()
509 pDoc->GetNodes().SectionDown( &aRg, SwTableBoxStartNode ); in MakeCopy()
919 SwNodeRange aRg( pStt->nNode, pEnd->nNode ); in CopyImpl() local
1013 aRg.aEnd = pEnd->nNode; in CopyImpl()
1020 aRg.aEnd = pEnd->nNode; in CopyImpl()
1098 aRg.aStart++; in CopyImpl()
1132 aRg.aEnd--; in CopyImpl()
1139 aRg.aEnd--; in CopyImpl()
1239 if( bCopyAll || aRg.aStart != aRg.aEnd ) in CopyImpl()
1254 CopyWithFlyInFly( aRg, 0, aInsPos, &rPam, bMakeNewFrms, sal_False ); in CopyImpl()
1260 … CopyWithFlyInFly( aRg, pEnd->nContent.GetIndex(), aInsPos, &rPam, bMakeNewFrms, sal_False ); in CopyImpl()