Lines Matching refs:nRow

129 	inline Int32Set_Impl::const_iterator GetRowIter( sal_Int32 nRow ) const;
132 const SwFrm *GetCell( sal_Int32 nRow, sal_Int32 nColumn, sal_Bool bExact,
146 void CheckRowAndCol( sal_Int32 nRow, sal_Int32 nCol,
298 sal_Int32 nRow, nCol; in CollectExtents() local
300 GetRowColumnAndExtent( pLower->Frm(), nRow, nCol, in CollectExtents()
438 sal_Int32 nRow, sal_Int32 nColumn, sal_Bool, in GetCell() argument
442 CheckRowAndCol( nRow, nColumn, pThis ); in GetCell()
445 Int32Set_Impl::const_iterator aSttRow( GetRowIter( nRow ) ); in GetCell()
544 sal_Int32 nRow ) const in GetRowIter()
547 if( nRow > 0 ) in GetRowIter()
550 static_cast< Int32Set_Impl::difference_type >( nRow ) ); in GetRowIter()
568 sal_Int32 nRow, sal_Int32 nCol, SwAccessibleTable *pThis ) const in CheckRowAndCol() argument
571 if( ( nRow < 0 || nRow >= static_cast< sal_Int32 >( maRows.size() ) ) || in CheckRowAndCol()
1011 sal_Int32 nRow ) in getAccessibleRowDescription() argument
1019 GetTableData().CheckRowAndCol(nRow, 0, this); in getAccessibleRowDescription()
1025 xTableRowHeader->getAccessibleCellAt( nRow, 0 ); in getAccessibleRowDescription()
1083 sal_Int32 nRow, sal_Int32 nColumn ) in getAccessibleRowExtentAt() argument
1093 GetTableData().CheckRowAndCol( nRow, nColumn, this ); in getAccessibleRowExtentAt()
1098 GetTableData().GetRowIter( nRow ) ); in getAccessibleRowExtentAt()
1115 sal_Int32 nRow, sal_Int32 nColumn ) in getAccessibleColumnExtentAt() argument
1125 GetTableData().CheckRowAndCol( nRow, nColumn, this ); in getAccessibleColumnExtentAt()
1130 GetTableData().GetRowIter( nRow ) ); in getAccessibleColumnExtentAt()
1238 sal_Bool SAL_CALL SwAccessibleTable::isAccessibleRowSelected( sal_Int32 nRow ) in isAccessibleRowSelected() argument
1245 GetTableData().CheckRowAndCol( nRow, 0, this ); in isAccessibleRowSelected()
1252 GetTableData().GetSelection( nRow, nRow+1, *pSelBoxes, aSelRow, in isAccessibleRowSelected()
1293 sal_Int32 nRow, sal_Int32 nColumn ) in getAccessibleCellAt() argument
1303 GetTableData().GetCell( nRow, nColumn, sal_False, this ); in getAccessibleCellAt()
1325 sal_Int32 nRow, sal_Int32 nColumn ) in isAccessibleSelected() argument
1335 GetTableData().GetCell( nRow, nColumn, sal_False, this ); in isAccessibleSelected()
1352 sal_Int32 nRow, sal_Int32 nColumn ) in getAccessibleIndex() argument
1361 SwAccessibleChild aCell( GetTableData().GetCell( nRow, nColumn, sal_False, this )); in getAccessibleIndex()