| 380 | } |
| 381 | |
| 382 | void litehtml::table_grid::clear() |
| 383 | { |
| 384 | m_rows_count = 0; |
| 385 | m_cols_count = 0; |
| 386 | m_cells.clear(); |
| 387 | m_columns.clear(); |
| 388 | m_rows.clear(); |
| 389 | } |
| 390 | |
| 391 | void litehtml::table_grid::calc_horizontal_positions( margins& table_borders, border_collapse bc, int bdr_space_x) |
| 392 | { |
no outgoing calls
no test coverage detected