Home
last modified time | relevance | path

Searched refs:rOutStm (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/idl/source/objects/
H A Dtypes.cxx406 SvStream & rOutStm, in WriteSvIdl() argument
411 pType->WriteTypePrefix( rBase, rOutStm, nTab, WRITE_IDL ); in WriteSvIdl()
412 rOutStm << ' ' << GetName().GetBuffer(); in WriteSvIdl()
414 rOutStm << ' ' << aSlotId.GetBuffer(); in WriteSvIdl()
416 pType->WriteMethodArgs( rBase, rOutStm, nTab, WRITE_IDL ); in WriteSvIdl()
417 sal_uLong nPos = rOutStm.Tell(); in WriteSvIdl()
418 rOutStm << endl; in WriteSvIdl()
419 SvMetaName::WriteSvIdl( rBase, rOutStm, nTab ); in WriteSvIdl()
420 TestAndSeekSpaceOnly( rOutStm, nPos ); in WriteSvIdl()
457 SvStream & rOutStm, in WriteAttributesSvIdl() argument
[all …]
H A Dbasobj.cxx63 void SvMetaObject::WriteTab( SvStream & rOutStm, sal_uInt16 nTab ) in WriteTab() argument
66 rOutStm << " "; in WriteTab()
75 void SvMetaObject::WriteStars( SvStream & rOutStm ) in WriteStars() argument
77 rOutStm << '/'; in WriteStars()
79 rOutStm << "**********"; in WriteStars()
80 rOutStm << '/' << endl; in WriteStars()
88 sal_Bool SvMetaObject::TestAndSeekSpaceOnly( SvStream & rOutStm, sal_uLong nBegPos ) in TestAndSeekSpaceOnly() argument
91 sal_uLong nPos = rOutStm.Tell(); in TestAndSeekSpaceOnly()
92 rOutStm.Seek( nBegPos ); in TestAndSeekSpaceOnly()
94 while( bOnlySpace && rOutStm.Tell() < nPos ) in TestAndSeekSpaceOnly()
[all …]
H A Dmodule.cxx220 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()
[all …]
H A Dslot.cxx722 SvStream & rOutStm, in WriteAttributesSvIdl() argument
725 SvMetaAttribute::WriteAttributesSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
729 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
730 rOutStm << SvHash_SlotType()->GetName().GetBuffer() << '('; in WriteAttributesSvIdl()
731 aSlotType->WriteTheType( rBase, rOutStm, nTab, WRITE_IDL ); in WriteAttributesSvIdl()
732 rOutStm << ");" << endl; in WriteAttributesSvIdl()
736 WriteTab( rOutStm, nTab ); in WriteAttributesSvIdl()
737 aMethod->WriteSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
738 rOutStm << ';' << endl; in WriteAttributesSvIdl()
742 aHasCoreId.WriteSvIdl( SvHash_HasCoreId(), rOutStm ); in WriteAttributesSvIdl()
[all …]
H A Dobject.cxx252 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()
[all …]
H A Dbastype.cxx220 sal_Bool SvBOOL::WriteSvIdl( SvStringHashEntry * pName, SvStream & rOutStm ) in WriteSvIdl() argument
223 rOutStm << pName->GetName().GetBuffer(); in WriteSvIdl()
225 rOutStm << pName->GetName().GetBuffer() << "(FALSE)"; in WriteSvIdl()
292 SvStream & rOutStm, in WriteSvIdl() argument
295 rOutStm << pName->GetName().GetBuffer() << '('; in WriteSvIdl()
296 rOutStm << GetBuffer() << ')'; in WriteSvIdl()
451 sal_Bool SvString::WriteSvIdl( SvStringHashEntry * pName, SvStream & rOutStm, in WriteSvIdl() argument
454 rOutStm << pName->GetName().GetBuffer() << "(\""; in WriteSvIdl()
455 rOutStm << GetBuffer() << "\")"; in WriteSvIdl()
495 sal_Bool SvHelpText::WriteSvIdl( SvIdlDataBase &, SvStream & rOutStm, sal_uInt16 nTab ) in WriteSvIdl() argument
[all …]
/AOO41X/main/idl/inc/
H A Dtypes.hxx52 SvStream & rOutStm, sal_Bool bSet );
55 SvStream & rOutStm, sal_uInt16 nTab,
60 SvStream & rOutStm, sal_uInt16 nTab );
109 virtual void WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
110 virtual void WriteParam( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab,
113 SvStream & rOutStm, sal_uInt16 nTab,
115 virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab,
120 virtual void WriteHelpId( SvIdlDataBase & rBase, SvStream & rOutStm,
122 virtual void WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm,
157 SvStream & rOutStm );
[all …]
H A Dbasobj.hxx103 static void WriteTab( SvStream & rOutStm, sal_uInt16 nTab );
109 virtual void WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
111 virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab,
114 virtual void WriteCxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
115 virtual void WriteHxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
166 SvStream & rOutStm, sal_uInt16 nTab );
170 SvStream & rOutStm, sal_uInt16 nTab );
171 virtual void WriteAttributes( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab,
173 virtual void WriteContext( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab,
192 virtual void WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
[all …]
H A Dobject.hxx103 SvStream & rOutStm );
106 SvStream & rOutStm );
110 SvStream & rOutStm );
120 SvStream & rOutStm, sal_uInt16 nTab );
124 SvStream & rOutStm, sal_uInt16 nTab );
128 SvStream & rOutStm, sal_uInt16 nTab );
148 virtual void WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
149 virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm,
152 virtual void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm );
153 virtual void WriteHelpIds( SvIdlDataBase & rBase, SvStream & rOutStm,
[all …]
H A Dmodule.hxx61 …virtual void WriteAttributesSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nT…
63 …virtual void WriteContextSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab …
90 virtual void WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
93 SvStream & rOutStm, sal_uInt16 nTab,
96 virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab,
98 virtual void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm );
99 virtual void WriteHelpIds( SvIdlDataBase & rBase, SvStream & rOutStm,
101 virtual void WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm,
104 virtual void WriteCxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
105 virtual void WriteHxx( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab );
H A Dslot.hxx83 SvIdlDataBase & rBase, SvStream & rOutStm );
85 SvStream & rOutStm, sal_uInt16 nTab,
248 SvStream & rOutStm, sal_uInt16 nTab );
251 SvStream & rOutStm, sal_uInt16 nTab );
256 SvStream & rOutStm );
262 SvStream & rOutStm );
264 SvStream & rOutStm );
265 virtual void WriteHelpId( SvIdlDataBase & rBase, SvStream & rOutStm,
267 virtual void WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm,
H A Dbastype.hxx157 sal_Bool WriteSvIdl( SvStringHashEntry * pName, SvStream & rOutStm );
176 sal_Bool WriteSvIdl( SvStringHashEntry * pName, SvStream & rOutStm,
220 sal_Bool WriteSvIdl( SvStringHashEntry * pName, SvStream & rOutStm,
233 sal_Bool WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm,
251 sal_Bool WriteSvIdl( SvStream & rOutStm );
280 sal_Bool WriteSvIdl( SvStream & rOutStm );
/AOO41X/main/idl/source/prj/
H A Ddatabase.cxx888 sal_Bool SvIdlWorkingBase::WriteSvIdl( SvStream & rOutStm ) in WriteSvIdl() argument
890 if( rOutStm.GetError() != SVSTREAM_OK ) in WriteSvIdl()
900 rOutStm << "#define " << pEntry->GetName().GetBuffer() in WriteSvIdl()
913 pModule->WriteSvIdl( *this, rOutStm, 0 ); in WriteSvIdl()
923 sal_Bool SvIdlWorkingBase::WriteSfx( SvStream & rOutStm ) in WriteSfx() argument
925 if( rOutStm.GetError() != SVSTREAM_OK ) in WriteSfx()
942 pType->WriteSfx( *this, rOutStm ); in WriteSfx()
945 rOutStm << aTmpStm; in WriteSfx()
949 sal_Bool SvIdlWorkingBase::WriteHelpIds( SvStream& rOutStm ) in WriteHelpIds() argument
951 if( rOutStm.GetError() != SVSTREAM_OK ) in WriteHelpIds()
[all …]