Lines Matching refs:xContent2

3486             XTextContent xContent2 = helper.mkTextContent(inserter, nod2);  in doMetaXTextAttach()  local
3490 xText.insertTextContent(xEnd , xContent2, false); in doMetaXTextAttach()
3493 helper.postInserted(nod2, xContent2); in doMetaXTextAttach()
3512 XTextContent xContent2 = helper.mkTextContent(inserter, nod2); in doMetaXTextAttach() local
3520 xText.insertTextContent(xTextCursor, xContent2, false); in doMetaXTextAttach()
3523 helper.postInserted(nod2, xContent2); in doMetaXTextAttach()
3543 XTextContent xContent2 = helper.mkTextContent(inserter, nod2); in doMetaXTextAttach() local
3553 xText.insertTextContent(xTextCursor, xContent2, true); in doMetaXTextAttach()
3556 helper.postInserted(nod2, xContent2); in doMetaXTextAttach()
3575 XTextContent xContent2 = helper.mkTextContent(inserter, nod2); in doMetaXTextAttach() local
3582 xText.insertTextContent(xDocTextCursor, xContent2, false); in doMetaXTextAttach()
3585 helper.postInserted(nod2, xContent2); in doMetaXTextAttach()
3605 XTextContent xContent2 = helper.mkTextContent(inserter, nod2); in doMetaXTextAttach() local
3614 xText.insertTextContent(xDocTextCursor, xContent2, true); in doMetaXTextAttach()
3617 helper.postInserted(nod2, xContent2); in doMetaXTextAttach()
3636 XTextContent xContent2 = helper.mkTextContent(inserter, nod2); in doMetaXTextAttach() local
3640 xContent2.attach(xEnd); in doMetaXTextAttach()
3643 helper.postInserted(nod2, xContent2); in doMetaXTextAttach()
3662 XTextContent xContent2 = helper.mkTextContent(inserter, nod2); in doMetaXTextAttach() local
3670 xContent2.attach(xTextCursor); in doMetaXTextAttach()
3673 helper.postInserted(nod2, xContent2); in doMetaXTextAttach()