/aoo42x/main/tools/source/inet/ |
H A D | inetmsg.cxx | 1334 ByteString aContentType; in EnableAttachChild() local 1338 aContentType = "message/rfc822"; in EnableAttachChild() 1342 aContentType = "multipart/alternative"; in EnableAttachChild() 1346 aContentType = "multipart/digest"; in EnableAttachChild() 1350 aContentType = "multipart/parallel"; in EnableAttachChild() 1354 aContentType = "multipart/related"; in EnableAttachChild() 1358 aContentType = "multipart/form-data"; in EnableAttachChild() 1362 aContentType = "multipart/mixed"; in EnableAttachChild() 1367 if (aContentType.CompareIgnoreCaseToAscii ("multipart/", 10) == 0) in EnableAttachChild() 1381 aContentType += "; boundary="; in EnableAttachChild() [all …]
|
H A D | inetstrm.cxx | 1386 String aContentType (pMsg->GetContentType()); in GetMsgLine() local 1387 if (aContentType.Len()) in GetMsgLine() 1394 aContentType, aContentType.Len()) == 0) in GetMsgLine() 1418 if (aContentType.Len() == 0) in GetMsgLine() 1421 pMsg->GetDefaultContentType (aContentType); in GetMsgLine() 1423 eEncoding = GetMsgEncoding (aContentType); in GetMsgLine()
|
/aoo42x/main/sfx2/source/bastyp/ |
H A D | frmhtmlw.cxx | 118 String aContentType = String::CreateFromAscii( sHTML_MIME_text_html ); in Out_DocInfo() local 119 aContentType.AppendAscii( pCharSet ); in Out_DocInfo() 120 OutMeta( rStrm, pIndent, OOO_STRING_SVTOOLS_HTML_META_content_type, aContentType, sal_True, in Out_DocInfo()
|
/aoo42x/main/dtrans/source/cnttype/ |
H A D | mcnttfactory.cxx | 78 …< XMimeContentType > CMimeContentTypeFactory::createMimeContentType( const OUString& aContentType ) in createMimeContentType() argument 82 return Reference< XMimeContentType >( new CMimeContentType( aContentType ) ); in createMimeContentType()
|
H A D | mcnttfactory.hxx | 58 …transfer::XMimeContentType > SAL_CALL createMimeContentType( const ::rtl::OUString& aContentType )
|
/aoo42x/main/offapi/com/sun/star/datatransfer/ |
H A D | XMimeContentTypeFactory.idl | 55 @param aContentType 71 com::sun::star::datatransfer::XMimeContentType createMimeContentType( [in] string aContentType )
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | ContentHelper.cxx | 172 if ( !m_pImpl->m_aProps.aContentType ) in getContentType() 174 m_pImpl->m_aProps.aContentType.reset( determineContentType() ); in getContentType() 177 return *m_pImpl->m_aProps.aContentType; in getContentType()
|
/aoo42x/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 93 : aContentType( rContentType ), in ContentProperties() 460 return m_aProps.aContentType; in getContentType() 879 xRow->appendString ( rProp, rData.aContentType ); in getPropertyValues() 988 rData.aContentType ); in getPropertyValues() 2466 rProps.aContentType = getContentType( rURI.getScheme(), sal_True ); in loadData() 2473 rProps.aContentType = getContentType( rURI.getScheme(), sal_False ); in loadData()
|
H A D | pkgcontent.hxx | 77 ::rtl::OUString aContentType; // ContentType
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 164 String aContentType = String::CreateFromAscii( "text/html; charset=" ); in Read() local 165 aContentType.AppendAscii( pCharSet ); in Read() 168 …SvKeyValue( String::CreateFromAscii( OOO_STRING_SVTOOLS_HTML_META_content_type ), aContentType ) ); in Read() 2803 String aContentType = String::CreateFromAscii( "text/html; charset=" ); in Read() local 2804 aContentType.AppendAscii( pCharSet ); in Read() 2807 …SvKeyValue( String::CreateFromAscii( OOO_STRING_SVTOOLS_HTML_META_content_type ), aContentType ) ); in Read()
|
/aoo42x/main/ucbhelper/workben/myucp/ |
H A D | myucp_content.cxx | 515 xRow->appendString ( rProp, rData.aContentType ); in getPropertyValues() 588 rData.aContentType ); in getPropertyValues()
|
H A D | myucp_content.hxx | 62 ::rtl::OUString aContentType; // ContentType
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 242 ::rtl::OUString aContentType; in propertiesChange() 243 if (evt.NewValue >>= aContentType) in propertiesChange() 244 m_xLockBytes->SetContentType_Impl( aContentType ); in propertiesChange()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | ConnectionHelper.cxx | 794 … Any aContentType = aParent.getPropertyValue( ::rtl::OUString::createFromAscii( "ContentType" ) ); in createDirectoryDeep() local 795 aContentType >>= sContentType; in createDirectoryDeep()
|
/aoo42x/main/forms/source/component/ |
H A D | DatabaseForm.cxx | 1065 UniString aContentType(UniString::CreateFromAscii(CONTENT_TYPE_STR_TEXT_PLAIN)); in InsertFilePart() local 1090 aContentType = INetContentTypes::GetContentType(eContentType); in InsertFilePart() 1112 pChild->SetContentType( aContentType ); in InsertFilePart() 2304 ::rtl::OUString aContentType; in submit_impl() 2308 aData = GetDataMultiPartEncoded(Control, MouseEvt, aContentType); in submit_impl() 2317 aArgs.getArray()[1].Value <<= aContentType; in submit_impl()
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | content.hxx | 58 ::rtl::OUString aContentType; // ContentType
|
/aoo42x/main/dbaccess/source/core/inc/ |
H A D | ContentHelper.hxx | 100 aContentType; // ContentType (aka MediaType aka MimeType)
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | dbexception.cxx | 156 staruno::Type aContentType = m_aContent.getValueType(); in implDetermineType() local
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docfile.cxx | 3508 ::rtl::OUString aContentType; in GetHeaderAttributes_Impl() 3509 aAny >>= aContentType; in GetHeaderAttributes_Impl() 3511 …tributes->Append( SvKeyValue( ::rtl::OUString::createFromAscii( "content-type" ), aContentType ) ); in GetHeaderAttributes_Impl()
|
/aoo42x/main/sot/source/sdstor/ |
H A D | ucbstorage.cxx | 1998 ::rtl::OUString aContentType; 2007 aContentType = xRow->getString(3);
|