Lines Matching refs:nChildIndex
88 …void getColumnAndRow( sal_Int32 nChildIndex, sal_Int32& rnColumn, sal_Int32& rnRow ) throw (IndexO…
168 Reference< XAccessible > AccessibleTableShapeImpl::getAccessibleChild( sal_Int32 nChildIndex ) thro… in getAccessibleChild() argument
171 getColumnAndRow( nChildIndex, nColumn, nRow ); in getAccessibleChild()
185 …bleCell > xAccessibleCell( new AccessibleCell( mxAccessible, xCellRef, nChildIndex, mrShapeTreeInf… in getAccessibleChild()
199 void AccessibleTableShapeImpl::getColumnAndRow( sal_Int32 nChildIndex, sal_Int32& rnColumn, sal_Int… in getColumnAndRow() argument
202 rnColumn = nChildIndex; in getColumnAndRow()
241 sal_Int32 nChildIndex = 0; in modified() local
253 xAccessibleCell->setIndexInParent( nChildIndex ); in modified()
290 …bleCell > xAccessibleCell( new AccessibleCell( mxAccessible, xCellRef, nChildIndex, mrShapeTreeInf… in modified()
296 ++nChildIndex; in modified()
676 sal_Int32 nChildIndex = 0; in getAccessibleCellAt() local
678 nChildIndex = mxImpl->mxTable->getColumnCount() * nRow + nColumn; in getAccessibleCellAt()
680 return getAccessibleChild( nChildIndex ); in getAccessibleCellAt()
729 sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleRow( sal_Int32 nChildIndex ) throw (IndexOutO… in getAccessibleRow() argument
733 mxImpl->getColumnAndRow( nChildIndex, nColumn, nRow ); in getAccessibleRow()
739 sal_Int32 SAL_CALL AccessibleTableShape::getAccessibleColumn( sal_Int32 nChildIndex ) throw (IndexO… in getAccessibleColumn() argument
743 mxImpl->getColumnAndRow( nChildIndex, nColumn, nRow ); in getAccessibleColumn()
752 void SAL_CALL AccessibleTableShape::selectAccessibleChild( sal_Int32 nChildIndex ) throw ( IndexOut… in selectAccessibleChild() argument
756 mxImpl->getColumnAndRow( nChildIndex, aPos.mnCol, aPos.mnRow ); in selectAccessibleChild()
778 sal_Bool SAL_CALL AccessibleTableShape::isAccessibleChildSelected( sal_Int32 nChildIndex ) throw ( … in isAccessibleChildSelected() argument
782 mxImpl->getColumnAndRow( nChildIndex, aPos.mnCol, aPos.mnRow ); in isAccessibleChildSelected()
862 sal_Int32 nChildIndex = GetIndexOfSelectedChild( nSelectedChildIndex ); in getSelectedAccessibleChild() local
864 if( nChildIndex < 0 ) in getSelectedAccessibleChild()
867 if ( nChildIndex >= getAccessibleChildCount() ) in getSelectedAccessibleChild()
872 return getAccessibleChild( nChildIndex ); in getSelectedAccessibleChild()
877 void SAL_CALL AccessibleTableShape::deselectAccessibleChild( sal_Int32 nChildIndex ) throw ( Index… in deselectAccessibleChild() argument
881 mxImpl->getColumnAndRow( nChildIndex, aPos.mnCol, aPos.mnRow ); in deselectAccessibleChild()
965 void AccessibleTableShape::getColumnAndRow( sal_Int32 nChildIndex, sal_Int32& rnColumn, sal_Int32& … in getColumnAndRow() argument
967 mxImpl->getColumnAndRow(nChildIndex, rnColumn, rnRow); in getColumnAndRow()
1346 sal_Int32 SAL_CALL AccessibleTableHeaderShape::getAccessibleRow( sal_Int32 nChildIndex ) throw (Ind… in getAccessibleRow() argument
1348 return mpTable->getAccessibleRow( nChildIndex ); in getAccessibleRow()
1351 sal_Int32 SAL_CALL AccessibleTableHeaderShape::getAccessibleColumn( sal_Int32 nChildIndex ) throw (… in getAccessibleColumn() argument
1353 return mpTable->getAccessibleColumn( nChildIndex ); in getAccessibleColumn()