Lines Matching refs:nIndex

513 		sal_Int32 nIndex = -1;  in getIndexAtPoint()  local
521 nIndex = aLayoutData.GetIndexForPoint( aPnt ); in getIndexAtPoint()
534 return nIndex; in getIndexAtPoint()
590 …sal_Bool SAL_CALL AccessibleIconChoiceCtrlEntry::setCaretPosition ( sal_Int32 nIndex ) throw (::co… in setCaretPosition() argument
596 if ( !implIsValidRange( nIndex, nIndex, implGetText().getLength() ) ) in setCaretPosition()
601 …sal_Unicode SAL_CALL AccessibleIconChoiceCtrlEntry::getCharacter( sal_Int32 nIndex ) throw (::com:… in getCharacter() argument
606 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
608 …AL_CALL AccessibleIconChoiceCtrlEntry::getCharacterAttributes( sal_Int32 nIndex, const ::com::sun:… in getCharacterAttributes() argument
616 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
675 …egment SAL_CALL AccessibleIconChoiceCtrlEntry::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextTy… in getTextAtIndex() argument
680 return OCommonAccessibleText::getTextAtIndex( nIndex ,aTextType); in getTextAtIndex()
682 …nt SAL_CALL AccessibleIconChoiceCtrlEntry::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextTy… in getTextBeforeIndex() argument
687 return OCommonAccessibleText::getTextBeforeIndex( nIndex ,aTextType); in getTextBeforeIndex()
689 …nt SAL_CALL AccessibleIconChoiceCtrlEntry::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextTy… in getTextBehindIndex() argument
695 return OCommonAccessibleText::getTextBehindIndex( nIndex ,aTextType); in getTextBehindIndex()
709 …sal_Bool SAL_CALL AccessibleIconChoiceCtrlEntry::doAccessibleAction( sal_Int32 nIndex ) throw (Ind… in doAccessibleAction() argument
715 checkActionIndex_Impl( nIndex ); in doAccessibleAction()
729 …AccessibleIconChoiceCtrlEntry::getAccessibleActionDescription( sal_Int32 nIndex ) throw (IndexOutO… in getAccessibleActionDescription() argument
734 checkActionIndex_Impl( nIndex ); in getAccessibleActionDescription()
741 … AccessibleIconChoiceCtrlEntry::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (IndexOutO… in getAccessibleActionKeyBinding() argument
746 checkActionIndex_Impl( nIndex ); in getAccessibleActionKeyBinding()