LibreOffice Module vcl (master) 1
|
#include <mcnttype.hxx>
Public Member Functions | |
CMimeContentType (const OUString &rCntType) | |
virtual OUString SAL_CALL | getMediaType () override |
virtual OUString SAL_CALL | getMediaSubtype () override |
virtual OUString SAL_CALL | getFullMediaType () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getParameters () override |
virtual sal_Bool SAL_CALL | hasParameter (const OUString &aName) override |
virtual OUString SAL_CALL | getParameterValue (const OUString &aName) override |
Private Member Functions | |
void | init (const OUString &aCntType) |
Private Attributes | |
OUString | m_MediaType |
OUString | m_MediaSubtype |
std::map< OUString, OUString > | m_ParameterMap |
Definition at line 30 of file mcnttype.hxx.
|
explicit |
Definition at line 29 of file mcnttype.cxx.
References init().
|
overridevirtual |
Definition at line 44 of file mcnttype.cxx.
References m_MediaSubtype, and m_MediaType.
|
overridevirtual |
Definition at line 39 of file mcnttype.cxx.
References m_MediaSubtype.
|
overridevirtual |
Definition at line 34 of file mcnttype.cxx.
References m_MediaType.
|
overridevirtual |
Definition at line 49 of file mcnttype.cxx.
References m_ParameterMap, and comphelper::mapKeysToSequence().
|
overridevirtual |
Definition at line 59 of file mcnttype.cxx.
References aName, hasParameter(), and m_ParameterMap.
|
overridevirtual |
Definition at line 54 of file mcnttype.cxx.
References aName, and m_ParameterMap.
Referenced by getParameterValue().
|
private |
css::lang::IllegalArgumentException |
Definition at line 69 of file mcnttype.cxx.
References i, m_MediaSubtype, m_MediaType, m_ParameterMap, and INetMIME::scanContentType().
Referenced by CMimeContentType().
|
private |
Definition at line 54 of file mcnttype.hxx.
Referenced by getFullMediaType(), getMediaSubtype(), and init().
|
private |
Definition at line 53 of file mcnttype.hxx.
Referenced by getFullMediaType(), getMediaType(), and init().
|
private |
Definition at line 55 of file mcnttype.hxx.
Referenced by getParameters(), getParameterValue(), hasParameter(), and init().