Lines Matching refs:xEnd
3014 XTextRange xEnd = xText.getEnd(); in testMetaXText() local
3015 assertNotNull("getEnd(): no end", xEnd); in testMetaXText()
3037 XTextCursor xTextCursorEnd = xText.createTextCursorByRange(xEnd); in testMetaXText()
3062 xText.insertString(xEnd, "B", false); in testMetaXText()
3087 xText.insertControlCharacter(xEnd, HARD_HYPHEN, false); in testMetaXText()
3127 xText.insertTextContent(xEnd, xField2, false); in testMetaXText()
3227 XTextRange xEnd = xText.getEnd(); in testMetaXTextCursor() local
3228 assertNotNull("getEnd(): no end", xEnd); in testMetaXTextCursor()
3246 xTextCursor.gotoRange(xEnd, false); in testMetaXTextCursor()
3477 XTextRange xEnd = null; in doMetaXTextAttach() local
3481 xEnd = xText.getEnd(); in doMetaXTextAttach()
3490 xText.insertTextContent(xEnd , xContent2, false); in doMetaXTextAttach()
3507 xEnd = xText.getEnd(); in doMetaXTextAttach()
3538 xEnd = xText.getEnd(); in doMetaXTextAttach()
3570 xEnd = xText.getEnd(); in doMetaXTextAttach()
3581 xDocTextCursor.gotoRange(xEnd, false); in doMetaXTextAttach()
3600 xEnd = xText.getEnd(); in doMetaXTextAttach()
3612 xDocTextCursor.gotoRange(xEnd, false); in doMetaXTextAttach()
3631 xEnd = xText.getEnd(); in doMetaXTextAttach()
3640 xContent2.attach(xEnd); in doMetaXTextAttach()
3657 xEnd = xText.getEnd(); in doMetaXTextAttach()