Lines Matching refs:xmlAttrEncode
62 static OString xmlAttrEncode(const OString& input) in xmlAttrEncode() function
110 + 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()
164 + xmlAttrEncode(product) + " \" />\n"; in getOfficeInfoXml()
191 + xmlAttrEncode(usertype) + "\">\n" in getXml()
193 + xmlAttrEncode(feedback) + "\" email=\"" in getXml()
194 + xmlAttrEncode(email) + "\">\n" in getXml()
196 + xmlAttrEncode(title) + "</reportmail:title>\n" in getXml()