Searched refs:i_table (Results 1 – 2 of 2) sorted by relevance
105 void SVTXGridControl::impl_checkColumnIndex_throw( ::svt::table::TableControl const & i_table, sal_… in impl_checkColumnIndex_throw() argument107 if ( ( i_columnIndex < 0 ) || ( i_columnIndex >= i_table.GetColumnCount() ) ) in impl_checkColumnIndex_throw()112 void SVTXGridControl::impl_checkRowIndex_throw( ::svt::table::TableControl const & i_table, sal_Int… in impl_checkRowIndex_throw() argument114 if ( ( i_rowIndex < 0 ) || ( i_rowIndex >= i_table.GetRowCount() ) ) in impl_checkRowIndex_throw()
120 …void impl_checkColumnIndex_throw( ::svt::table::TableControl const & i_table, sal_Int32 const i…121 …void impl_checkRowIndex_throw( ::svt::table::TableControl const & i_table, sal_Int32 const i_ro…
Completed in 21 milliseconds