Lines Matching refs:nIndex

462 sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::setCaretPosition( sal_Int32 nIndex ) throw (IndexOutOf…  in setCaretPosition()  argument
466 if ( !implIsValidRange( nIndex, nIndex, implGetText().getLength() ) ) in setCaretPosition()
472 … > SAL_CALL VCLXAccessibleToolBoxItem::getCharacterAttributes( sal_Int32 nIndex, const Sequence< :… in getCharacterAttributes() argument
478 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
484 awt::Rectangle SAL_CALL VCLXAccessibleToolBoxItem::getCharacterBounds( sal_Int32 nIndex ) throw (In… in getCharacterBounds() argument
490 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterBounds()
496 Rectangle aCharRect = m_pToolBox->GetCharacterBounds( m_nItemId, nIndex ); in getCharacterBounds()
509 sal_Int32 nIndex = -1; in getIndexAtPoint() local
518 nIndex = nIdx; in getIndexAtPoint()
521 return nIndex; in getIndexAtPoint()
660 sal_Bool VCLXAccessibleToolBoxItem::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutOfBounds… in doAccessibleAction() argument
664 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in doAccessibleAction()
673 ::rtl::OUString VCLXAccessibleToolBoxItem::getAccessibleActionDescription ( sal_Int32 nIndex ) thro… in getAccessibleActionDescription() argument
677 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in getAccessibleActionDescription()
683 …ng > VCLXAccessibleToolBoxItem::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (IndexOutO… in getAccessibleActionKeyBinding() argument
687 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in getAccessibleActionKeyBinding()