Lines Matching refs:nIndex

696 …awt::Rectangle SAL_CALL AccessibleListBoxEntry::getCharacterBounds( sal_Int32 nIndex ) throw (Inde…  in getCharacterBounds()  argument
703 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
713 Rectangle aCharRect = aLayoutData.GetCharacterBounds( nIndex ); in getCharacterBounds()
728 sal_Int32 nIndex = -1; in getIndexAtPoint() local
737 nIndex = aLayoutData.GetIndexForPoint( aPnt ); in getIndexAtPoint()
740 return nIndex; in getIndexAtPoint()
817 …sal_Bool SAL_CALL AccessibleListBoxEntry::doAccessibleAction( sal_Int32 nIndex ) throw (IndexOutOf… in doAccessibleAction() argument
823 checkActionIndex_Impl( nIndex ); in doAccessibleAction()
826 if( nIndex == 0 && (treeFlag & TREEFLAG_CHKBTN) ) in doAccessibleAction()
837 }else if( (nIndex == 1 && (treeFlag & TREEFLAG_CHKBTN) ) || (nIndex == 0) ) in doAccessibleAction()
852 …L_CALL AccessibleListBoxEntry::getAccessibleActionDescription( sal_Int32 nIndex ) throw (IndexOutO… in getAccessibleActionDescription() argument
857 checkActionIndex_Impl( nIndex ); in getAccessibleActionDescription()
867 if(nIndex == 0 && (treeFlag & TREEFLAG_CHKBTN)) in getAccessibleActionDescription()
881 }else if( (nIndex == 1 && (treeFlag & TREEFLAG_CHKBTN)) || nIndex == 0 ) in getAccessibleActionDescription()
893 …nding > AccessibleListBoxEntry::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (IndexOutO… in getAccessibleActionKeyBinding() argument
898 checkActionIndex_Impl( nIndex ); in getAccessibleActionKeyBinding()
1047 …sal_Bool SAL_CALL AccessibleListBoxEntry::setCaretPosition ( sal_Int32 nIndex ) throw (::com::sun:… in setCaretPosition() argument
1053 if ( !implIsValidRange( nIndex, nIndex, implGetText().getLength() ) ) in setCaretPosition()
1058 …sal_Unicode SAL_CALL AccessibleListBoxEntry::getCharacter( sal_Int32 nIndex ) throw (::com::sun::s… in getCharacter() argument
1063 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
1065 …lue > SAL_CALL AccessibleListBoxEntry::getCharacterAttributes( sal_Int32 nIndex, const ::com::sun:… in getCharacterAttributes() argument
1073 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
1132 …::TextSegment SAL_CALL AccessibleListBoxEntry::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextTy… in getTextAtIndex() argument
1137 return OCommonAccessibleText::getTextAtIndex( nIndex ,aTextType); in getTextAtIndex()
1139 …xtSegment SAL_CALL AccessibleListBoxEntry::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextTy… in getTextBeforeIndex() argument
1144 return OCommonAccessibleText::getTextBeforeIndex( nIndex ,aTextType); in getTextBeforeIndex()
1146 …xtSegment SAL_CALL AccessibleListBoxEntry::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextTy… in getTextBehindIndex() argument
1152 return OCommonAccessibleText::getTextBehindIndex( nIndex ,aTextType); in getTextBehindIndex()
1244 SvLBoxEntry * AccessibleListBoxEntry::GetRealChild(sal_Int32 nIndex) in GetRealChild() argument
1250 pEntry = getListBox()->GetEntry( pParent, nIndex ); in GetRealChild()
1254 pEntry = getListBox()->GetEntry( pParent, nIndex ); in GetRealChild()