Searched refs:implGetCellCount (Results 1 – 4 of 4) sorted by relevance
68 inline sal_Int32 implGetCellCount() const { return implGetRowCount() * implGetColumnCount(); } in implGetCellCount() function in accessibility::AccessibleTabListBoxTable
294 if ( ( _nIndex < 0 ) || ( _nIndex >= implGetCellCount() ) ) in ensureValidIndex()
471 inline sal_Int32 implGetCellCount() const { return implGetRowCount() * implGetColumnCount(); } in implGetCellCount() function in ScAccessibleCsvGrid
959 return implGetCellCount(); in getAccessibleChildCount()1337 if( (nIndex < 0) || (nIndex >= implGetCellCount()) ) in ensureValidIndex()