LibreOffice Module ucb (master) 1
|
#include <tdoc_content.hxx>
Public Member Functions | |
ContentProperties () | |
ContentProperties (const ContentType &rType, OUString aTitle) | |
ContentType | getType () const |
const OUString & | getContentType () const |
bool | getIsFolder () const |
bool | getIsDocument () const |
const OUString & | getTitle () const |
void | setTitle (const OUString &rTitle) |
css::uno::Sequence< css::ucb::ContentInfo > | getCreatableContentsInfo () const |
bool | isContentCreator () const |
Private Attributes | |
ContentType | m_eType |
OUString | m_aContentType |
OUString | m_aTitle |
Definition at line 45 of file tdoc_content.hxx.
|
inline |
Definition at line 48 of file tdoc_content.hxx.
|
inline |
Definition at line 52 of file tdoc_content.hxx.
|
inline |
Definition at line 68 of file tdoc_content.hxx.
References m_aContentType.
Referenced by tdoc_ucp::Content::getContentType().
uno::Sequence< ucb::ContentInfo > ContentProperties::getCreatableContentsInfo | ( | ) | const |
Definition at line 2785 of file tdoc_content.cxx.
References aSeq, tdoc_ucp::DOCUMENT, getType(), isContentCreator(), tdoc_ucp::TDOC_FOLDER_CONTENT_TYPE, and tdoc_ucp::TDOC_STREAM_CONTENT_TYPE.
Referenced by tdoc_ucp::Content::queryCreatableContentsInfo().
|
inline |
Definition at line 71 of file tdoc_content.hxx.
References getIsFolder().
|
inline |
Definition at line 70 of file tdoc_content.hxx.
References m_eType, and tdoc_ucp::STREAM.
Referenced by getIsDocument(), and tdoc_ucp::Content::queryChildren().
|
inline |
Definition at line 73 of file tdoc_content.hxx.
References m_aTitle.
|
inline |
Definition at line 64 of file tdoc_content.hxx.
References m_eType.
Referenced by tdoc_ucp::Content::copyData(), getCreatableContentsInfo(), tdoc_ucp::Content::getStream(), tdoc_ucp::Content::getSupportedServiceNames(), tdoc_ucp::Content::getTruncatedOutputStream(), isContentCreator(), and tdoc_ucp::Content::removeData().
bool ContentProperties::isContentCreator | ( | ) | const |
Definition at line 2838 of file tdoc_content.cxx.
References tdoc_ucp::DOCUMENT, tdoc_ucp::FOLDER, and getType().
Referenced by getCreatableContentsInfo(), and tdoc_ucp::Content::getTypes().
|
inline |
Definition at line 74 of file tdoc_content.hxx.
References m_aTitle.
|
private |
Definition at line 83 of file tdoc_content.hxx.
Referenced by getContentType().
|
private |
Definition at line 84 of file tdoc_content.hxx.
Referenced by getTitle(), and setTitle().
|
private |
Definition at line 82 of file tdoc_content.hxx.
Referenced by getIsFolder(), and getType().