Lines Matching refs:aRetStr
1639 String aRetStr; in Impl_GetInterfaceInfo() local
1641 aRetStr.AppendAscii( " " ); in Impl_GetInterfaceInfo()
1642 aRetStr += String( xClass->getName() ); in Impl_GetInterfaceInfo()
1649 aRetStr.AppendAscii( " (ERROR: Not really supported!)\n" ); in Impl_GetInterfaceInfo()
1654 aRetStr.AppendAscii( "\n" ); in Impl_GetInterfaceInfo()
1664 aRetStr += Impl_GetInterfaceInfo( x, rxIfaceClass, nRekLevel + 1 ); in Impl_GetInterfaceInfo()
1667 return aRetStr; in Impl_GetInterfaceInfo()
2103 String aRetStr = Impl_GetSupportedInterfaces( this ); in TYPEINIT1() local
2104 pVar->PutString( aRetStr ); in TYPEINIT1()
2111 String aRetStr = Impl_DumpProperties( this ); in TYPEINIT1() local
2112 pVar->PutString( aRetStr ); in TYPEINIT1()
2119 String aRetStr = Impl_DumpMethods( this ); in TYPEINIT1() local
2120 pVar->PutString( aRetStr ); in TYPEINIT1()