Searched refs:flavor (Results 1 – 8 of 8) sorted by relevance
179 for flavor in flavors:180 if flavor.MimeType.find('text/html') != -1 or flavor.MimeType.find('text/plain') != -1:182 out.write("PyMailSMPTService mimetype is %s\n" % flavor.MimeType)183 textbody = content.getTransferData(flavor)191 mimeEncoding = re.sub("charset=.*", "charset=UTF-8", flavor.MimeType)237 flavor = flavors[0]238 ctype = flavor.MimeType241 data = content.getTransferData(flavor)
65 DataFlavor flavor( OUString(OUString::createFromAscii("text/plain;charset=windows-1252")), in drop() local68 Any anyData= e.Transferable->getTransferData( flavor); in drop()
115 bool OSXTransferable::isUnicodeText(const DataFlavor& flavor) in isUnicodeText() argument117 return (flavor.DataType == CPPUTYPE_OUSTRING); in isUnicodeText()
81 bool isUnicodeText(const com::sun::star::datatransfer::DataFlavor& flavor);
67 if the data is no longer available in the requested flavor.86 /** Checks if the data object supports the specified data flavor.
66 first data flavor supplied will be used to retrieve the data92 first data flavor supplied will be used to retrieve the data
46 multiple data flavors only the first data flavor supplied
125 data flavors only the first data flavor supplied will be
Completed in 39 milliseconds