Home
last modified time | relevance | path

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

/trunk/main/tools/source/inet/
H A Dinetmsg.cxx1334 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 Dinetstrm.cxx1386 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()
/trunk/main/sfx2/source/bastyp/
H A Dfrmhtmlw.cxx118 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()
/trunk/main/dtrans/source/cnttype/
H A Dmcnttfactory.cxx78 …< XMimeContentType > CMimeContentTypeFactory::createMimeContentType( const OUString& aContentType ) in createMimeContentType() argument
82 return Reference< XMimeContentType >( new CMimeContentType( aContentType ) ); in createMimeContentType()
H A Dmcnttfactory.hxx58 …transfer::XMimeContentType > SAL_CALL createMimeContentType( const ::rtl::OUString& aContentType )
/trunk/main/offapi/com/sun/star/datatransfer/
H A DXMimeContentTypeFactory.idl55 @param aContentType
71 com::sun::star::datatransfer::XMimeContentType createMimeContentType( [in] string aContentType )
/trunk/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx172 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()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx93 : 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 Dpkgcontent.hxx77 ::rtl::OUString aContentType; // ContentType
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx164 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()
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx515 xRow->appendString ( rProp, rData.aContentType ); in getPropertyValues()
588 rData.aContentType ); in getPropertyValues()
H A Dmyucp_content.hxx62 ::rtl::OUString aContentType; // ContentType
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx242 ::rtl::OUString aContentType; in propertiesChange()
243 if (evt.NewValue >>= aContentType) in propertiesChange()
244 m_xLockBytes->SetContentType_Impl( aContentType ); in propertiesChange()
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx794 … Any aContentType = aParent.getPropertyValue( ::rtl::OUString::createFromAscii( "ContentType" ) ); in createDirectoryDeep() local
795 aContentType >>= sContentType; in createDirectoryDeep()
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx1065 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()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.hxx58 ::rtl::OUString aContentType; // ContentType
/trunk/main/dbaccess/source/core/inc/
H A DContentHelper.hxx100 aContentType; // ContentType (aka MediaType aka MimeType)
/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx156 staruno::Type aContentType = m_aContent.getValueType(); in implDetermineType() local
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx3508 ::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()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx1998 ::rtl::OUString aContentType;
2007 aContentType = xRow->getString(3);

Completed in 132 milliseconds