Lines Matching refs:m_aOut

32     FileWriter m_aOut;  field in HTMLOutputter
52 a.m_aOut = new FileWriter(outputFile.toString()); 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()
74m_aOut.write( "<link rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/xmloff.css\" media=\"s… in header()
75m_aOut.write( "<link rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/style.css\" media=\"sc… in header()
76 m_aOut.write( "</head>" + ls); in header()
77 m_aOut.write( "<body bgcolor=white>" + ls); in header()
78 m_aOut.flush(); in header()
93 m_aOut.write( "<h2>Results for " + _sOfficeInfo + "</h2>" + ls); in indexSection()
94 m_aOut.write( "<p>Legend:<br>"); in indexSection()
95m_aOut.write( stronghtml(FIRSTGFX_TABLETITLE) + " contains the output printed via 'ghostscript' as… in indexSection()
97 m_aOut.write( "<table class=\"infotable\">" + ls); in indexSection()
98 m_aOut.write( "<TR>"); in indexSection()
99 m_aOut.write( tableHeaderCell(TEST_TABLETITLE)); in indexSection()
100 m_aOut.write( tableHeaderCell(TEST_TABLETITLE)); in indexSection()
101 m_aOut.write( tableHeaderCell(VISUAL_STATUS_TABLETITLE)); in indexSection()
102 m_aOut.write( tableHeaderCell(VISUAL_STATUS_MESSAGE_TABLETITLE)); in indexSection()
103 m_aOut.write( "</TR>" + ls); in indexSection()
104 m_aOut.flush(); in indexSection()
188 m_aOut.write( "<TR>"); in indexLine()
189 m_aOut.write(tableDataCell( getHREF(_sHTMLFile, _sHTMLName) ) ); in indexLine()
192 m_aOut.write(tableDataCell( getHREF(_sHTMLFile2, _sHTMLName2) ) ); in indexLine()
196 m_aOut.write(tableDataCell( "" ) ); in indexLine()
199 m_aOut.write( tableDataCell(_sStatusRunThrough) ); in indexLine()
200 m_aOut.write( tableDataCell(_sStatusMessage) ); in indexLine()
201 m_aOut.write( "</TR>" + ls); in indexLine()
203 m_aOut.flush(); in indexLine()
214 m_aOut.write( "</TABLE>" + ls); in close()
215 m_aOut.write( "</BODY></HTML>" + ls); in close()
216 m_aOut.flush(); in close()
217 m_aOut.close(); in close()
248 m_aOut.write( "<H2>Results for the document " + _sDocumentName + "</H2>" + ls); in checkSection()
250 m_aOut.write( "<p>Legend:<br>"); in checkSection()
251m_aOut.write( stronghtml(FIRSTGFX_TABLETITLE) + " contains the output printed via 'ghostscript' as… in checkSection()
252m_aOut.write( stronghtml(SECONDGFX_TABLETITLE) + " contains the same document opened within OpenOf… in checkSection()
253m_aOut.write( stronghtml(DIFFER_TABLETITLE)+" is build via composite from original and new picture… in checkSection()
254m_aOut.write( stronghtml(DIFFER_BM_TABLETITLE) + " is build via composite from original and new pi… in checkSection()
255 m_aOut.write( "</p>"); in checkSection()
256 m_aOut.write( "<p>Some words about the percentage value<br>"); in checkSection()
257m_aOut.write( "If a character is on the original page (a) and on the new page this character is mo… in checkSection()
258m_aOut.write( "If character (b) is also bigger than character (a) the percentage is grow over the … in checkSection()
259m_aOut.write( "This tool count only the pixels which are differ to it's background color. It makes… in checkSection()
260 m_aOut.write( "</p>"); in checkSection()
262 m_aOut.write( "<table class=\"infotable\">" + ls); in checkSection()
264 m_aOut.write( "<TR>" + ls); in checkSection()
265 m_aOut.write( tableHeaderCell( FIRSTGFX_TABLETITLE) ); in checkSection()
266 m_aOut.write( tableHeaderCell( SECONDGFX_TABLETITLE ) ); in checkSection()
267 m_aOut.write( tableHeaderCell(DIFFER_TABLETITLE ) ); in checkSection()
268 m_aOut.write( tableHeaderCell(PIXELDIFF_TABLETITLE ) ); in checkSection()
270 m_aOut.write( tableHeaderCell(DIFFER_BM_TABLETITLE) ); in checkSection()
271 m_aOut.write( tableHeaderCell(PIXELDIFF_BM_TABLETITLE ) ); in checkSection()
273 m_aOut.write( tableHeaderCell( OK_TABLETITLE) ); in checkSection()
275 m_aOut.write( "</TR>" + ls); in checkSection()
276 m_aOut.flush(); in checkSection()
287 m_aOut.write( "<TR>" + ls); in checkLine()
289 m_aOut.write( tableDataCell(sLink) ); in checkLine()
292 m_aOut.write( tableDataCell(sLink) ); in checkLine()
295 m_aOut.write( tableDataCell(sLink) ); in checkLine()
302 m_aOut.write(tableDataCell( sPercent ) ); in checkLine()
307 m_aOut.write( tableDataCell(sLink) ); in checkLine()
308 m_aOut.write(tableDataCell( "" ) ); in checkLine()
313 m_aOut.write( tableDataCell(sLink) ); in checkLine()
320 m_aOut.write(tableDataCell( sPercent2 ) ); in checkLine()
326 m_aOut.write(tableDataCell( "YES" ) ); in checkLine()
330 m_aOut.write(tableDataCell( "NO" ) ); in checkLine()
333 m_aOut.write( "</TR>" + ls); in checkLine()
345 m_aOut.write( "<H2>Results for the document " + _sDocumentName + "</H2>" + ls); in checkDiffDiffSection()
347 m_aOut.write( "<p>Legend:<br>"); in checkDiffDiffSection()
348 m_aOut.write( "</p>"); in checkDiffDiffSection()
350 m_aOut.write( "<table class=\"infotable\">" + ls); in checkDiffDiffSection()
352 m_aOut.write( "<TR>" + ls); in checkDiffDiffSection()
353 m_aOut.write( tableHeaderCell( "Source to actual difference" ) ); in checkDiffDiffSection()
354 m_aOut.write( tableHeaderCell( "Actual difference" ) ); in checkDiffDiffSection()
355 m_aOut.write( tableHeaderCell(DIFFER_TABLETITLE ) ); in checkDiffDiffSection()
356 m_aOut.write( tableHeaderCell(PIXELDIFF_TABLETITLE ) ); in checkDiffDiffSection()
358 m_aOut.write( tableHeaderCell( OK_TABLETITLE) ); in checkDiffDiffSection()
360 m_aOut.write( "</TR>" + ls); in checkDiffDiffSection()
361 m_aOut.flush(); in checkDiffDiffSection()
372 m_aOut.write( "<TR>" + ls); in checkDiffDiffLine()
382 m_aOut.write( tableDataCell(sLink) ); in checkDiffDiffLine()
385 m_aOut.write( tableDataCell(sLink) ); in checkDiffDiffLine()
388 m_aOut.write( tableDataCell(sLink) ); in checkDiffDiffLine()
395 m_aOut.write(tableDataCell( sPercent ) ); in checkDiffDiffLine()
400 m_aOut.write(tableDataCell( "YES" ) ); in checkDiffDiffLine()
404 m_aOut.write(tableDataCell( "NO" ) ); in checkDiffDiffLine()
407 m_aOut.write( "</TR>" + ls); in checkDiffDiffLine()