Lines Matching refs:param

103     public boolean copyText(int param, int param1)  in copyText()  argument
105 return unoObject.copyText(param, param1); in copyText()
115 public char getCharacter(int param) in getCharacter() argument
117 return unoObject.getCharacter(param); in getCharacter()
121 int param, String[] str) in getCharacterAttributes() argument
123 return unoObject.getCharacterAttributes(param, str); in getCharacterAttributes()
126 public com.sun.star.awt.Rectangle getCharacterBounds(int param) in getCharacterBounds() argument
129 com.sun.star.awt.Rectangle r = unoObject.getCharacterBounds(param); in getCharacterBounds()
130 System.err.println(name + "getCharacterBounds(" + param + in getCharacterBounds()
137 "getCharacterBounds(" + param + ")"); in getCharacterBounds()
178 public com.sun.star.accessibility.TextSegment getTextAtIndex(int param, in getTextAtIndex() argument
183 com.sun.star.accessibility.TextSegment ts = unoObject.getTextAtIndex(param, in getTextAtIndex()
186 getPartString(param1) + "," + param + ") returns " + in getTextAtIndex()
197 " getTextAtIndex(" + getPartString(param1) + "," + param + ")"); in getTextAtIndex()
203 int param, short param1) in getTextBeforeIndex() argument
207 com.sun.star.accessibility.TextSegment ts = unoObject.getTextBeforeIndex(param, in getTextBeforeIndex()
210 getPartString(param1) + "," + param + ") returns " + in getTextBeforeIndex()
221 " getTextBeforeIndex(" + getPartString(param1) + "," + param + in getTextBeforeIndex()
228 int param, short param1) in getTextBehindIndex() argument
232 com.sun.star.accessibility.TextSegment ts = unoObject.getTextBehindIndex(param, in getTextBehindIndex()
235 getPartString(param1) + "," + param + ") returns " + in getTextBehindIndex()
246 " getTextBehindIndex(" + getPartString(param1) + "," + param + in getTextBehindIndex()
252 public String getTextRange(int param, int param1) in getTextRange() argument
254 return unoObject.getTextRange(param, param1); in getTextRange()
257 public boolean setCaretPosition(int param) in setCaretPosition() argument
259 return unoObject.setCaretPosition(param); in setCaretPosition()
262 public boolean setSelection(int param, int param1) in setSelection() argument
264 return unoObject.setSelection(param, param1); in setSelection()