LibreOffice Module ucb (master) 1
|
#include <pkgcontent.hxx>
Public Member Functions | |
ContentProperties () | |
ContentProperties (const OUString &rContentType) | |
css::uno::Sequence< css::ucb::ContentInfo > | getCreatableContentsInfo (PackageUri const &rUri) const |
Public Attributes | |
OUString | aTitle |
OUString | aContentType |
bool | bIsDocument |
bool | bIsFolder |
OUString | aMediaType |
css::uno::Sequence< sal_Int8 > | aEncryptionKey |
sal_Int64 | nSize |
bool | bCompressed |
bool | bEncrypted |
bool | bHasEncryptedEntries |
Definition at line 62 of file pkgcontent.hxx.
|
inline |
Definition at line 75 of file pkgcontent.hxx.
|
explicit |
Definition at line 91 of file pkgcontent.cxx.
References bIsDocument, bIsFolder, PACKAGE_FOLDER_CONTENT_TYPE, PACKAGE_STREAM_CONTENT_TYPE, PACKAGE_ZIP_FOLDER_CONTENT_TYPE, and PACKAGE_ZIP_STREAM_CONTENT_TYPE.
uno::Sequence< ucb::ContentInfo > ContentProperties::getCreatableContentsInfo | ( | PackageUri const & | rUri | ) | const |
Definition at line 107 of file pkgcontent.cxx.
References aSeq, bIsFolder, package_ucp::Content::getContentType(), and package_ucp::PackageUri::getScheme().
Referenced by package_ucp::Content::queryCreatableContentsInfo().
OUString package_ucp::ContentProperties::aContentType |
Definition at line 65 of file pkgcontent.hxx.
Referenced by package_ucp::Content::getContentType().
css::uno::Sequence< sal_Int8 > package_ucp::ContentProperties::aEncryptionKey |
Definition at line 69 of file pkgcontent.hxx.
OUString package_ucp::ContentProperties::aMediaType |
Definition at line 68 of file pkgcontent.hxx.
OUString package_ucp::ContentProperties::aTitle |
Definition at line 64 of file pkgcontent.hxx.
bool package_ucp::ContentProperties::bCompressed |
Definition at line 71 of file pkgcontent.hxx.
bool package_ucp::ContentProperties::bEncrypted |
Definition at line 72 of file pkgcontent.hxx.
bool package_ucp::ContentProperties::bHasEncryptedEntries |
Definition at line 73 of file pkgcontent.hxx.
bool package_ucp::ContentProperties::bIsDocument |
Definition at line 66 of file pkgcontent.hxx.
Referenced by ContentProperties().
bool package_ucp::ContentProperties::bIsFolder |
Definition at line 67 of file pkgcontent.hxx.
Referenced by ContentProperties(), getCreatableContentsInfo(), and package_ucp::Content::isFolder().
sal_Int64 package_ucp::ContentProperties::nSize |
Definition at line 70 of file pkgcontent.hxx.