Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/unocore/
H A Dunotext.cxx692 SwPosition aBefore(aTblIdx); in insertTextContentBefore() local
693 bRet = GetDoc()->AppendTxtNode( aBefore ); in insertTextContentBefore()
694 pTxtNode = aBefore.nNode.GetNode().GetTxtNode(); in insertTextContentBefore()
703 SwPosition aBefore(aSectIdx); in insertTextContentBefore() local
704 bRet = GetDoc()->AppendTxtNode( aBefore ); in insertTextContentBefore()
808 SwPaM aBefore(aTblIdx); in removeTextContentBefore() local
809 bRet = GetDoc()->DelFullPara( aBefore ); in removeTextContentBefore()
821 SwPaM aBefore(aSectIdx); in removeTextContentBefore() local
822 bRet = GetDoc()->DelFullPara( aBefore ); in removeTextContentBefore()
1693 SwPosition aBefore(aTblIdx); in convertToTextFrame() local
[all …]
/aoo42x/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()

Completed in 32 milliseconds