Lines Matching refs:rOutStm

252 								 SvStream & rOutStm, sal_uInt16 nTab )  in WriteAttributesSvIdl()  argument
254 SvMetaType::WriteAttributesSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
258 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
259 rOutStm << "//class SvMetaClass" << endl; in WriteAttributesSvIdl()
262 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
263 aAutomation.WriteSvIdl( SvHash_Automation(), rOutStm ); in WriteAttributesSvIdl()
264 rOutStm << ';' << endl; in WriteAttributesSvIdl()
381 SvStream & rOutStm, in WriteContextSvIdl() argument
389 WriteTab( rOutStm, nTab ); in WriteContextSvIdl()
390 aAttrList.GetObject( n )->WriteSvIdl( rBase, rOutStm, nTab ); in WriteContextSvIdl()
391 rOutStm << ';' << endl; in WriteContextSvIdl()
396 WriteTab( rOutStm, nTab ); in WriteContextSvIdl()
397 rOutStm << SvHash_import()->GetName().GetBuffer() << ' ' in WriteContextSvIdl()
400 rOutStm << " [ " << SvHash_Automation()->GetName().GetBuffer() in WriteContextSvIdl()
403 rOutStm << ' ' << pEle->GetPrefix().GetBuffer(); in WriteContextSvIdl()
404 rOutStm << ';' << endl; in WriteContextSvIdl()
511 void SvMetaClass::WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteSvIdl() argument
514 WriteHeaderSvIdl( rBase, rOutStm, nTab ); in WriteSvIdl()
516 rOutStm << " : " << aSuperClass->GetName().GetBuffer(); in WriteSvIdl()
517 rOutStm << endl; in WriteSvIdl()
518 SvMetaName::WriteSvIdl( rBase, rOutStm, nTab ); in WriteSvIdl()
519 rOutStm << endl; in WriteSvIdl()
584 void SvMetaClass::Write( SvIdlDataBase & rBase, SvStream & rOutStm, in Write() argument
645 rOutStm << "<INTERFACE>" << endl in Write()
648 rOutStm << " ( Automation ) "; in Write()
649 rOutStm << endl; in Write()
650 WriteDescription( rOutStm ); in Write()
651 rOutStm << "</INTERFACE>" << endl << endl; in Write()
661 pAttr->Write( rBase, rOutStm, nTab, nT, WA_METHOD ); in Write()
664 pAttr->Write( rBase, rOutStm, nTab, nT, WA_VARIABLE ); in Write()
682 SvStream & rOutStm ) in WriteSlotParamArray() argument
689 nCount = nCount + pAttr->WriteSlotParamArray( rBase, rOutStm ); in WriteSlotParamArray()
703 SvStream & rOutStm ) in WriteSlots() argument
713 rOutStm ); in WriteSlots()
821 SvStream & rOutStm ) in WriteSlotStubs() argument
828 pAttr->WriteSlotStubs( rShellName, rList, rOutStm ); in WriteSlotStubs()
837 void SvMetaClass::WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm ) in WriteSfx() argument
839 WriteStars( rOutStm ); in WriteSfx()
841 rOutStm << "#ifdef " << GetName().GetBuffer() << endl; in WriteSfx()
842 rOutStm << "#undef ShellClass" << endl; in WriteSfx()
843 rOutStm << "#undef " << GetName().GetBuffer() << endl; in WriteSfx()
844 rOutStm << "#define ShellClass " << GetName().GetBuffer() << endl; in WriteSfx()
863 rOutStm << "#endif" << endl << endl; in WriteSfx()
868 rOutStm << "SFX_ARGUMENTMAP(" << GetName().GetBuffer() << ')' << endl in WriteSfx()
886 sal_uInt16 nArgCount = WriteSlotParamArray( rBase, aSlotList, rOutStm ); in WriteSfx()
888 Back2Delemitter( rOutStm ); in WriteSfx()
892 WriteTab( rOutStm, 1 ); in WriteSfx()
893 rOutStm << "SFX_ARGUMENT( 0, 0, SfxVoidItem )" << endl; in WriteSfx()
895 rOutStm << endl << "};" << endl << endl; in WriteSfx()
898 WriteSlotStubs( GetName(), aSlotList, aStringList, rOutStm ); in WriteSfx()
906 rOutStm << endl; in WriteSfx()
909 rOutStm << "SFX_SLOTMAP_ARG(" << GetName().GetBuffer() << ')' << endl in WriteSfx()
913 WriteSlots( GetName(), 0, aSlotList, rBase, rOutStm ); in WriteSfx()
915 Back2Delemitter( rOutStm ); in WriteSfx()
919 WriteTab( rOutStm, 1 ); in WriteSfx()
920 rOutStm << "SFX_SLOT_ARG(" << GetName().GetBuffer() in WriteSfx()
926 rOutStm << endl << "};" << endl << "#endif" << endl << endl; in WriteSfx()
940 void SvMetaClass::WriteHelpIds( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteHelpIds() argument
946 pAttr->WriteHelpId( rBase, rOutStm, pTable ); in WriteHelpIds()
953 void SvMetaClass::WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteSrc() argument
959 pAttr->WriteSrc( rBase, rOutStm, pTable ); in WriteSrc()
968 void SvMetaClass::WriteHxx( SvIdlDataBase &, SvStream & rOutStm, sal_uInt16 ) in WriteHxx() argument
975 rOutStm in WriteHxx()
984 rOutStm in WriteHxx()
998 void SvMetaClass::WriteCxx( SvIdlDataBase &, SvStream & rOutStm, sal_uInt16 ) in WriteCxx() argument
1007 rOutStm << "SvGlobalName " << name.GetBuffer() << "::GetTypeName() const" << endl in WriteCxx()
1014 rOutStm << "sal_Bool " << name.GetBuffer() << "::FillTypeLibInfo( SvGlobalName * pGN," << endl in WriteCxx()
1019 rOutStm << "\t*pGN = aN;" << endl in WriteCxx()
1026 rOutStm << "sal_Bool " << name.GetBuffer() << "::FillTypeLibInfo( ByteString * pName," in WriteCxx()
1029 rOutStm << '{' << endl in WriteCxx()
1036rOutStm << "void " << name.GetBuffer() << "::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )" … in WriteCxx()