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