Lines Matching refs:html
49 using html::Table;
50 using html::TableRow;
51 using html::TableCell;
52 using html::Font;
53 using html::SizeAttr;
54 using html::BgColorAttr;
55 using html::WidthAttr;
382 << new html::LineBreak; in do_Process()
384 >> *new html::Link( OperationLink( in do_Process()
426 *dpRow << new html::BgColorAttr("white"); in do_Process()
433 >> *new html::Link( DataLink(i_rData.LocalName(), sLinkPrePath.c_str()) ) in do_Process()
434 >> *new html::Strong in do_Process()
455 *dpRow << new html::BgColorAttr("white"); in do_Process()
459 >> *new html::Label(i_rData.LocalName()) in do_Process()
460 >> *new html::Bold in do_Process()
494 *dpRow << new html::BgColorAttr("white"); in Write_ListItem()
497 >> *new html::Link( i_sLink ) in Write_ListItem()
498 >> *new html::Bold in Write_ListItem()