Home
last modified time | relevance | path

Searched refs:getColumnAndRow (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/table/
H A Daccessibletableshape.cxx88 …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 Daccessiblecell.cxx652 pAccTable->getColumnAndRow(mnIndexInParent, nCol, nRow); in getAccessibleName()
/trunk/main/svx/inc/svx/
H A DAccessibleTableShape.hxx140 …void getColumnAndRow( sal_Int32 nChildIndex, sal_Int32& rnColumn, sal_Int32& rnRow ) throw (::com:…

Completed in 31 milliseconds