LibreOffice Module ucb (master) 1
Public Member Functions | Public Attributes | List of all members
package_ucp::ContentProperties Struct Reference

#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_Int8aEncryptionKey
 
sal_Int64 nSize
 
bool bCompressed
 
bool bEncrypted
 
bool bHasEncryptedEntries
 

Detailed Description

Definition at line 62 of file pkgcontent.hxx.

Constructor & Destructor Documentation

◆ ContentProperties() [1/2]

package_ucp::ContentProperties::ContentProperties ( )
inline

Definition at line 75 of file pkgcontent.hxx.

◆ ContentProperties() [2/2]

ContentProperties::ContentProperties ( const OUString &  rContentType)
explicit

Member Function Documentation

◆ getCreatableContentsInfo()

uno::Sequence< ucb::ContentInfo > ContentProperties::getCreatableContentsInfo ( PackageUri const &  rUri) const

Member Data Documentation

◆ aContentType

OUString package_ucp::ContentProperties::aContentType

Definition at line 65 of file pkgcontent.hxx.

Referenced by package_ucp::Content::getContentType().

◆ aEncryptionKey

css::uno::Sequence< sal_Int8 > package_ucp::ContentProperties::aEncryptionKey

Definition at line 69 of file pkgcontent.hxx.

◆ aMediaType

OUString package_ucp::ContentProperties::aMediaType

Definition at line 68 of file pkgcontent.hxx.

◆ aTitle

OUString package_ucp::ContentProperties::aTitle

Definition at line 64 of file pkgcontent.hxx.

◆ bCompressed

bool package_ucp::ContentProperties::bCompressed

Definition at line 71 of file pkgcontent.hxx.

◆ bEncrypted

bool package_ucp::ContentProperties::bEncrypted

Definition at line 72 of file pkgcontent.hxx.

◆ bHasEncryptedEntries

bool package_ucp::ContentProperties::bHasEncryptedEntries

Definition at line 73 of file pkgcontent.hxx.

◆ bIsDocument

bool package_ucp::ContentProperties::bIsDocument

Definition at line 66 of file pkgcontent.hxx.

Referenced by ContentProperties().

◆ bIsFolder

bool package_ucp::ContentProperties::bIsFolder

◆ nSize

sal_Int64 package_ucp::ContentProperties::nSize

Definition at line 70 of file pkgcontent.hxx.


The documentation for this struct was generated from the following files: