Lines Matching refs:_nRow

758 sal_Bool SvHeaderTabListBox::IsCellCheckBox( long _nRow, sal_uInt16 _nColumn, TriState& _rState )  in IsCellCheckBox()  argument
761 SvLBoxEntry* pEntry = GetEntry( _nRow ); in IsCellCheckBox()
820 ::rtl::OUString SvHeaderTabListBox::GetRowDescription( sal_Int32 _nRow ) const in GetRowDescription()
822 return ::rtl::OUString( GetEntryText( _nRow ) ); in GetRowDescription()
840 sal_Bool SvHeaderTabListBox::GoToCell( sal_Int32 _nRow, sal_uInt16 _nColumn ) in GoToCell() argument
846 SetCursor( GetEntry( _nRow ), sal_True ); in GoToCell()
870 void SvHeaderTabListBox::SelectRow( long _nRow, sal_Bool _bSelect, sal_Bool ) in SelectRow() argument
872 Select( GetEntry( _nRow ), _bSelect ); in SelectRow()
889 bool SvHeaderTabListBox::IsRowSelected( long _nRow ) const in IsRowSelected()
891 SvLBoxEntry* pEntry = GetEntry( _nRow ); in IsRowSelected()
913 String SvHeaderTabListBox::GetAccessibleCellText( long _nRow, sal_uInt16 _nColumnPos ) const in GetAccessibleCellText() argument
915 return ::rtl::OUString( GetTabEntryText( _nRow, _nColumnPos ) ); in GetAccessibleCellText()
942 Rectangle SvHeaderTabListBox::GetFieldRectPixelAbs( sal_Int32 _nRow, sal_uInt16 _nColumn, sal_Bool … in GetFieldRectPixelAbs() argument
944 DBG_ASSERT( !_bIsHeader || 0 == _nRow, "invalid parameters" ); in GetFieldRectPixelAbs()
946 SvLBoxEntry* pEntry = GetEntry( _nRow ); in GetFieldRectPixelAbs()
967 Reference< XAccessible > SvHeaderTabListBox::CreateAccessibleCell( sal_Int32 _nRow, sal_uInt16 _nCo… in CreateAccessibleCell() argument
985 nIndex = ( _nRow * nColumnCount ) + _nColumnPos + nColumnCount; in CreateAccessibleCell()
992 sal_Bool bIsCheckBox = IsCellCheckBox( _nRow, _nColumnPos, eState ); in CreateAccessibleCell()
995 …m_pAccessible->getAccessibleChild( 0 ), *this, NULL, _nRow, _nColumnPos, eState, sal_True, sal_Fal… in CreateAccessibleCell()
998 … m_pAccessible->getAccessibleChild( 0 ), *this, NULL, _nRow, _nColumnPos, OFFSET_NONE ); in CreateAccessibleCell()
1206 …leStateSetForCell( ::utl::AccessibleStateSetHelper& _rStateSet, sal_Int32 _nRow, sal_uInt16 _nColu… in FillAccessibleStateSetForCell() argument
1212 if ( IsCellVisible( _nRow, _nColumn ) ) in FillAccessibleStateSetForCell()
1218 if ( IsRowSelected( _nRow ) ) in FillAccessibleStateSetForCell()
1289 sal_Int32 SvHeaderTabListBox::GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Poin… in GetFieldIndexAtPoint() argument
1291 String sText = GetAccessibleCellText( _nRow, static_cast< sal_uInt16 >( _nColumnPos ) ); in GetFieldIndexAtPoint()