Home
last modified time | relevance | path

Searched refs:getCharacter (Results 1 – 25 of 63) sorted by last modified time

123

/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx1058 …sal_Unicode SAL_CALL AccessibleListBoxEntry::getCharacter( sal_Int32 nIndex ) throw (::com::sun::s… in getCharacter() function in accessibility::AccessibleListBoxEntry
1063 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
H A Dtextwindowaccessibility.cxx358 ::sal_Unicode SAL_CALL ParagraphImpl::getCharacter(::sal_Int32 nIndex) in getCharacter() function in accessibility::ParagraphImpl
363 return OCommonAccessibleText::getCharacter(nIndex); in getCharacter()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1532 sal_Unicode SwAccessibleParagraph::getCharacter( sal_Int32 nIndex ) in getCharacter() function in SwAccessibleParagraph
H A Daccnotextframe.cxx298 sal_Unicode SAL_CALL SwAccessibleNoTextFrame::getCharacter( sal_Int32 ) throw (::com::sun::star::la… in getCharacter() function in SwAccessibleNoTextFrame
H A Daccnotextframe.hxx119 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
H A Daccpara.hxx352 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
/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/starmath/source/
H A Daccessibility.cxx481 sal_Unicode SAL_CALL SmGraphicAccessible::getCharacter( sal_Int32 nIndex ) in getCharacter() function in SmGraphicAccessible
H A Daccessibility.hxx144 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx707 …sal_Unicode SAL_CALL AccessibleStaticTextBase::getCharacter( sal_Int32 nIndex ) throw (lang::Index… in getCharacter() function in accessibility::AccessibleStaticTextBase
713 return mpImpl->GetParagraph( aPos.nPara ).getCharacter( aPos.nIndex ); in getCharacter()
H A DAccessibleEditableTextPara.cxx1299 …sal_Unicode SAL_CALL AccessibleEditableTextPara::getCharacter( sal_Int32 nIndex ) throw (lang::Ind… in getCharacter() function in accessibility::AccessibleEditableTextPara
1308 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx376 virtual sal_Unicode SAL_CALL getCharacter (sal_Int32 nIndex)
1887 sal_Unicode SAL_CALL PresenterAccessible::AccessibleParagraph::getCharacter (sal_Int32 nIndex) in getCharacter() function in sdext::presenter::PresenterAccessible::AccessibleParagraph
/trunk/main/accessibility/source/standard/
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()
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 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()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx1758 sal_Unicode SAL_CALL AccessibleShape::getCharacter( sal_Int32 ) throw (::com::sun::star::lang::Inde… in getCharacter() function in accessibility::AccessibleShape
/trunk/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx131 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
/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/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/svx/inc/svx/
H A DAccessibleShape.hxx398 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
/trunk/main/sc/source/ui/inc/
H A DAccessibleCsvControl.hxx195 virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex )
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx475 sal_Unicode SAL_CALL ScAccessibleCsvRuler::getCharacter( sal_Int32 nIndex ) in getCharacter() function in ScAccessibleCsvRuler
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.comp.toolkit.AccessibleEdit.csv24 "AccessibleEdit";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"
H A Dcom.sun.star.comp.toolkit.AccessibleFixedText.csv17 "AccessibleFixedText";"com::sun::star::accessibility::XAccessibleText";"getCharacter()"

Completed in 154 milliseconds

123