Home
last modified time | relevance | path

Searched refs:INetContentTypes (Results 1 – 17 of 17) sorted by relevance

/AOO41X/main/svl/source/misc/
H A Dinettype.cxx843 void INetContentTypes::Uninitialize() in Uninitialize()
850 INetContentType INetContentTypes::RegisterContentType(UniString const & in RegisterContentType()
887 INetContentType INetContentTypes::GetContentType(UniString const & rTypeName) in GetContentType()
909 UniString INetContentTypes::GetContentType(INetContentType eTypeID) in GetContentType()
939 UniString INetContentTypes::GetPresentation(INetContentType eTypeID, in GetPresentation()
958 UniString INetContentTypes::GetExtension(UniString const & rTypeName) in GetExtension()
977 INetContentType INetContentTypes::GetContentType4Extension(UniString const & in GetContentType4Extension()
993 INetContentType INetContentTypes::GetContentTypeFromURL(UniString const & in GetContentTypeFromURL()
1098 bool INetContentTypes::GetExtensionFromURL(UniString const & rURL, in GetExtensionFromURL()
1125 INetContentType INetContentTypes::MapStringToContentType(UniString const & in MapStringToContentType()
[all …]
/AOO41X/main/svl/source/items/
H A Dctypeitm.cxx64 : CntUnencodedStringItem( which, INetContentTypes::GetContentType( eType ) ), in CntContentTypeItem()
180 = INetContentTypes::GetPresentation(GetEnumValue(), in GetPresentation()
204 pVarThis->_eType = INetContentTypes::GetContentType( GetValue() ); in GetEnumValue()
213 SetValue( INetContentTypes::GetContentType( eType ) ); in SetValue()
241 INetContentTypes::RegisterContentType(aValue, UniString())); in PutValue()
/AOO41X/main/framework/source/services/
H A Dmediatypedetectionhelper.cxx94 INetContentType eType = INetContentTypes::GetContentTypeFromURL( rUrl );
96 UniString aType( INetContentTypes::GetContentType( eType ) );
/AOO41X/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx428 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
1333 if (INetContentTypes::parse( in getBundle()
1482 if (! INetContentTypes::parse( mediaType, type, subType, &params )) in scanBundle()
/AOO41X/main/svl/inc/svl/
H A Dinettype.hxx339 class SVL_DLLPUBLIC INetContentTypes class
/AOO41X/main/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx181 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
/AOO41X/main/desktop/source/deployment/registry/sfwk/
H A Ddp_sfwk.cxx267 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
/AOO41X/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx258 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
/AOO41X/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx328 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
/AOO41X/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx192 if (INetContentTypes::parse( mediaType_, type, subType, &params )) in bindPackage_()
/AOO41X/main/svtools/source/contnr/
H A Dtemplwin.cxx246 INetContentTypes::GetContentTypeFromURL( i_rURL ); in fill()
248 aStr = INetContentTypes::GetPresentation( eTypeID, m_aLocale ); in fill()
/AOO41X/main/svtools/source/svhtml/
H A Dparhtml.cxx2322 if (INetContentTypes::parse(sMime, sType, sSubType, &aParameters)) in GetEncodingByMIME()
/AOO41X/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx1049 if (INetContentTypes::parse( data.mediaType, type, subType, &params )) in getDeployedPackage_()
/AOO41X/main/forms/source/component/
H A DDatabaseForm.cxx1087 INetContentType eContentType = INetContentTypes::GetContentType4Extension( in InsertFilePart()
1090 aContentType = INetContentTypes::GetContentType(eContentType); in InsertFilePart()
/AOO41X/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx749 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
/AOO41X/main/sfx2/source/doc/
H A Dobjmisc.cxx1842 if( INetContentTypes::parse( sContent, sType, sSubType, &aParameters ) ) in SetAttribute()
H A Ddocfile.cxx3890 if( INetContentTypes::parse( sContent, sType, sSubType, &aParameters ) ) in GetCharset()