Lines Matching refs:sal_Int32

128 							sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry );  in ProcessWindowEvent()
180 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent()
204 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent()
225 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent()
250 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent()
292 void AccessibleTabListBoxTable::ensureValidIndex( sal_Int32 _nIndex ) const in ensureValidIndex()
299 sal_Bool AccessibleTabListBoxTable::implIsRowSelected( sal_Int32 _nRow ) const in implIsRowSelected()
304 void AccessibleTabListBoxTable::implSelectRow( sal_Int32 _nRow, sal_Bool _bSelect ) in implSelectRow()
310 sal_Int32 AccessibleTabListBoxTable::implGetRowCount() const in implGetRowCount()
315 sal_Int32 AccessibleTabListBoxTable::implGetColumnCount() const in implGetColumnCount()
320 sal_Int32 AccessibleTabListBoxTable::implGetSelRowCount() const in implGetSelRowCount()
325 sal_Int32 AccessibleTabListBoxTable::implGetSelRow( sal_Int32 nSelRow ) const in implGetSelRow()
329 sal_Int32 nRow = 0; in implGetSelRow()
357 …void SAL_CALL AccessibleTabListBoxTable::selectAccessibleChild( sal_Int32 nChildIndex ) throw (Ind… in selectAccessibleChild()
368 …sal_Bool SAL_CALL AccessibleTabListBoxTable::isAccessibleChildSelected( sal_Int32 nChildIndex ) th… in isAccessibleChildSelected()
399sal_Int32 SAL_CALL AccessibleTabListBoxTable::getSelectedAccessibleChildCount( ) throw (RuntimeEx… in getSelectedAccessibleChildCount()
409 …Reference< XAccessible > SAL_CALL AccessibleTabListBoxTable::getSelectedAccessibleChild( sal_Int32 in getSelectedAccessibleChild()
416 sal_Int32 nRows = implGetSelRowCount(); in getSelectedAccessibleChild()
420 sal_Int32 nRow = implGetSelRow( nSelectedChildIndex % nRows ); in getSelectedAccessibleChild()
421 sal_Int32 nColumn = nSelectedChildIndex / nRows; in getSelectedAccessibleChild()
425 …void SAL_CALL AccessibleTabListBoxTable::deselectAccessibleChild( sal_Int32 nSelectedChildIndex ) … in deselectAccessibleChild()