Home
last modified time | relevance | path

Searched refs:rnColumn (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svx/source/table/
H A Daccessibletableshape.cxx88 …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()
/aoo4110/main/svx/inc/svx/
H A DAccessibleTableShape.hxx140 …void getColumnAndRow( sal_Int32 nChildIndex, sal_Int32& rnColumn, sal_Int32& rnRow ) throw (::com:…

Completed in 26 milliseconds