Home
last modified time | relevance | path

Searched refs:getCharacter (Results 1 – 25 of 63) sorted by relevance

123

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java261 aCharacterArray.append (mxText.getCharacter (nIndex)); in GetCharacterArray()
302 if ((nIndex >= 0) && (nIndex < mxText.getCharacter(i))) in GetTextBoundsString()
303 aBuffer.append (mxText.getCharacter(nIndex)); in GetTextBoundsString()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleText.java230 oObj.getCharacter(-1); in _getCharacter()
240 oObj.getCharacter(chCount); in _getCharacter()
254 char ch = oObj.getCharacter(i); in _getCharacter()
389 log.println("Text at this place: "+oObj.getCharacter(i)); in _getCharacterBounds()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java258 aChars.append( xText.getCharacter(i) ); in characters()
302 if( (nIndex >= 0) && (nIndex < xText.getCharacter(i)) ) in bounds()
303 aBuffer.append( xText.getCharacter(nIndex) ); in bounds()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletextcomponent.cxx171 sal_Unicode VCLXAccessibleTextComponent::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoundsEx… in getCharacter() function in VCLXAccessibleTextComponent
175 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
H A Dvclxaccessibleedit.cxx321 sal_Unicode VCLXAccessibleEdit::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, … in getCharacter() function in VCLXAccessibleEdit
325 return VCLXAccessibleTextComponent::getCharacter( nIndex ); in getCharacter()
H A Dvclxaccessiblemenuitem.cxx235 sal_Unicode VCLXAccessibleMenuItem::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoundsExcepti… in getCharacter() function in VCLXAccessibleMenuItem
239 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
H A Dvclxaccessiblelistitem.cxx448 sal_Unicode SAL_CALL VCLXAccessibleListItem::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoun… in getCharacter() function in VCLXAccessibleListItem
453 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
/trunk/main/comphelper/inc/comphelper/
H A Daccessibletexthelper.hxx73 …sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBou…
131 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/logging/
H A DXAccessibleTextLog.java115 public char getCharacter(int param) in getCharacter() method in XAccessibleTextLog
117 return unoObject.getCharacter(param); in getCharacter()
/trunk/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx254 …sal_Unicode OCommonAccessibleText::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoundsExcepti… in getCharacter() function in comphelper::OCommonAccessibleText
819 …sal_Unicode OAccessibleTextHelper::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoundsExcepti… in IMPLEMENT_FORWARD_XINTERFACE2()
823 return OCommonAccessibleText::getCharacter( nIndex ); in IMPLEMENT_FORWARD_XINTERFACE2()
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleText.java193 oObj.getCharacter(-1); in _getCharacter()
203 oObj.getCharacter(chCount); in _getCharacter()
215 char ch = oObj.getCharacter(i); in _getCharacter()
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxTableCell.cxx249 …sal_Unicode SAL_CALL AccessibleBrowseBoxTableCell::getCharacter( sal_Int32 nIndex ) throw (::com::… in getCharacter() function in accessibility::AccessibleBrowseBoxTableCell
253 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
H A DAccessibleGridControlTableCell.cxx263 …sal_Unicode SAL_CALL AccessibleGridControlTableCell::getCharacter( sal_Int32 nIndex ) throw (::com… in getCharacter() function in accessibility::AccessibleGridControlTableCell
267 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
H A Daccessibleiconchoicectrlentry.cxx601 …sal_Unicode SAL_CALL AccessibleIconChoiceCtrlEntry::getCharacter( sal_Int32 nIndex ) throw (::com:… in getCharacter() function in accessibility::AccessibleIconChoiceCtrlEntry
606 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.unknown.ScAccessibleCsvCell.csv12 "ScAccessibleCsvCell";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
H A Dcom.sun.star.comp.unknown.ScAccessibleCsvRuler.csv12 "ScAccessibleCsvRuler";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
H A Dcom.sun.star.comp.unknown.ScAccessibleCell.csv16 "ScAccessibleCell";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.comp.toolkit.AccessibleListItem.csv14 "AccessibleListItem";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
H A Dcom.sun.star.comp.toolkit.AccessibleFixedText.csv17 "AccessibleFixedText";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
H A Dcom.sun.star.comp.toolkit.AccessibleStatusBarItem.csv17 "AccessibleStatusBarItem";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
H A Dcom.sun.star.comp.toolkit.AccessibleTabPage.csv17 "AccessibleTabPage";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
H A Dcom.sun.star.comp.toolkit.AccessibleButton.csv25 "AccessibleButton";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
H A Dcom.sun.star.comp.toolkit.AccessibleEdit.csv24 "AccessibleEdit";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sm/
H A Dcom.sun.star.comp.unknown.SmGraphicAccessible.csv15 "SmGraphicAccessible";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svtools/
H A Dcom.sun.star.comp.svtools.AccessibleIconChoiceCtrlEntry.csv14 "AccessibleIconChoiceCtrlEntry";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"

Completed in 88 milliseconds

123