Lines Matching refs:nIndex

437 sal_Bool SAL_CALL VCLXAccessibleListItem::setCaretPosition( sal_Int32 nIndex ) throw (IndexOutOfBou…  in setCaretPosition()  argument
442 if ( !implIsValidRange( nIndex, nIndex, implGetText().getLength() ) ) in setCaretPosition()
448 sal_Unicode SAL_CALL VCLXAccessibleListItem::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoun… in getCharacter() argument
453 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
456 Sequence< PropertyValue > SAL_CALL VCLXAccessibleListItem::getCharacterAttributes( sal_Int32 nIndex in getCharacterAttributes() argument
462 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
468 awt::Rectangle SAL_CALL VCLXAccessibleListItem::getCharacterBounds( sal_Int32 nIndex ) throw (Index… in getCharacterBounds() argument
474 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterBounds()
480 Rectangle aCharRect = m_pListBoxHelper->GetEntryCharacterBounds( m_nIndexInParent, nIndex ); in getCharacterBounds()
502 sal_Int32 nIndex = -1; in getIndexAtPoint() local
511 nIndex = nI; in getIndexAtPoint()
513 return nIndex; in getIndexAtPoint()
567 …::TextSegment SAL_CALL VCLXAccessibleListItem::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextTy… in getTextAtIndex() argument
572 return OCommonAccessibleText::getTextAtIndex( nIndex, aTextType ); in getTextAtIndex()
575 …xtSegment SAL_CALL VCLXAccessibleListItem::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextTy… in getTextBeforeIndex() argument
580 return OCommonAccessibleText::getTextBeforeIndex( nIndex, aTextType ); in getTextBeforeIndex()
583 …xtSegment SAL_CALL VCLXAccessibleListItem::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextTy… in getTextBehindIndex() argument
588 return OCommonAccessibleText::getTextBehindIndex( nIndex, aTextType ); in getTextBehindIndex()