Home
last modified time | relevance | path

Searched refs:xmlAttrEncode (Results 1 – 1 of 1) sorted by relevance

/trunk/main/extensions/source/oooimprovement/
H A Derrormail.cxx62 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()
[all …]