Searched refs:IsCellCheckBox (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/accessibility/source/extended/ |
H A D | accessibletablistboxtable.cxx | 138 if ( m_pTabListBox->IsCellCheckBox( nRow, nCol, eState ) ) in ProcessWindowEvent() 183 if ( m_pTabListBox->IsCellCheckBox( nRow, m_pTabListBox->GetCurrColumn(), eState ) ) in ProcessWindowEvent() 228 if ( m_pTabListBox->IsCellCheckBox( nRow, nCol, eState ) ) in ProcessWindowEvent() 260 if ( m_pTabListBox->IsCellCheckBox( nRow, nCol, eState ) ) in ProcessWindowEvent()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | svtabbx.cxx | 758 sal_Bool SvHeaderTabListBox::IsCellCheckBox( long _nRow, sal_uInt16 _nColumn, TriState& _rState ) in IsCellCheckBox() function in SvHeaderTabListBox 992 sal_Bool bIsCheckBox = IsCellCheckBox( _nRow, _nColumnPos, eState ); in CreateAccessibleCell()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | svtabbx.hxx | 178 sal_Bool IsCellCheckBox( long _nRow, sal_uInt16 _nColumn, TriState& _rState );
|
Completed in 18 milliseconds