Lines Matching refs:AppendAscii

1641 		aRetStr.AppendAscii( "    " );  in Impl_GetInterfaceInfo()
1649 aRetStr.AppendAscii( " (ERROR: Not really supported!)\n" ); in Impl_GetInterfaceInfo()
1654 aRetStr.AppendAscii( "\n" ); in Impl_GetInterfaceInfo()
1698 aName.AppendAscii( "Unknown" ); in getDbgObjectName()
1702 aRet.AppendAscii( "\n" ); in getDbgObjectName()
1703 aRet.AppendAscii( "\"" ); in getDbgObjectName()
1705 aRet.AppendAscii( "\":" ); in getDbgObjectName()
1808 aRet.AppendAscii( RTL_CONSTASCII_STRINGPARAM(ID_DBG_SUPPORTEDINTERFACES) ); in Impl_GetSupportedInterfaces()
1809 aRet.AppendAscii( " not available.\n(TypeClass is not TypeClass_INTERFACE)\n" ); in Impl_GetSupportedInterfaces()
1823 aRet.AppendAscii( "\n" ); in Impl_GetSupportedInterfaces()
1845 aRet.AppendAscii( "*** ERROR: No IdlClass for type \"" ); in Impl_GetSupportedInterfaces()
1847 aRet.AppendAscii( "\"\n*** Please check type library\n" ); in Impl_GetSupportedInterfaces()
1925 aRet.AppendAscii( "\nUnknown, no introspection available\n" ); in Impl_DumpProperties()
1943 aPropStr.AppendAscii( "\n" ); in Impl_DumpProperties()
1970 aPropStr.AppendAscii( "/void" ); in Impl_DumpProperties()
1971 aPropStr.AppendAscii( " " ); in Impl_DumpProperties()
1975 aPropStr.AppendAscii( "\n" ); in Impl_DumpProperties()
1977 aPropStr.AppendAscii( "; " ); in Impl_DumpProperties()
2002 aRet.AppendAscii( "\nUnknown, no introspection available\n" ); in Impl_DumpMethods()
2013 aRet.AppendAscii( "\nNo methods found\n" ); in Impl_DumpMethods()
2024 aPropStr.AppendAscii( "\n" ); in Impl_DumpMethods()
2039 aPropStr.AppendAscii( " " ); in Impl_DumpMethods()
2041 aPropStr.AppendAscii( " ( " ); in Impl_DumpMethods()
2056 aPropStr.AppendAscii( ", " ); in Impl_DumpMethods()
2060 aPropStr.AppendAscii( "void" ); in Impl_DumpMethods()
2062 aPropStr.AppendAscii( " ) " ); in Impl_DumpMethods()
2065 aPropStr.AppendAscii( "\n" ); in Impl_DumpMethods()
2067 aPropStr.AppendAscii( "; " ); in Impl_DumpMethods()
3488 aNewName.AppendAscii( "." ); in Find()