Lines Matching refs:html
274 ? o_rOut >> * new html::Link( sLink.c_str() ) in Get_LinkedTypeText()
289 >> *new html::Label(i_sLabel) in Create_ChildListLabel()
294 DYN csi::html::Table &
297 html::Table * in Create_ChildListTable()
298 dpTable = new html::Table; in Create_ChildListTable()
300 << new html::ClassAttr( "childlist") in Create_ChildListTable()
304 << new html::WidthAttr( "100%" ); in Create_ChildListTable()
306 html::TableRow & in Create_ChildListTable()
309 << new html::ClassAttr("subtitle") in Create_ChildListTable()
310 >> *new html::TableCell in Create_ChildListTable()
312 >> *new html::Headline(4) in Create_ChildListTable()
454 >> *new html::Strong in WriteOut_LinkedFunctionText()