Home
last modified time | relevance | path

Searched refs:i_table (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx105 void SVTXGridControl::impl_checkColumnIndex_throw( ::svt::table::TableControl const & i_table, sal_… in impl_checkColumnIndex_throw() argument
107 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() argument
114 if ( ( i_rowIndex < 0 ) || ( i_rowIndex >= i_table.GetRowCount() ) ) in impl_checkRowIndex_throw()
H A Dsvtxgridcontrol.hxx120 …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 15 milliseconds