| html-table.cpp | 300 add_column(p->no+1, p->right, linelength, 'L'); 322 add_column(0, indent, columns->left, 'L'); 512 * add_column - adds a column. It returns FALSE if hstart..hend 516 int html_table::add_column (int coln, int hstart, int hend, char align) function in class:html_table 732 table->add_column(1, ind+pageoffset, linelength, 'L');
|