Searched refs:aBefore (Results 1 – 2 of 2) sorted by relevance
684 SwPosition aBefore(aTblIdx); in insertTextContentBefore() local685 bRet = GetDoc()->AppendTxtNode( aBefore ); in insertTextContentBefore()686 pTxtNode = aBefore.nNode.GetNode().GetTxtNode(); in insertTextContentBefore()695 SwPosition aBefore(aSectIdx); in insertTextContentBefore() local696 bRet = GetDoc()->AppendTxtNode( aBefore ); in insertTextContentBefore()697 pTxtNode = aBefore.nNode.GetNode().GetTxtNode(); in insertTextContentBefore()798 SwPaM aBefore(aTblIdx); in removeTextContentBefore() local799 bRet = GetDoc()->DelFullPara( aBefore ); in removeTextContentBefore()811 SwPaM aBefore(aSectIdx); in removeTextContentBefore() local812 bRet = GetDoc()->DelFullPara( aBefore ); in removeTextContentBefore()[all …]
1162 SwPosition aBefore(aTblIdx); in PastePages() local1163 if(GetDoc()->AppendTxtNode( aBefore )) in PastePages()1165 SwPaM aTmp(aBefore); in PastePages()