Lines Matching refs:nContent

116         xub_StrLen nCntntPos = rOrigPos.nContent.GetIndex();  in lcl_SetCpyPos()
125 if( nCntntPos > rOrigStt.nContent.GetIndex() ) in lcl_SetCpyPos()
126 nCntntPos = nCntntPos - rOrigStt.nContent.GetIndex(); in lcl_SetCpyPos()
129 nCntntPos = nCntntPos + rCpyStt.nContent.GetIndex(); in lcl_SetCpyPos()
131 rChgPos.nContent.Assign( rChgPos.nNode.GetNode().GetCntntNode(), nCntntPos ); in lcl_SetCpyPos()
709 if( pNd->IsCntntNode() && pStt->nContent.GetIndex() ) in CopyRange()
712 ((SwCntntNode*)pNd)->Len() != pEnd->nContent.GetIndex() ) in CopyRange()
773 pNode->MakeEndIndex( &aPam.GetMark()->nContent ); in CopyRange()
777 pNode->MakeStartIndex( &aPam.GetPoint()->nContent ); in CopyRange()
834 pStt->nContent.GetIndex() == 0 && in lcl_MarksWholeNode()
835 pEnd->nContent.GetIndex() == pEndNd->Len()) in lcl_MarksWholeNode()
927 ( !bOneNode && !rPos.nContent.GetIndex() ) ); in CopyImpl()
968 if( !bCopyCollFmt || bColumnSel || pStt->nContent.GetIndex() ) in CopyImpl()
970 SwIndex aDestIdx( rPos.nContent ); in CopyImpl()
974 if( pStt->nContent.GetIndex() || bOneNode ) in CopyImpl()
987 xub_StrLen nCntntEnd = pEnd->nContent.GetIndex(); in CopyImpl()
1019 pEnd->nContent.Assign( pDestTxtNd, nCntntEnd ); in CopyImpl()
1055 ? pEnd->nContent.GetIndex() in CopyImpl()
1057 - pStt->nContent.GetIndex(); in CopyImpl()
1059 pStt->nContent, nCpyLen ); in CopyImpl()
1061 pEnd->nContent -= nCpyLen; in CopyImpl()
1107 if( rPos.nContent.GetIndex() == pDestTxtNd->Len() ) in CopyImpl()
1111 else if( rPos.nContent.GetIndex() ) in CopyImpl()
1117 xub_StrLen nCntntEnd = pEnd->nContent.GetIndex(); in CopyImpl()
1136 rPos.nContent.Assign( rPos.nNode.GetNode().GetCntntNode(), in CopyImpl()
1157 SwIndex aDestIdx( rPos.nContent ); in CopyImpl()
1203 pEnd->nContent.GetIndex() ); in CopyImpl()
1257 pEnd->nContent.Assign( aSaveIdx.GetNode().GetTxtNode(), 0 ); in CopyImpl()
1260 … CopyWithFlyInFly( aRg, pEnd->nContent.GetIndex(), aInsPos, &rPam, bMakeNewFrms, sal_False ); in CopyImpl()
1274 rPos.nContent.Assign( rPos.nNode.GetNode().GetCntntNode(), in CopyImpl()
1275 rPos.nContent.GetIndex() ); in CopyImpl()
1280 aCpyPam.GetMark()->nContent.Assign( aCpyPam.GetCntntNode(sal_False), 0 ); in CopyImpl()
1479 bAdd = pAPos->nContent <= nEndContentIndex; in CopyFlyInFlyImpl()
1577 pNewPos->nContent.Assign( (SwTxtNode*)&pNewPos->nNode.GetNode(), in CopyFlyInFlyImpl()
1578 pNewPos->nContent.GetIndex() ); in CopyFlyInFlyImpl()
1582 pNewPos->nContent.Assign( 0, 0 ); in CopyFlyInFlyImpl()