Lines Matching refs:GetBound
1425 if( pOldTxtNd == rPam.GetBound( sal_True ).nContent.GetIdxReg() ) in lcl_JoinText()
1426 rPam.GetBound( sal_True ) = aAlphaPos; in lcl_JoinText()
1427 if( pOldTxtNd == rPam.GetBound( sal_False ).nContent.GetIdxReg() ) in lcl_JoinText()
1428 rPam.GetBound( sal_False ) = aAlphaPos; in lcl_JoinText()
1468 if ( pDelNd == rPam.GetBound( sal_True ).nContent.GetIdxReg() ) in lcl_JoinText()
1470 rPam.GetBound( sal_True ) = SwPosition( SwNodeIndex( *pTxtNd ), SwIndex( pTxtNd ) ); in lcl_JoinText()
1472 if( pDelNd == rPam.GetBound( sal_False ).nContent.GetIdxReg() ) in lcl_JoinText()
1474 … rPam.GetBound( sal_False ) = SwPosition( SwNodeIndex( *pTxtNd ), SwIndex( pTxtNd ) ); in lcl_JoinText()
2674 SwCntntNode *pTmpNode = rPam.GetBound( sal_True ).nNode.GetNode().GetCntntNode(); in DelFullPara()
2675 rPam.GetBound( sal_True ).nContent.Assign( pTmpNode, 0 ); in DelFullPara()
2676 pTmpNode = rPam.GetBound( sal_False ).nNode.GetNode().GetCntntNode(); in DelFullPara()
2677 rPam.GetBound( sal_False ).nContent.Assign( pTmpNode, 0 ); in DelFullPara()