Searched refs:i_select (Results 1 – 3 of 3) sorted by relevance
234 void TableControl::SelectRow( RowPos const i_rowIndex, bool const i_select ) in SelectRow() argument239 if ( i_select ) in SelectRow()255 void TableControl::SelectAllRows( bool const i_select ) in SelectAllRows() argument257 if ( i_select ) in SelectAllRows()
126 virtual void SelectRow( sal_Int32 const i_rowIndex, bool const i_select ) = 0;127 virtual void SelectAllRows( bool const i_select ) = 0;
210 virtual void SelectRow( sal_Int32 const i_rowIndex, bool const i_select );211 virtual void SelectAllRows( bool const i_select );
Completed in 25 milliseconds