Lines Matching refs:ls

39     String ls;  field in HTMLOutputter
53 a.ls = System.getProperty("line.separator"); in create()
71 m_aOut.write( "<html>" + ls); in header()
72 m_aOut.write( "<head>" + ls); in header()
73 m_aOut.write( "<title>" + _sTitle + "</title>" + ls); in header()
74 …ink rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/xmloff.css\" media=\"screen\" />" + ls); in header()
75 …link rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/style.css\" media=\"screen\" />" + ls); in header()
76 m_aOut.write( "</head>" + ls); in header()
77 m_aOut.write( "<body bgcolor=white>" + ls); in header()
93 m_aOut.write( "<h2>Results for " + _sOfficeInfo + "</h2>" + ls); in indexSection()
97 m_aOut.write( "<table class=\"infotable\">" + ls); in indexSection()
103 m_aOut.write( "</TR>" + ls); in indexSection()
201 m_aOut.write( "</TR>" + ls); in indexLine()
214 m_aOut.write( "</TABLE>" + ls); in close()
215 m_aOut.write( "</BODY></HTML>" + ls); in close()
248 m_aOut.write( "<H2>Results for the document " + _sDocumentName + "</H2>" + ls); in checkSection()
262 m_aOut.write( "<table class=\"infotable\">" + ls); in checkSection()
264 m_aOut.write( "<TR>" + ls); in checkSection()
275 m_aOut.write( "</TR>" + ls); in checkSection()
287 m_aOut.write( "<TR>" + ls); in checkLine()
333 m_aOut.write( "</TR>" + ls); in checkLine()
345 m_aOut.write( "<H2>Results for the document " + _sDocumentName + "</H2>" + ls); in checkDiffDiffSection()
350 m_aOut.write( "<table class=\"infotable\">" + ls); in checkDiffDiffSection()
352 m_aOut.write( "<TR>" + ls); in checkDiffDiffSection()
360 m_aOut.write( "</TR>" + ls); in checkDiffDiffSection()
372 m_aOut.write( "<TR>" + ls); in checkDiffDiffLine()
407 m_aOut.write( "</TR>" + ls); in checkDiffDiffLine()