Searched refs:writeln (Results 1 – 4 of 4) sorted by relevance
67 private void writeln(String _sStr) in writeln() method in HTMLResult96 writeln( "<HTML>"); in header()97 writeln( "<HEAD>" ); in header()98 writeln( "<TITLE>" + _sTitle + "</TITLE>"); in header()99 …writeln( "<LINK rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/xmloff.css\" media=\"screen… in header()100 …writeln( "<LINK rel=\"stylesheet\" type=\"text/css\" href=\"/gfxcmp_ui/style.css\" media=\"screen\… in header()101 writeln( "</HEAD>"); in header()102 writeln( "<BODY bgcolor=white>"); in header()113 writeln( "<H2>Results for " + _sOfficeInfo + "</H2>"); in indexSection()114 … writeln( "<P>This result was created at: " + DateHelper.getDateTimeForHumanreadableLog()); in indexSection()[all …]
94 void writeln( [in] string Text );
107 void writeln( [in] string Text );
531 virtual void SAL_CALL writeln( const OUString& Text )765 void ImplIntroTest::writeln( const OUString& Text ) in writeln() function in ImplIntroTest