Home
last modified time | relevance | path

Searched refs:CMimeContentType (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/dtrans/source/cnttype/
H A Dmcnttype.cxx56 CMimeContentType::CMimeContentType( const OUString& aCntType ) in CMimeContentType() function in CMimeContentType
65 OUString SAL_CALL CMimeContentType::getMediaType( ) throw(RuntimeException) in getMediaType()
74 OUString SAL_CALL CMimeContentType::getMediaSubtype( ) throw(RuntimeException) in getMediaSubtype()
83 OUString SAL_CALL CMimeContentType::getFullMediaType( ) throw(RuntimeException) in getFullMediaType()
92 Sequence< OUString > SAL_CALL CMimeContentType::getParameters( ) throw(RuntimeException) in getParameters()
114 sal_Bool SAL_CALL CMimeContentType::hasParameter( const OUString& aName ) throw(RuntimeException) in hasParameter()
124 OUString SAL_CALL CMimeContentType::getParameterValue( const OUString& aName ) throw(NoSuchElementE… in getParameterValue()
138 void SAL_CALL CMimeContentType::init( const OUString& aCntType ) throw( IllegalArgumentException ) in init()
153 void SAL_CALL CMimeContentType::getSym( void ) in getSym()
169 void SAL_CALL CMimeContentType::acceptSym( const OUString& pSymTlb ) in acceptSym()
[all …]
H A Dmcnttype.hxx44 class CMimeContentType : public class
48 CMimeContentType( const rtl::OUString& aCntType );
H A Dmcnttfactory.cxx82 return Reference< XMimeContentType >( new CMimeContentType( aContentType ) ); in createMimeContentType()