Searched refs:m_nColumnRowId (Results 1 – 4 of 4) sorted by relevance
49 , m_nColumnRowId(_nColumnRowId) in AccessibleBrowseBoxHeaderCell()75 … isRowBarCell() ? mpBrowseBox->IsRowSelected(m_nColumnRowId) : mpBrowseBox->IsColumnSelected(m_nCo… in implCreateStateSetHelper()113 mpBrowseBox->SelectRow(m_nColumnRowId); in grabFocus()115 mpBrowseBox->SelectColumn(static_cast<sal_uInt16>(m_nColumnRowId)); //!!! in grabFocus()146 return getRectangle(mpBrowseBox,m_nColumnRowId,sal_False,isRowBarCell()); in implGetBoundingBox()152 return getRectangle(mpBrowseBox,m_nColumnRowId,sal_True,isRowBarCell()); in implGetBoundingBoxOnScreen()160 sal_Int32 nIndex = m_nColumnRowId; in getAccessibleIndexInParent()
44 , m_nColumnRowId(_nColumnRowId) in AccessibleGridControlHeaderCell()70 if ( m_aTable.IsRowSelected(m_nColumnRowId) ) in implCreateStateSetHelper()174 sal_Int32 nIndex = m_nColumnRowId; in getAccessibleIndexInParent()
32 sal_Int32 m_nColumnRowId; member in accessibility::AccessibleBrowseBoxHeaderCell
32 sal_Int32 m_nColumnRowId; member in accessibility::AccessibleGridControlHeaderCell
Completed in 18 milliseconds