Searched refs:xmlAttrEncode (Results 1 – 1 of 1) sorted by relevance
62 static OString xmlAttrEncode(const OString& input) in xmlAttrEncode() function110 + xmlAttrEncode(OString(info.sysname)) + "\" version=\"" in getSystemInfoXml()111 + xmlAttrEncode(OString(info.version)) + "\" build=\"" in getSystemInfoXml()112 + xmlAttrEncode(OString(info.release)) + "\" locale=\"" in getSystemInfoXml()113 + xmlAttrEncode(OString(getLocale())) + "\"/>\n" in getSystemInfoXml()115 + xmlAttrEncode(OString(info.machine)) + "\"/>\n" in getSystemInfoXml()160 + xmlAttrEncode(platform) + "\" language=\"" in getOfficeInfoXml()161 + xmlAttrEncode(language) + "\" build=\"" in getOfficeInfoXml()162 + xmlAttrEncode(build) + "\" exceptiontype=\"" in getOfficeInfoXml()163 + xmlAttrEncode(exceptiontype) + "\" product=\"" in getOfficeInfoXml()[all …]