LibreOffice Module ucb (master) 1
|
#include <ContentProperties.hxx>
Public Member Functions | |
CachableContentProperties (const ContentProperties &rProps) | |
void | addProperties (const ContentProperties &rProps) |
void | addProperties (const std::vector< DAVPropertyValue > &rProps) |
bool | containsAllNames (const css::uno::Sequence< css::beans::Property > &rProps, std::vector< OUString > &rNamesNotContained) const |
const css::uno::Any & | getValue (const OUString &rName) const |
operator const ContentProperties & () const | |
Private Member Functions | |
CachableContentProperties & | operator= (const CachableContentProperties &) |
CachableContentProperties (const CachableContentProperties &) | |
Private Attributes | |
ContentProperties | m_aProps |
Definition at line 145 of file ContentProperties.hxx.
|
private |
|
explicit |
Definition at line 534 of file ContentProperties.cxx.
References addProperties().
void CachableContentProperties::addProperties | ( | const ContentProperties & | rProps | ) |
Definition at line 541 of file ContentProperties.cxx.
References http_dav_ucp::ContentProperties::addProperty(), http_dav_ucp::ContentProperties::getProperties(), m_aProps, and props.
Referenced by CachableContentProperties().
void CachableContentProperties::addProperties | ( | const std::vector< DAVPropertyValue > & | rProps | ) |
Definition at line 556 of file ContentProperties.cxx.
References http_dav_ucp::ContentProperties::addProperty(), and m_aProps.
|
inline |
Definition at line 160 of file ContentProperties.hxx.
References http_dav_ucp::ContentProperties::containsAllNames(), and m_aProps.
|
inline |
Definition at line 166 of file ContentProperties.hxx.
References http_dav_ucp::ContentProperties::getValue(), and m_aProps.
|
inline |
Definition at line 169 of file ContentProperties.hxx.
References m_aProps.
|
private |
|
private |
Definition at line 148 of file ContentProperties.hxx.
Referenced by addProperties(), containsAllNames(), getValue(), and operator const ContentProperties &().