Lines Matching refs:nIndex
84 static const ChildIndexToPointData* IndexToPoint( long nIndex, sal_Bool bAngleControl ) in IndexToPoint() argument
86 …DBG_ASSERT( nIndex < ( bAngleControl? 8 : 9 ) && nIndex >= 0, "-IndexToPoint(): invalid child inde… in IndexToPoint()
115 return ( bAngleControl? pAngleData : pCornerData ) + nIndex; in IndexToPoint()
288 Reference< XAccessible > SAL_CALL SvxRectCtlAccessibleContext::getAccessibleChild( sal_Int32 nIndex… in getAccessibleChild() argument
291 checkChildIndex( nIndex ); in getAccessibleChild()
293 Reference< XAccessible > xChild = mpChilds[ nIndex ]; in getAccessibleChild()
302 xChild = mpChilds[ nIndex ]; in getAccessibleChild()
306 const ChildIndexToPointData* p = IndexToPoint( nIndex, mbAngleMode ); in getAccessibleChild()
317 this, *mpRepr, aName, aDescr, aFocusRect, nIndex ); in getAccessibleChild()
318 xChild = mpChilds[ nIndex ] = pChild; in getAccessibleChild()
322 if( mnSelectedChild == nIndex ) in getAccessibleChild()
590 void SAL_CALL SvxRectCtlAccessibleContext::selectAccessibleChild( sal_Int32 nIndex ) throw( lang::I… in selectAccessibleChild() argument
596 checkChildIndex( nIndex ); in selectAccessibleChild()
600 const ChildIndexToPointData* pData = IndexToPoint( nIndex, mbAngleMode ); in selectAccessibleChild()
609 sal_Bool SAL_CALL SvxRectCtlAccessibleContext::isAccessibleChildSelected( sal_Int32 nIndex ) throw(… in isAccessibleChildSelected() argument
613 checkChildIndex( nIndex ); in isAccessibleChildSelected()
615 return nIndex == mnSelectedChild; in isAccessibleChildSelected()
637 … XAccessible > SAL_CALL SvxRectCtlAccessibleContext::getSelectedAccessibleChild( sal_Int32 nIndex ) in getSelectedAccessibleChild() argument
642 checkChildIndexOnSelection( nIndex ); in getSelectedAccessibleChild()
658 void SvxRectCtlAccessibleContext::checkChildIndex( long nIndex ) throw( lang::IndexOutOfBoundsExcep… in checkChildIndex() argument
660 if( nIndex < 0 || nIndex >= getAccessibleChildCount() ) in checkChildIndex()
664 void SvxRectCtlAccessibleContext::checkChildIndexOnSelection( long nIndex ) throw( lang::IndexOutOf… in checkChildIndexOnSelection() argument
666 if( nIndex || mnSelectedChild == NOCHILDSELECTED ) in checkChildIndexOnSelection()
1173 sal_Bool SvxRectCtlChildAccessibleContext::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutO… in doAccessibleAction() argument
1177 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in doAccessibleAction()
1189 ::rtl::OUString SvxRectCtlChildAccessibleContext::getAccessibleActionDescription ( sal_Int32 nIndex… in getAccessibleActionDescription() argument
1193 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in getAccessibleActionDescription()
1200 …xRectCtlChildAccessibleContext::getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (IndexOutO… in getAccessibleActionKeyBinding() argument
1204 if ( nIndex < 0 || nIndex >= getAccessibleActionCount() ) in getAccessibleActionKeyBinding()