Lines Matching refs:sal_Int32

192     sal_Int32 TableControl::GetCurrentRow() const  in GetCurrentRow()
198 sal_Int32 TableControl::GetCurrentColumn() const in GetCurrentColumn()
210 sal_Bool TableControl::GoToCell(sal_Int32 _nColPos, sal_Int32 _nRowPos) in GoToCell()
216 sal_Int32 TableControl::GetSelectedRowCount() const in GetSelectedRowCount()
218 return sal_Int32( m_pImpl->getSelectedRowCount() ); in GetSelectedRowCount()
222 sal_Int32 TableControl::GetSelectedRowIndex( sal_Int32 const i_selectionIndex ) const in GetSelectedRowIndex()
224 return sal_Int32( m_pImpl->getSelectedRowIndex( i_selectionIndex ) ); in GetSelectedRowIndex()
228 bool TableControl::IsRowSelected( sal_Int32 const i_rowIndex ) const in IsRowSelected()
304 Reference<XAccessible> TableControl::CreateAccessibleControl( sal_Int32 _nIndex ) in CreateAccessibleControl()
312 …tAccessibleObjectName( AccessibleTableControlObjType eObjType, sal_Int32 _nRow, sal_Int32 _nCol) c… in GetAccessibleObjectName()
358 …eControl::GetAccessibleObjectDescription( AccessibleTableControlObjType eObjType, sal_Int32 ) const in GetAccessibleObjectDescription()
399 ::rtl::OUString TableControl::GetRowDescription( sal_Int32 _nRow) const in GetRowDescription()
406 ::rtl::OUString TableControl::GetRowName( sal_Int32 _nIndex) const in GetRowName()
421 ::rtl::OUString TableControl::GetColumnName( sal_Int32 _nIndex) const in GetColumnName()
427 …::com::sun::star::uno::Any TableControl::GetCellContent( sal_Int32 _nRowPos, sal_Int32 _nColPos ) … in GetCellContent()
435 … ::rtl::OUString TableControl::GetAccessibleCellText( sal_Int32 _nRowPos, sal_Int32 _nColPos) const in GetAccessibleCellText()
568 sal_Int32 TableControl::GetAccessibleControlCount() const in GetAccessibleControlCount()
571 sal_Int32 count = 1; in GetAccessibleControlCount()
580 sal_Bool TableControl::ConvertPointToControlIndex( sal_Int32& _rnIndex, const Point& _rPoint ) in ConvertPointToControlIndex()
582 sal_Int32 nRow = m_pImpl->getRowAtPoint( _rPoint ); in ConvertPointToControlIndex()
583 sal_Int32 nCol = m_pImpl->getColAtPoint( _rPoint ); in ConvertPointToControlIndex()
607 …sal_Bool TableControl::ConvertPointToCellAddress( sal_Int32& _rnRow, sal_Int32& _rnColPos, const P… in ConvertPointToCellAddress()
615 …AccessibleStateSetForCell( ::utl::AccessibleStateSetHelper& _rStateSet, sal_Int32 _nRow, sal_uInt1… in FillAccessibleStateSetForCell()
634 …Rectangle TableControl::GetFieldCharacterBounds(sal_Int32 _nRow,sal_Int32 _nColumnPos,sal_Int32 nI… in GetFieldCharacterBounds()
642sal_Int32 TableControl::GetFieldIndexAtPoint(sal_Int32 _nRow,sal_Int32 _nColumnPos,const Point& _r… in GetFieldIndexAtPoint()
657 Rectangle TableControl::calcHeaderCellRect( sal_Bool _bIsColumnBar, sal_Int32 nPos ) in calcHeaderCellRect()
670 Rectangle TableControl::calcCellRect( sal_Int32 _nRowPos, sal_Int32 _nColPos ) in calcCellRect()