Lines Matching refs:aSlotIdFile
91 rStm.ReadByteString( aSlotIdFile ); in Load()
129 rStm.WriteByteString( aSlotIdFile ); in Save()
197 if( aSlotIdFile.ReadSvIdl( SvHash_SlotIdFile(), rInStm ) ) in ReadAttributesSvIdl()
200 if( !rBase.ReadIdFile( String::CreateFromAscii( aSlotIdFile.GetBuffer() ) ) ) in ReadAttributesSvIdl()
203 aStr += aSlotIdFile; in ReadAttributesSvIdl()
224 if( aTypeLibFile.Len() || aSlotIdFile.Len() || aTypeLibFile.Len() ) in WriteAttributesSvIdl()
232 if( aSlotIdFile.Len() ) in WriteAttributesSvIdl()
235 aSlotIdFile.WriteSvIdl( SvHash_SlotIdFile(), rOutStm, nTab +1 ); in WriteAttributesSvIdl()
531 if( aSlotIdFile.Len() ) in Write()
534 rOutStm << "#include \"" << aSlotIdFile.GetBuffer() << '"' << endl << endl; in Write()
649 if( aSlotIdFile.Len() ) in WriteSrc()
650 rOutStm << "//#include <" << aSlotIdFile.GetBuffer() << '>' << endl; in WriteSrc()