Searched refs:aCntType (Results 1 – 2 of 2) sorted by relevance
56 CMimeContentType::CMimeContentType( const OUString& aCntType ) in CMimeContentType() argument58 init( aCntType ); in CMimeContentType()138 void SAL_CALL CMimeContentType::init( const OUString& aCntType ) throw( IllegalArgumentException ) in init() argument140 if ( !aCntType.getLength( ) ) in init()144 m_ContentType = aCntType; in init()
48 CMimeContentType( const rtl::OUString& aCntType );68 …void SAL_CALL init( const rtl::OUString& aCntType ) throw( com::sun::star::lang::IllegalArgumentEx…
Completed in 13 milliseconds