Lines Matching refs:_nColumn

758 sal_Bool SvHeaderTabListBox::IsCellCheckBox( long _nRow, sal_uInt16 _nColumn, TriState& _rState )  in IsCellCheckBox()  argument
765 if ( nItemCount > ( _nColumn + 1 ) ) in IsCellCheckBox()
767 SvLBoxButton* pItem = (SvLBoxButton*)( pEntry->GetItem( _nColumn + 1 ) ); in IsCellCheckBox()
825 ::rtl::OUString SvHeaderTabListBox::GetColumnDescription( sal_uInt16 _nColumn ) const in GetColumnDescription()
827 …tl::OUString( m_pImpl->m_pHeaderBar->GetItemText( m_pImpl->m_pHeaderBar->GetItemId( _nColumn ) ) ); in GetColumnDescription()
840 sal_Bool SvHeaderTabListBox::GoToCell( sal_Int32 _nRow, sal_uInt16 _nColumn ) in GoToCell() argument
848 bRet = ( SetCurrentTabPos( _nColumn ) == true ); in GoToCell()
942 Rectangle SvHeaderTabListBox::GetFieldRectPixelAbs( sal_Int32 _nRow, sal_uInt16 _nColumn, sal_Bool … in GetFieldRectPixelAbs() argument
951 DBG_ASSERT( m_pImpl->m_pHeaderBar->GetItemCount() > _nColumn, "invalid column" ); in GetFieldRectPixelAbs()
952 …gle aItemRect = m_pImpl->m_pHeaderBar->GetItemRect( m_pImpl->m_pHeaderBar->GetItemId( _nColumn ) ); in GetFieldRectPixelAbs()
1014 Reference< XAccessible > SvHeaderTabListBox::CreateAccessibleColumnHeader( sal_uInt16 _nColumn ) in CreateAccessibleColumnHeader() argument
1026 Reference< XAccessible > xChild = m_aAccessibleChildren[ _nColumn ]; in CreateAccessibleColumnHeader()
1032 _nColumn, m_pAccessible->getHeaderBar( ::svt::BBTYPE_COLUMNHEADERBAR ), in CreateAccessibleColumnHeader()
1037 m_aAccessibleChildren[ _nColumn ] = xChild; in CreateAccessibleColumnHeader()
1206 …tForCell( ::utl::AccessibleStateSetHelper& _rStateSet, sal_Int32 _nRow, sal_uInt16 _nColumn ) const in FillAccessibleStateSetForCell()
1212 if ( IsCellVisible( _nRow, _nColumn ) ) in FillAccessibleStateSetForCell()