Searched refs:sContentType (Results 1 – 8 of 8) sorted by relevance
246 ::rtl::OUString sContentType (xRow->getString (3)); in ScanEntry()255 if ( (sContentType == MIMETYPE_OASIS_OPENDOCUMENT_PRESENTATION_TEMPLATE) in ScanEntry()256 || (sContentType == IMPRESS_XML_TEMPLATE_OASIS) in ScanEntry()257 || (sContentType == IMPRESS_BIN_TEMPLATE) in ScanEntry()258 || (sContentType == IMPRESS_XML_TEMPLATE) in ScanEntry()259 || (sContentType == IMPRESS_XML_TEMPLATE_B)) in ScanEntry()
77 public static ContentType CreateForString (final String sContentType) in CreateForString() argument80 if (eType.msMimeType.equals(sContentType)) in CreateForString()82 System.err.printf("content type '%s' is not known\n", sContentType); in CreateForString()
786 ::rtl::OUString sContentType; in createDirectoryDeep()789 sContentType = ::rtl::OUString::createFromAscii( "application/vnd.sun.staroffice.fsys-folder" ); in createDirectoryDeep()795 aContentType >>= sContentType; in createDirectoryDeep()812 …if (!aParent.insertNewContent(sContentType, aNewDirectoryProperties, aNewDirectoryAttributes, aPar… in createDirectoryDeep()
296 ::rtl::OUString sContentType(RTL_CONSTASCII_USTRINGPARAM(ODMA_CONTENT_TYPE)); in getResult()313 rProps->m_sContentType = sContentType; in getResult()
447 ::rtl::OUString sContentType(RTL_CONSTASCII_USTRINGPARAM(ODMA_CONTENT_TYPE)); in queryContentProperty()469 aReturn->m_sContentType = sContentType; in queryContentProperty()
975 const char* sContentType, in CreateOutputStream() argument988 …Ptr p = openFragmentStreamWithSerializer( sFullStream, OUString::createFromAscii( sContentType ) ); in CreateOutputStream()
296 ::rtl::OUString sContentType; in lcl_determineContentType_nothrow()302 OSL_VERIFY( xStorageProps->getPropertyValue( INFO_MEDIATYPE ) >>= sContentType ); in lcl_determineContentType_nothrow()308 return sContentType; in lcl_determineContentType_nothrow()
326 const char* sContentType,
Completed in 50 milliseconds