Lines Matching refs:xContent1

3485             XTextContent xContent1 = helper.mkTextContent(inserter, nod1);  in doMetaXTextAttach()  local
3489 xText.insertTextContent(xStart, xContent1, false); in doMetaXTextAttach()
3492 helper.postInserted(nod1, xContent1); in doMetaXTextAttach()
3511 XTextContent xContent1 = helper.mkTextContent(inserter, nod1); in doMetaXTextAttach() local
3518 xText.insertTextContent(xTextCursor, xContent1, false); in doMetaXTextAttach()
3522 helper.postInserted(nod1, xContent1); in doMetaXTextAttach()
3542 XTextContent xContent1 = helper.mkTextContent(inserter, nod1); in doMetaXTextAttach() local
3550 xText.insertTextContent(xTextCursor, xContent1, true); in doMetaXTextAttach()
3555 helper.postInserted(nod1, xContent1); in doMetaXTextAttach()
3574 XTextContent xContent1 = helper.mkTextContent(inserter, nod1); in doMetaXTextAttach() local
3580 xText.insertTextContent(xDocTextCursor, xContent1, false); in doMetaXTextAttach()
3584 helper.postInserted(nod1, xContent1); in doMetaXTextAttach()
3604 XTextContent xContent1 = helper.mkTextContent(inserter, nod1); in doMetaXTextAttach() local
3611 xText.insertTextContent(xDocTextCursor, xContent1, true); in doMetaXTextAttach()
3616 helper.postInserted(nod1, xContent1); in doMetaXTextAttach()
3635 XTextContent xContent1 = helper.mkTextContent(inserter, nod1); in doMetaXTextAttach() local
3639 xContent1.attach(xStart); in doMetaXTextAttach()
3642 helper.postInserted(nod1, xContent1); in doMetaXTextAttach()
3661 XTextContent xContent1 = helper.mkTextContent(inserter, nod1); in doMetaXTextAttach() local
3668 xContent1.attach(xTextCursor); in doMetaXTextAttach()
3672 helper.postInserted(nod1, xContent1); in doMetaXTextAttach()