Lines Matching refs:oObj

75     public XAccessibleText oObj = null;  field in _XAccessibleText
94 oObj = (XAccessibleText) UnoRuntime.queryInterface( in before()
103 text = oObj.getText(); in before()
146 oObj.setCaretPosition(chCount - 1); in _getCaretPosition()
150 int carPos = oObj.getCaretPosition(); in _getCaretPosition()
181 oObj.setCaretPosition(-1); in _setCaretPosition()
191 oObj.setCaretPosition(chCount + 1); in _setCaretPosition()
201 oObj.setCaretPosition(chCount - 1); in _setCaretPosition()
230 oObj.getCharacter(-1); in _getCharacter()
240 oObj.getCharacter(chCount); in _getCharacter()
254 char ch = oObj.getCharacter(i); in _getCharacter()
294 oObj.getCharacterAttributes(-1, attr); in _getCharacterAttributes()
304 oObj.getCharacterAttributes(chCount, attr); in _getCharacterAttributes()
315 PropertyValue[] props = oObj.getCharacterAttributes(chCount - 1, in _getCharacterAttributes()
357 oObj.getCharacterBounds(-1); in _getCharacterBounds()
367 oObj.getCharacterBounds(lastIndex + 1); in _getCharacterBounds()
378 chBounds = oObj.getCharacterBounds(i); in _getCharacterBounds()
389 log.println("Text at this place: "+oObj.getCharacter(i)); in _getCharacterBounds()
415 chCount = oObj.getCharacterCount(); in _getCharacterCount()
439 int index = oObj.getIndexAtPoint(pt); in _getIndexAtPoint()
460 aRect = oObj.getCharacterBounds(i); in _getIndexAtPoint()
461 text = oObj.getTextAtIndex(i, (short) 1).SegmentText; in _getIndexAtPoint()
469 int nIndex = oObj.getIndexAtPoint(aPoint); in _getIndexAtPoint()
474 int left = oObj.getIndexAtPoint(aPoint); in _getIndexAtPoint()
527 oObj.setSelection(0, 0); in _getSelectedText()
530 String txt = oObj.getSelectedText(); in _getSelectedText()
535 oObj.setSelection(0, chCount); in _getSelectedText()
537 txt = oObj.getSelectedText(); in _getSelectedText()
543 oObj.setSelection(1, chCount - 1); in _getSelectedText()
545 txt = oObj.getSelectedText(); in _getSelectedText()
578 oObj.setSelection(0, chCount); in _getSelectionStart()
580 int start = oObj.getSelectionStart(); in _getSelectionStart()
586 oObj.setSelection(1, chCount - 1); in _getSelectionStart()
587 start = oObj.getSelectionStart(); in _getSelectionStart()
620 oObj.setSelection(0, chCount); in _getSelectionEnd()
622 int end = oObj.getSelectionEnd(); in _getSelectionEnd()
628 oObj.setSelection(1, chCount - 1); in _getSelectionEnd()
629 end = oObj.getSelectionEnd(); in _getSelectionEnd()
664 locRes = oObj.setSelection(-1, chCount - 1); in _setSelection()
674 locRes = oObj.setSelection(0, chCount + 1); in _setSelection()
685 locRes = oObj.setSelection(1, chCount - 1); in _setSelection()
690 locRes = oObj.setSelection(chCount - 1, 1); in _setSelection()
696 locRes = oObj.setSelection(0, chCount - 1); in _setSelection()
701 locRes = oObj.setSelection(chCount - 1, 0); in _setSelection()
706 locRes = oObj.setSelection(0, 0); in _setSelection()
724 String txt = oObj.getText(); in _getText()
754 txtRange = oObj.getTextRange(1, chCount - 2); in _getTextRange()
767 txtRange = oObj.getTextRange(0, chCount - 1); in _getTextRange()
778 txtRange = oObj.getTextRange(chCount, 0); in _getTextRange()
783 txtRange = oObj.getTextRange(0, 0); in _getTextRange()
800 txtRange = oObj.getTextRange(-1, chCount - 1); in _getTextRange()
811 txtRange = oObj.getTextRange(0, chCount + 1); in _getTextRange()
822 txtRange = oObj.getTextRange(chCount + 1, -1); in _getTextRange()
852 txt = oObj.getTextAtIndex(-1, in _getTextAtIndex()
868 txt = oObj.getTextAtIndex(chCount + 1, in _getTextAtIndex()
884 txt = oObj.getTextAtIndex(chCount, AccessibleTextType.WORD); in _getTextAtIndex()
890 txt = oObj.getTextAtIndex(1, AccessibleTextType.PARAGRAPH); in _getTextAtIndex()
926 txt = oObj.getTextBeforeIndex(-1, in _getTextBeforeIndex()
942 txt = oObj.getTextBeforeIndex(chCount + 1, in _getTextBeforeIndex()
959 txt = oObj.getTextBeforeIndex(chCount, in _getTextBeforeIndex()
967 txt = oObj.getTextBeforeIndex(1, AccessibleTextType.PARAGRAPH); in _getTextBeforeIndex()
973 txt = oObj.getTextBeforeIndex(chCount - 1, in _getTextBeforeIndex()
982 txt = oObj.getTextBeforeIndex(2, AccessibleTextType.CHARACTER); in _getTextBeforeIndex()
1018 txt = oObj.getTextBehindIndex(-1, in _getTextBehindIndex()
1034 txt = oObj.getTextBehindIndex(chCount + 1, in _getTextBehindIndex()
1050 txt = oObj.getTextBehindIndex(chCount, in _getTextBehindIndex()
1057 txt = oObj.getTextBehindIndex(chCount - 1, in _getTextBehindIndex()
1064 txt = oObj.getTextBehindIndex(1, AccessibleTextType.CHARACTER); in _getTextBehindIndex()
1071 txt = oObj.getTextBehindIndex(chCount - 2, in _getTextBehindIndex()
1107 oObj.copyText(-1, chCount); in _copyText()
1117 oObj.copyText(0, chCount + 1); in _copyText()
1127 locRes = oObj.copyText(0, chCount); in _copyText()
1145 locRes = oObj.copyText(1, chCount - 1); in _copyText()