Searched refs:aBefore (Results 1 – 2 of 2) sorted by relevance
692 SwPosition aBefore(aTblIdx); in insertTextContentBefore() local693 bRet = GetDoc()->AppendTxtNode( aBefore ); in insertTextContentBefore()694 pTxtNode = aBefore.nNode.GetNode().GetTxtNode(); in insertTextContentBefore()703 SwPosition aBefore(aSectIdx); in insertTextContentBefore() local704 bRet = GetDoc()->AppendTxtNode( aBefore ); in insertTextContentBefore()808 SwPaM aBefore(aTblIdx); in removeTextContentBefore() local809 bRet = GetDoc()->DelFullPara( aBefore ); in removeTextContentBefore()821 SwPaM aBefore(aSectIdx); in removeTextContentBefore() local822 bRet = GetDoc()->DelFullPara( aBefore ); in removeTextContentBefore()1693 SwPosition aBefore(aTblIdx); in convertToTextFrame() local[all …]
1162 SwPosition aBefore(aTblIdx); in PastePages() local1163 if(GetDoc()->AppendTxtNode( aBefore )) in PastePages()1165 SwPaM aTmp(aBefore); in PastePages()
Completed in 20 milliseconds