Lines Matching refs:rOutStm

220                                          SvStream & rOutStm,  in WriteAttributesSvIdl()  argument
223 SvMetaExtern::WriteAttributesSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
228 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
229 aHelpFileName.WriteSvIdl( SvHash_HelpFile(), rOutStm, nTab +1 ); in WriteAttributesSvIdl()
230 rOutStm << ';' << endl; in WriteAttributesSvIdl()
234 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
235 aSlotIdFile.WriteSvIdl( SvHash_SlotIdFile(), rOutStm, nTab +1 ); in WriteAttributesSvIdl()
236 rOutStm << ';' << endl; in WriteAttributesSvIdl()
240 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
241 aTypeLibFile.WriteSvIdl( SvHash_TypeLibFile(), rOutStm, nTab +1 ); in WriteAttributesSvIdl()
242 rOutStm << ';' << endl; in WriteAttributesSvIdl()
367 SvStream & rOutStm, in WriteContextSvIdl() argument
370 SvMetaExtern::WriteContextSvIdl( rBase, rOutStm, nTab ); in WriteContextSvIdl()
374 WriteTab( rOutStm, nTab ); in WriteContextSvIdl()
375 aTypeList.GetObject( n )->WriteSvIdl( rBase, rOutStm, nTab ); in WriteContextSvIdl()
377 rOutStm << endl; in WriteContextSvIdl()
380 WriteTab( rOutStm, nTab ); in WriteContextSvIdl()
381 aAttrList.GetObject( n )->WriteSvIdl( rBase, rOutStm, nTab ); in WriteContextSvIdl()
383 rOutStm << endl; in WriteContextSvIdl()
386 WriteTab( rOutStm, nTab ); in WriteContextSvIdl()
387 aClassList.GetObject( n )->WriteSvIdl( rBase, rOutStm, nTab ); in WriteContextSvIdl()
446 void SvMetaModule::WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteSvIdl() argument
449 rOutStm << SvHash_module()->GetName().GetBuffer() << endl in WriteSvIdl()
451 rOutStm.WriteByteString( aBeginName.GetHexName() ); in WriteSvIdl()
452 rOutStm << '\"' << endl << '\"'; in WriteSvIdl()
453 rOutStm.WriteByteString( aEndName.GetHexName() ); in WriteSvIdl()
454 rOutStm << '\"' << endl; in WriteSvIdl()
455 SvMetaExtern::WriteSvIdl( rBase, rOutStm, nTab ); in WriteSvIdl()
461 void SvMetaModule::WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm ) in WriteSfx() argument
466 pClass->WriteSfx( rBase, rOutStm ); in WriteSfx()
470 void SvMetaModule::WriteHelpIds( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteHelpIds() argument
476 pClass->WriteHelpIds( rBase, rOutStm, pTable ); in WriteHelpIds()
484 SvStream & rOutStm, in WriteAttributes() argument
488 SvMetaExtern::WriteAttributes( rBase, rOutStm, nTab, nT, nA ); in WriteAttributes()
491 WriteTab( rOutStm, nTab ); in WriteAttributes()
492 rOutStm << "// class SvMetaModule" << endl; in WriteAttributes()
493 WriteTab( rOutStm, nTab ); in WriteAttributes()
494 rOutStm << "helpfile(\"" << aHelpFileName.GetBuffer() << "\");" << endl; in WriteAttributes()
523 void SvMetaModule::Write( SvIdlDataBase & rBase, SvStream & rOutStm, in Write() argument
533 WriteTab( rOutStm, nTab ); in Write()
534 rOutStm << "#include \"" << aSlotIdFile.GetBuffer() << '"' << endl << endl; in Write()
536 SvMetaExtern::Write( rBase, rOutStm, nTab, nT, nA ); in Write()
537 rOutStm << endl; in Write()
538 WriteTab( rOutStm, nTab ); in Write()
539 rOutStm << "library " << GetName().GetBuffer() << endl; in Write()
540 WriteTab( rOutStm, nTab ); in Write()
541 rOutStm << '{' << endl; in Write()
542 WriteTab( rOutStm, nTab ); in Write()
543 rOutStm << "importlib(\"STDOLE.TLB\");" << endl; in Write()
571 WriteTab( rOutStm, nTab ); in Write()
572 WriteStars( rOutStm ); in Write()
573 pClass->Write( rBase, rOutStm, nTab +1, nT, nA ); 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()
586 WriteDescription( rOutStm ); in Write()
587 rOutStm << "</MODULE>" << endl << endl; in Write()
589 rOutStm << "<CLASSES>" << endl; in Write()
595 rOutStm << pClass->GetName().GetBuffer(); in Write()
598 rOutStm << " : " << pSC->GetName().GetBuffer(); in Write()
604 rOutStm << " ( "; in Write()
610 rOutStm << pCl->GetName().GetBuffer(); in Write()
612 rOutStm << " )"; in Write()
614 rOutStm << " , "; in Write()
618 rOutStm << endl; in Write()
621 rOutStm << "</CLASSES>" << endl << endl; in Write()
632 pClass->Write( rBase, rOutStm, nTab, nT, nA ); in Write()
645 void SvMetaModule::WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteSrc() argument
650 rOutStm << "//#include <" << aSlotIdFile.GetBuffer() << '>' << endl; in WriteSrc()
653 aClassList.GetObject( n )->WriteSrc( rBase, rOutStm, pTable ); in WriteSrc()
660 void SvMetaModule::WriteHxx( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteHxx() argument
666 pClass->WriteHxx( rBase, rOutStm, nTab ); in WriteHxx()
673 void SvMetaModule::WriteCxx( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteCxx() argument
679 pClass->WriteCxx( rBase, rOutStm, nTab ); in WriteCxx()