Lines Matching refs:nRow

128 							sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry );  in ProcessWindowEvent()  local
131 m_pTabListBox->CreateAccessibleCell( nRow, nCol ); in ProcessWindowEvent()
138 if ( m_pTabListBox->IsCellCheckBox( nRow, nCol, eState ) ) in ProcessWindowEvent()
180 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent() local
181 …Reference< XAccessible > xChild = m_pTabListBox->CreateAccessibleCell( nRow, m_pTabListBox->GetCur… in ProcessWindowEvent()
183 if ( m_pTabListBox->IsCellCheckBox( nRow, m_pTabListBox->GetCurrColumn(), eState ) ) in ProcessWindowEvent()
204 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent() local
205 m_xCurChild = m_pTabListBox->CreateAccessibleCell( nRow, m_pTabListBox->GetCurrColumn() ); in ProcessWindowEvent()
225 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent() local
228 if ( m_pTabListBox->IsCellCheckBox( nRow, nCol, eState ) ) in ProcessWindowEvent()
231 m_pTabListBox->CreateAccessibleCell( nRow, nCol ); in ProcessWindowEvent()
250 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent() local
253 m_pTabListBox->CreateAccessibleCell( nRow, nCol ); in ProcessWindowEvent()
256 ::rtl::OUString sNewText( m_pTabListBox->GetCellText( nRow, nCol ) ); in ProcessWindowEvent()
260 if ( m_pTabListBox->IsCellCheckBox( nRow, nCol, eState ) ) in ProcessWindowEvent()
329 sal_Int32 nRow = 0; in implGetSelRow() local
333 ++nRow; in implGetSelRow()
334 if ( nRow == nSelRow ) in implGetSelRow()
420 sal_Int32 nRow = implGetSelRow( nSelectedChildIndex % nRows ); in getSelectedAccessibleChild() local
422 return getAccessibleCellAt( nRow, nColumn ); in getSelectedAccessibleChild()