Home
last modified time | relevance | path

Searched refs:aSectIdx (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sw/source/core/unocore/
H A Dunotext.cxx702 const SwNodeIndex aSectIdx( *pSectNode, -1 ); in insertTextContentBefore() local
703 SwPosition aBefore(aSectIdx); in insertTextContentBefore()
818 const SwNodeIndex aSectIdx( *pSectNode, -1 ); in removeTextContentBefore() local
819 if(aSectIdx.GetNode().IsTxtNode()) in removeTextContentBefore()
821 SwPaM aBefore(aSectIdx); in removeTextContentBefore()
875 const SwNodeIndex aSectIdx( *pEnd, 1 ); in removeTextContentAfter() local
876 if(aSectIdx.GetNode().IsTxtNode()) in removeTextContentAfter()
878 SwPaM aAfter(aSectIdx); in removeTextContentAfter()

Completed in 38 milliseconds