Lines Matching refs:_nRow
185 void TableControl::SetTopRow( RowPos _nRow ) in SetTopRow() argument
188 OSL_UNUSED( _nRow ); in SetTopRow()
204 bool TableControl::GoTo( ColPos _nColumn, RowPos _nRow ) in GoTo() argument
206 return m_pImpl->goTo( _nColumn, _nRow ); in GoTo()
312 …etAccessibleObjectName( AccessibleTableControlObjType eObjType, sal_Int32 _nRow, sal_Int32 _nCol) … in GetAccessibleObjectName() argument
340 aRetText += GetRowName(_nRow); in GetAccessibleObjectName()
346 aRetText = GetRowName(_nRow); in GetAccessibleObjectName()
399 ::rtl::OUString TableControl::GetRowDescription( sal_Int32 _nRow) const in GetRowDescription()
401 (void)_nRow; in GetRowDescription()
615 …leStateSetForCell( ::utl::AccessibleStateSetHelper& _rStateSet, sal_Int32 _nRow, sal_uInt16 _nColu… in FillAccessibleStateSetForCell() argument
617 if ( IsRowSelected( _nRow ) ) in FillAccessibleStateSetForCell()
634 …Rectangle TableControl::GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nI… in GetFieldCharacterBounds() argument
636 (void)_nRow; in GetFieldCharacterBounds()
642 …sal_Int32 TableControl::GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& _r… in GetFieldIndexAtPoint() argument
644 (void)_nRow; in GetFieldIndexAtPoint()