Searched refs:aTblIdx (Results 1 – 2 of 2) sorted by relevance
691 const SwNodeIndex aTblIdx( *pTblNode, -1 ); in insertTextContentBefore() local692 SwPosition aBefore(aTblIdx); in insertTextContentBefore()805 const SwNodeIndex aTblIdx( *pTblNode, -1 ); in removeTextContentBefore() local806 if(aTblIdx.GetNode().IsTxtNode()) in removeTextContentBefore()808 SwPaM aBefore(aTblIdx); in removeTextContentBefore()862 const SwNodeIndex aTblIdx( *pTableEnd, 1 ); in removeTextContentAfter() local863 if(aTblIdx.GetNode().IsTxtNode()) in removeTextContentAfter()865 SwPaM aPaM(aTblIdx); in removeTextContentAfter()1692 const SwNodeIndex aTblIdx( *pSartTableNode, -1 ); in convertToTextFrame() local1693 SwPosition aBefore(aTblIdx); in convertToTextFrame()
1161 SwNodeIndex aTblIdx( *pTableNode, -1 ); in PastePages() local1162 SwPosition aBefore(aTblIdx); in PastePages()
Completed in 34 milliseconds