Lines Matching refs:html
44 using csi::html::HorizontalLine;
45 using csi::html::Link;
46 using csi::html::Label;
47 using csi::html::AlignAttr;
105 << new html::LineBreak in Write_DefinesList()
106 << new html::LineBreak in Write_DefinesList()
108 << new html::ClassAttr("define") in Write_DefinesList()
109 >> *new html::Label("defines") in Write_DefinesList()
110 >> *new html::Headline(3) in Write_DefinesList()
140 << new html::LineBreak in Write_MacrosList()
141 << new html::LineBreak in Write_MacrosList()
143 << new html::ClassAttr("define") in Write_MacrosList()
144 >> *new html::Label("macros") in Write_MacrosList()
145 >> *new html::Headline(3) in Write_MacrosList()
177 CurOut() << new html::HorizontalLine; in Write_Define()
183 >> *new html::Label( rDef.LocalName() ) in Write_Define()
198 CurOut() << new html::HorizontalLine; in Write_Macro()
204 >> *new html::Label( rDef.LocalName() ) in Write_Macro()