Searched refs:rnColumn (Results 1 – 2 of 2) 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… 199 void AccessibleTableShapeImpl::getColumnAndRow( sal_Int32 nChildIndex, sal_Int32& rnColumn, sal_Int… in getColumnAndRow() argument 202 rnColumn = nChildIndex; in getColumnAndRow() 207 while( rnColumn >= nColumnCount ) in getColumnAndRow() 210 rnColumn -= nColumnCount; in getColumnAndRow() 965 void AccessibleTableShape::getColumnAndRow( sal_Int32 nChildIndex, sal_Int32& rnColumn, sal_Int32& … in getColumnAndRow() argument 967 mxImpl->getColumnAndRow(nChildIndex, rnColumn, rnRow); in getColumnAndRow()
|
/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 15 milliseconds