Lines Matching refs:xStart

3011         XTextRange xStart = xText.getStart();  in testMetaXText()  local
3012 assertNotNull("getStart(): no start", xStart); in testMetaXText()
3033 XTextCursor xTextCursorStart = xText.createTextCursorByRange(xStart); in testMetaXText()
3054 xStart = xText.getStart(); in testMetaXText()
3055 xText.insertString(xStart, "A", false); in testMetaXText()
3074 xStart = xText.getStart(); in testMetaXText()
3080 xText.insertControlCharacter(xStart, HARD_HYPHEN, false); in testMetaXText()
3102 xText.insertTextContent(xStart, null, false); in testMetaXText()
3116 xStart = xText.getStart(); in testMetaXText()
3117 xText.insertTextContent(xStart, xField1, false); in testMetaXText()
3225 XTextRange xStart = xText.getStart(); in testMetaXTextCursor() local
3226 assertNotNull("getStart(): no start", xStart); in testMetaXTextCursor()
3245 xTextCursor.gotoRange(xStart, false); in testMetaXTextCursor()
3476 XTextRange xStart = null; in doMetaXTextAttach() local
3480 xStart = xText.getStart(); in doMetaXTextAttach()
3489 xText.insertTextContent(xStart, xContent1, false); in doMetaXTextAttach()
3506 xStart = xText.getStart(); in doMetaXTextAttach()
3537 xStart = xText.getStart(); in doMetaXTextAttach()
3569 xStart = xText.getStart(); in doMetaXTextAttach()
3577 xDocTextCursor.gotoRange(xStart, false); in doMetaXTextAttach()
3599 xStart = xText.getStart(); in doMetaXTextAttach()
3607 xDocTextCursor.gotoRange(xStart, false); in doMetaXTextAttach()
3630 xStart = xText.getStart(); in doMetaXTextAttach()
3639 xContent1.attach(xStart); in doMetaXTextAttach()
3656 xStart = xText.getStart(); in doMetaXTextAttach()