Lines Matching refs:nIndex

299 SdrObject* SvxGraphCtrlAccessibleContext::getSdrObject( sal_Int32 nIndex )  in getSdrObject()  argument
307 if( (nIndex < 0) || ( static_cast<sal_uInt32>(nIndex) >= mpPage->GetObjCount() ) ) in getSdrObject()
310 return mpPage->GetObj( nIndex ); in getSdrObject()
339 …rence< XAccessible > SAL_CALL SvxGraphCtrlAccessibleContext::getAccessibleChild( sal_Int32 nIndex ) in getAccessibleChild() argument
344 return getAccessible( getSdrObject( nIndex ) ); in getAccessibleChild()
628 void SAL_CALL SvxGraphCtrlAccessibleContext::selectAccessibleChild( sal_Int32 nIndex ) throw( lang:… in selectAccessibleChild() argument
635 SdrObject* pObj = getSdrObject( nIndex ); in selectAccessibleChild()
643 sal_Bool SAL_CALL SvxGraphCtrlAccessibleContext::isAccessibleChildSelected( sal_Int32 nIndex ) thro… in isAccessibleChildSelected() argument
650 return mpView->IsObjMarked( getSdrObject( nIndex ) ); in isAccessibleChildSelected()
692 …Accessible > SAL_CALL SvxGraphCtrlAccessibleContext::getSelectedAccessibleChild( sal_Int32 nIndex ) in getSelectedAccessibleChild() argument
697 checkChildIndexOnSelection( nIndex ); in getSelectedAccessibleChild()
702 SdrObject* pObj = rList.GetMark(nIndex)->GetMarkedSdrObj(); in getSelectedAccessibleChild()
711 void SAL_CALL SvxGraphCtrlAccessibleContext::deselectAccessibleChild( sal_Int32 nIndex ) throw( lan… in deselectAccessibleChild() argument
715 checkChildIndexOnSelection( nIndex ); in deselectAccessibleChild()
721 SdrObject* pObj = getSdrObject( nIndex ); in deselectAccessibleChild()
742 void SvxGraphCtrlAccessibleContext::checkChildIndex( long nIndex ) throw( lang::IndexOutOfBoundsExc… in checkChildIndex() argument
744 if( nIndex < 0 || nIndex >= getAccessibleChildCount() ) in checkChildIndex()
750 void SvxGraphCtrlAccessibleContext::checkChildIndexOnSelection( long nIndex ) throw( lang::IndexOut… in checkChildIndexOnSelection() argument
752 if( nIndex < 0 || nIndex >= getSelectedAccessibleChildCount() ) in checkChildIndexOnSelection()