Home
last modified time | relevance | path

Searched refs:i_select (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/table/
H A Dtablecontrol.cxx234 void TableControl::SelectRow( RowPos const i_rowIndex, bool const i_select ) in SelectRow() argument
239 if ( i_select ) in SelectRow()
255 void TableControl::SelectAllRows( bool const i_select ) in SelectAllRows() argument
257 if ( i_select ) in SelectAllRows()
/trunk/main/svtools/inc/svtools/
H A Daccessibletable.hxx126 virtual void SelectRow( sal_Int32 const i_rowIndex, bool const i_select ) = 0;
127 virtual void SelectAllRows( bool const i_select ) = 0;
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrol.hxx210 virtual void SelectRow( sal_Int32 const i_rowIndex, bool const i_select );
211 virtual void SelectAllRows( bool const i_select );

Completed in 120 milliseconds