Searched refs:aSectIdx (Results 1 – 1 of 1) sorted by relevance
702 const SwNodeIndex aSectIdx( *pSectNode, -1 ); in insertTextContentBefore() local703 SwPosition aBefore(aSectIdx); in insertTextContentBefore()818 const SwNodeIndex aSectIdx( *pSectNode, -1 ); in removeTextContentBefore() local819 if(aSectIdx.GetNode().IsTxtNode()) in removeTextContentBefore()821 SwPaM aBefore(aSectIdx); in removeTextContentBefore()875 const SwNodeIndex aSectIdx( *pEnd, 1 ); in removeTextContentAfter() local876 if(aSectIdx.GetNode().IsTxtNode()) in removeTextContentAfter()878 SwPaM aAfter(aSectIdx); in removeTextContentAfter()
Completed in 45 milliseconds