Searched refs:getColumnAndRow (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/svx/source/table/ |
H A D | accessibletableshape.cxx | 88 …void getColumnAndRow( sal_Int32 nChildIndex, sal_Int32& rnColumn, sal_Int32& rnRow ) throw (IndexO… 171 getColumnAndRow( nChildIndex, nColumn, nRow ); in getAccessibleChild() 199 void AccessibleTableShapeImpl::getColumnAndRow( sal_Int32 nChildIndex, sal_Int32& rnColumn, sal_Int… in getColumnAndRow() function in accessibility::AccessibleTableShapeImpl 733 mxImpl->getColumnAndRow( nChildIndex, nColumn, nRow ); in getAccessibleRow() 743 mxImpl->getColumnAndRow( nChildIndex, nColumn, nRow ); in getAccessibleColumn() 756 mxImpl->getColumnAndRow( nChildIndex, aPos.mnCol, aPos.mnRow ); in selectAccessibleChild() 782 mxImpl->getColumnAndRow( nChildIndex, aPos.mnCol, aPos.mnRow ); in isAccessibleChildSelected() 881 mxImpl->getColumnAndRow( nChildIndex, aPos.mnCol, aPos.mnRow ); in deselectAccessibleChild() 965 void AccessibleTableShape::getColumnAndRow( sal_Int32 nChildIndex, sal_Int32& rnColumn, sal_Int32& … in getColumnAndRow() function in accessibility::AccessibleTableShape 967 mxImpl->getColumnAndRow(nChildIndex, rnColumn, rnRow); in getColumnAndRow()
|
H A D | accessiblecell.cxx | 652 pAccTable->getColumnAndRow(mnIndexInParent, nCol, nRow); in getAccessibleName()
|
/aoo42x/main/svx/inc/svx/ |
H A D | AccessibleTableShape.hxx | 140 …void getColumnAndRow( sal_Int32 nChildIndex, sal_Int32& rnColumn, sal_Int32& rnRow ) throw (::com:…
|
Completed in 44 milliseconds