Lines Matching refs:star

32     implements com.sun.star.accessibility.XAccessibleText {
33 private com.sun.star.accessibility.XAccessibleText unoObject;
38 com.sun.star.accessibility.XAccessibleText xAccessibleText) { in XAccessibleTextLog()
44 com.sun.star.accessibility.XAccessibleText xAccessibleText) { in setName()
46star.accessibility.XAccessibleContext unoAccessibleContext = (com.sun.star.accessibility.XAccessib… in setName()
54 } catch (com.sun.star.uno.RuntimeException e) { in setName()
62 case com.sun.star.accessibility.AccessibleTextType.CHARACTER: in getPartString()
67 case com.sun.star.accessibility.AccessibleTextType.WORD: in getPartString()
72 case com.sun.star.accessibility.AccessibleTextType.SENTENCE: in getPartString()
77 case com.sun.star.accessibility.AccessibleTextType.LINE: in getPartString()
82 case com.sun.star.accessibility.AccessibleTextType.ATTRIBUTE_RUN: in getPartString()
94 private String dumpTextSegment(com.sun.star.accessibility.TextSegment ts) { in dumpTextSegment()
104 throws com.sun.star.lang.IndexOutOfBoundsException { in copyText()
116 throws com.sun.star.lang.IndexOutOfBoundsException { in getCharacter()
120 public com.sun.star.beans.PropertyValue[] getCharacterAttributes( in getCharacterAttributes()
122 throws com.sun.star.lang.IndexOutOfBoundsException { in getCharacterAttributes()
126 public com.sun.star.awt.Rectangle getCharacterBounds(int param) in getCharacterBounds()
127 throws com.sun.star.lang.IndexOutOfBoundsException { in getCharacterBounds()
129 com.sun.star.awt.Rectangle r = unoObject.getCharacterBounds(param); in getCharacterBounds()
135 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in getCharacterBounds()
146 public int getIndexAtPoint(com.sun.star.awt.Point point) { in getIndexAtPoint()
153 } catch (com.sun.star.uno.RuntimeException e) { in getIndexAtPoint()
178 public com.sun.star.accessibility.TextSegment getTextAtIndex(int param, in getTextAtIndex()
180 throws com.sun.star.lang.IndexOutOfBoundsException, in getTextAtIndex()
181 com.sun.star.lang.IllegalArgumentException { in getTextAtIndex()
183 com.sun.star.accessibility.TextSegment ts = unoObject.getTextAtIndex(param, in getTextAtIndex()
190 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in getTextAtIndex()
195 } catch (com.sun.star.lang.IllegalArgumentException e) { in getTextAtIndex()
202 public com.sun.star.accessibility.TextSegment getTextBeforeIndex( in getTextBeforeIndex()
204 throws com.sun.star.lang.IndexOutOfBoundsException, in getTextBeforeIndex()
205 com.sun.star.lang.IllegalArgumentException { in getTextBeforeIndex()
207 com.sun.star.accessibility.TextSegment ts = unoObject.getTextBeforeIndex(param, in getTextBeforeIndex()
214 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in getTextBeforeIndex()
219 } catch (com.sun.star.lang.IllegalArgumentException e) { in getTextBeforeIndex()
227 public com.sun.star.accessibility.TextSegment getTextBehindIndex( in getTextBehindIndex()
229 throws com.sun.star.lang.IndexOutOfBoundsException, in getTextBehindIndex()
230 com.sun.star.lang.IllegalArgumentException { in getTextBehindIndex()
232 com.sun.star.accessibility.TextSegment ts = unoObject.getTextBehindIndex(param, in getTextBehindIndex()
239 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in getTextBehindIndex()
244 } catch (com.sun.star.lang.IllegalArgumentException e) { in getTextBehindIndex()
253 throws com.sun.star.lang.IndexOutOfBoundsException { in getTextRange()
258 throws com.sun.star.lang.IndexOutOfBoundsException { in setCaretPosition()
263 throws com.sun.star.lang.IndexOutOfBoundsException { in setSelection()