Searched refs:XmlCode (Results 1 – 18 of 18) sorted by relevance
86 << new xml::XmlCode("<div id=\"") in EmptyBody()87 << new xml::XmlCode(C_sOOoFrameDiv_IdlId) in EmptyBody()88 << new xml::XmlCode("\">\n\n"); in EmptyBody()178 << new xml::XmlCode("<hr size=\"3\">"); in WriteBody()184 << new xml::XmlCode(sCopyright); in WriteBody()191 << new xml::XmlCode("\n</div> <!-- id=\"") in WriteBody()192 << new xml::XmlCode(C_sOOoFrameDiv_IdlId) in WriteBody()193 << new xml::XmlCode("\" -->\n"); in WriteBody()
103 << new Xml::XmlCode(" ") in NewParamTypeCell()177 (*pTypes) << new Xml::XmlCode(" <br>\n");178 (*pNames) << new Xml::XmlCode(" <br>\n");188 (*pTypes) << new Xml::XmlCode(" <br>");189 (*pNames) << new Xml::XmlCode(" <br>\n");192 << new Xml::XmlCode("<p class=\"raise\">")194 << new Xml::XmlCode("( </p>\n");
266 << new xml::XmlCode("<div id=\"") in EmptyBody()267 << new xml::XmlCode(C_sOOoFrameDiv_CppId) in EmptyBody()268 << new xml::XmlCode("\">\n\n"); in EmptyBody()365 << new xml::XmlCode("<hr size=\"3\">"); in WriteBody()372 << new xml::XmlCode(sCopyright); in WriteBody()379 << new xml::XmlCode("\n</div> <!-- id=\"") in WriteBody()380 << new xml::XmlCode(C_sOOoFrameDiv_CppId) in WriteBody()381 << new xml::XmlCode("\" -->\n"); in WriteBody()
112 << new XmlCode(" ") in do_Write2()116 << new XmlCode(" "); in do_Write2()139 << new XmlCode(" ") in do_Write2()141 << new XmlCode(" "); in do_Write2()163 << new XmlCode(" ") in do_Write2()165 << new XmlCode(" "); in do_Write2()
361 CurOut() << new xml::XmlCode( i_rData.Text() ); in Display_DT_Xml()420 << new xml::XmlCode("<pre>"); in Write_Text()431 << new xml::XmlCode("</pre>"); in Write_Text()439 CurOut() << new xml::XmlCode(i_sText); in Write_TextToken()
81 o_rOut << new XmlCode( "| " ); in Write2()83 o_rOut << new XmlCode( " " ); in Write2()
216 CurOut() << new xml::XmlCode(C_sHelpText); in Write_TopArea()
221 << new xml::XmlCode(C_sAlphabet); in Write_TopArea()
537 XmlCode::XmlCode( const String & i_sText ) in XmlCode() function in csi::xml::XmlCode542 XmlCode::XmlCode( const char * i_sText ) in XmlCode() function in csi::xml::XmlCode547 XmlCode::~XmlCode() in ~XmlCode()552 XmlCode::do_WriteOut( csv::bostream & io_aFile ) const in do_WriteOut()
58 class HorizontalLine : public xml::XmlCode62 : xml::XmlCode("<hr>\n") {} in HorizontalLine()130 class LineBreak : public xml::XmlCode134 : xml::XmlCode("<br>\n") {} in LineBreak()389 class Sbr : public csi::xml::XmlCode // Sourcefile lineBreak393 : csi::xml::XmlCode("\n") {} in Sbr()
330 class XmlCode : public TextContent class333 XmlCode(335 XmlCode(337 ~XmlCode();
88 rDetailsRowCell << new Xml::XmlCode(" "); in produce_ShortDoc()250 rLink << new Xml::XmlCode(*it); in write_ManualLinks()252 rLink << new Xml::XmlCode( *(it+1) ); in write_ManualLinks()279 << new csi::xml::XmlCode("┗") in recursive_ShowBases()
166 o_out << new csi::xml::XmlCode("┃"); in Write_Bases()173 o_out << new csi::xml::XmlCode("┣"); in Write_Bases()175 o_out << new csi::xml::XmlCode("┗"); in Write_Bases()
103 rLink << new Xml::XmlCode(*it); in Write_ManualLinks()106 rLink << new Xml::XmlCode( *(it+1) ); in Write_ManualLinks()
249 CurOut() << new Xml::XmlCode( i_rToken.GetText() ); in Display_TextToken()303 CurOut() << new Xml::XmlCode( i_rToken.GetText() ); in Display_Style()
123 CurOut() << new Xml::XmlCode("<br> "); in Produce_byData()
162 << new Xml::XmlCode( in Produce_Page()
250 CurOut() << new Xml::XmlCode("<br> "); in Produce_byData()
Completed in 59 milliseconds