Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx691 const SwNodeIndex aTblIdx( *pTblNode, -1 ); in insertTextContentBefore() local
692 SwPosition aBefore(aTblIdx); in insertTextContentBefore()
805 const SwNodeIndex aTblIdx( *pTblNode, -1 ); in removeTextContentBefore() local
806 if(aTblIdx.GetNode().IsTxtNode()) in removeTextContentBefore()
808 SwPaM aBefore(aTblIdx); in removeTextContentBefore()
862 const SwNodeIndex aTblIdx( *pTableEnd, 1 ); in removeTextContentAfter() local
863 if(aTblIdx.GetNode().IsTxtNode()) in removeTextContentAfter()
865 SwPaM aPaM(aTblIdx); in removeTextContentAfter()
1692 const SwNodeIndex aTblIdx( *pSartTableNode, -1 ); in convertToTextFrame() local
1693 SwPosition aBefore(aTblIdx); in convertToTextFrame()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1161 SwNodeIndex aTblIdx( *pTableNode, -1 ); in PastePages() local
1162 SwPosition aBefore(aTblIdx); in PastePages()

Completed in 39 milliseconds