/trunk/main/svl/source/misc/ |
H A D | inettype.cxx | 108 static INetContentType GetContentType(UniString const & rTypeName); 110 static UniString GetContentType(INetContentType eTypeID); 678 DBG_ASSERT(GetContentType(rTypeName) == CONTENT_TYPE_UNKNOWN, in RegisterContentType() 712 INetContentType Registration::GetContentType(UniString const & rTypeName) in GetContentType() function in Registration 730 UniString Registration::GetContentType(INetContentType eTypeID) in GetContentType() function in Registration 859 INetContentType eTypeID = GetContentType(rTypeName); in RegisterContentType() 887 INetContentType INetContentTypes::GetContentType(UniString const & rTypeName) in GetContentType() function in INetContentTypes 898 Registration::GetContentType(aType); in GetContentType() 909 UniString INetContentTypes::GetContentType(INetContentType eTypeID) in GetContentType() function in INetContentTypes 926 Registration::GetContentType(eTypeID); in GetContentType() [all …]
|
/trunk/main/svl/source/items/ |
H A D | ctypeitm.cxx | 64 : CntUnencodedStringItem( which, INetContentTypes::GetContentType( eType ) ), in CntContentTypeItem() 204 pVarThis->_eType = INetContentTypes::GetContentType( GetValue() ); in GetEnumValue() 213 SetValue( INetContentTypes::GetContentType( eType ) ); in SetValue()
|
/trunk/main/sfx2/source/appl/ |
H A D | impldde.cxx | 217 SotExchange::GetFormatMimeType( pSvLink->GetContentType()), in Connect() 262 pLink->SetFormat( pSvLink->GetContentType() ); in Connect() 270 SotExchange::GetFormatMimeType( pSvLink->GetContentType()), in Connect()
|
H A D | lnkbase2.cxx | 480 sal_uIntPtr SvBaseLink::GetContentType() const in GetContentType() function in sfx2::SvBaseLink
|
H A D | fileobj.cxx | 277 AddDataAdvise( pLink, SotExchange::GetFormatMimeType( pLink->GetContentType()), 0 ); in Connect()
|
H A D | linkmgr2.cxx | 664 SotExchange::GetFormatDataFlavor( pLink->GetContentType(), aFl ); in Connect()
|
/trunk/main/tools/inc/tools/ |
H A D | inetmsg.hxx | 559 UniString GetContentType (void) const in GetContentType() function in INetMIMEMessage 580 UniString aType (GetContentType()); in IsMessage() 585 UniString aType (GetContentType()); in IsMultipart()
|
/trunk/main/tools/source/inet/ |
H A D | inetstrm.cxx | 1373 String aPCT (pMsg->GetParent()->GetContentType()); in GetMsgLine() 1386 String aContentType (pMsg->GetContentType()); in GetMsgLine() 1651 pMsg->GetContentType(), RTL_TEXTENCODING_ASCII_US); in PutMsgLine() 1774 if (pMsg->GetContentType().Len() == 0) in PutMsgLine()
|
H A D | inetmsg.cxx | 1302 String aParentCT (pParent->GetContentType()); in GetDefaultContentType()
|
/trunk/main/svl/inc/svl/ |
H A D | inettype.hxx | 352 static INetContentType GetContentType(UniString const & rTypeName); 354 static UniString GetContentType(INetContentType eTypeID);
|
/trunk/main/framework/source/services/ |
H A D | mediatypedetectionhelper.cxx | 96 UniString aType( INetContentTypes::GetContentType( eType ) );
|
/trunk/main/sot/source/sdstor/ |
H A D | ucbstorage.cxx | 610 String GetContentType(); 627 String UCBStorageElement_Impl::GetContentType() in GetContentType() function in UCBStorageElement_Impl 2228 aProps[0].Value <<= (::rtl::OUString ) pElement->GetContentType(); 2416 … if ( pElement->IsLoaded() && pElement->GetContentType() != pElement->GetOriginalContentType() ) 2421 aAny <<= (rtl::OUString) pElement->GetContentType();
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | lnkbase.hxx | 141 sal_uIntPtr GetContentType() const;
|
/trunk/main/unotools/inc/unotools/ |
H A D | ucblockbytes.hxx | 166 String GetContentType() const;
|
/trunk/main/sw/source/core/docnode/ |
H A D | swbaslnk.cxx | 412 String aMimeType( SotExchange::GetFormatMimeType( GetContentType() )); in SwapIn()
|
/trunk/main/forms/source/component/ |
H A D | DatabaseForm.cxx | 600 rContentType = UniString(aParent.GetContentType()); in GetDataMultiPartEncoded() 1090 aContentType = INetContentTypes::GetContentType(eContentType); in InsertFilePart()
|