Lines Matching refs:GetName
397 rOutStm << SvHash_import()->GetName().GetBuffer() << ' ' in WriteContextSvIdl()
400 rOutStm << " [ " << SvHash_Automation()->GetName().GetBuffer() in WriteContextSvIdl()
460 if( pS->GetName() == rAttr.GetName() ) in TestAttribute()
466 DBG_ERROR( pS->GetName().GetBuffer() ); in TestAttribute()
471 aStr += pS->GetName(); in TestAttribute()
490 aStr += pS->GetName(); in TestAttribute()
492 aStr += rAttr.GetName(); in TestAttribute()
516 rOutStm << " : " << aSuperClass->GetName().GetBuffer(); in WriteSvIdl()
588 rBase.aIFaceName = GetName(); in Write()
646 << GetName().GetBuffer(); in Write()
841 rOutStm << "#ifdef " << GetName().GetBuffer() << endl; in WriteSfx()
843 rOutStm << "#undef " << GetName().GetBuffer() << endl; in WriteSfx()
844 rOutStm << "#define ShellClass " << GetName().GetBuffer() << endl; in WriteSfx()
868 rOutStm << "SFX_ARGUMENTMAP(" << GetName().GetBuffer() << ')' << endl in WriteSfx()
898 WriteSlotStubs( GetName(), aSlotList, aStringList, rOutStm ); in WriteSfx()
909 rOutStm << "SFX_SLOTMAP_ARG(" << GetName().GetBuffer() << ')' << endl in WriteSfx()
913 WriteSlots( GetName(), 0, aSlotList, rBase, rOutStm ); in WriteSfx()
920 rOutStm << "SFX_SLOT_ARG(" << GetName().GetBuffer() in WriteSfx()
972 aSuperName = GetSuperClass()->GetName(); in WriteHxx()
1002 aSuperName = GetSuperClass()->GetName(); in WriteCxx()