Lines Matching refs:endl
230 rOutStm << ';' << endl; in WriteAttributesSvIdl()
236 rOutStm << ';' << endl; in WriteAttributesSvIdl()
242 rOutStm << ';' << endl; in WriteAttributesSvIdl()
377 rOutStm << endl; in WriteContextSvIdl()
383 rOutStm << endl; in WriteContextSvIdl()
449 rOutStm << SvHash_module()->GetName().GetBuffer() << endl in WriteSvIdl()
452 rOutStm << '\"' << endl << '\"'; in WriteSvIdl()
454 rOutStm << '\"' << endl; in WriteSvIdl()
492 rOutStm << "// class SvMetaModule" << endl; in WriteAttributes()
494 rOutStm << "helpfile(\"" << aHelpFileName.GetBuffer() << "\");" << endl; in WriteAttributes()
534 rOutStm << "#include \"" << aSlotIdFile.GetBuffer() << '"' << endl << endl; in Write()
537 rOutStm << endl; in Write()
539 rOutStm << "library " << GetName().GetBuffer() << endl; in Write()
541 rOutStm << '{' << endl; in Write()
543 rOutStm << "importlib(\"STDOLE.TLB\");" << endl; in Write()
575 rOutStm << endl; in Write()
579 rOutStm << '}' << endl; in Write()
584 rOutStm << "SvIDL interface documentation" << endl << endl; in Write()
585 rOutStm << "<MODULE>" << endl << GetName().GetBuffer() << endl; in Write()
587 rOutStm << "</MODULE>" << endl << endl; in Write()
589 rOutStm << "<CLASSES>" << endl; in Write()
618 rOutStm << endl; in Write()
621 rOutStm << "</CLASSES>" << endl << endl; in Write()
650 rOutStm << "//#include <" << aSlotIdFile.GetBuffer() << '>' << endl; in WriteSrc()