Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx684 SwPosition aBefore(aTblIdx); in insertTextContentBefore() local
685 bRet = GetDoc()->AppendTxtNode( aBefore ); in insertTextContentBefore()
686 pTxtNode = aBefore.nNode.GetNode().GetTxtNode(); in insertTextContentBefore()
695 SwPosition aBefore(aSectIdx); in insertTextContentBefore() local
696 bRet = GetDoc()->AppendTxtNode( aBefore ); in insertTextContentBefore()
697 pTxtNode = aBefore.nNode.GetNode().GetTxtNode(); in insertTextContentBefore()
798 SwPaM aBefore(aTblIdx); in removeTextContentBefore() local
799 bRet = GetDoc()->DelFullPara( aBefore ); in removeTextContentBefore()
811 SwPaM aBefore(aSectIdx); in removeTextContentBefore() local
812 bRet = GetDoc()->DelFullPara( aBefore ); in removeTextContentBefore()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1162 SwPosition aBefore(aTblIdx); in PastePages() local
1163 if(GetDoc()->AppendTxtNode( aBefore )) in PastePages()
1165 SwPaM aTmp(aBefore); in PastePages()