LibreOffice Module ucb (master)
1
|
#include <DAVResource.hxx>
Public Member Functions | |
DAVPropertyValue () | |
Public Attributes | |
OUString | Name |
css::uno::Any | Value |
bool | IsCaseSensitive |
Definition at line 32 of file DAVResource.hxx.
|
inline |
Definition at line 38 of file DAVResource.hxx.
bool http_dav_ucp::DAVPropertyValue::IsCaseSensitive |
Definition at line 36 of file DAVResource.hxx.
Referenced by http_dav_ucp::ContentProperties::addProperty(), http_dav_ucp::SerfHeadReqProcImpl::processSingleResponseHeader(), and http_dav_ucp::SerfGetReqProcImpl::processSingleResponseHeader().
OUString http_dav_ucp::DAVPropertyValue::Name |
Definition at line 34 of file DAVResource.hxx.
Referenced by http_dav_ucp::ContentProperties::addProperty(), http_dav_ucp::SerfHeadReqProcImpl::processSingleResponseHeader(), and http_dav_ucp::SerfGetReqProcImpl::processSingleResponseHeader().
css::uno::Any http_dav_ucp::DAVPropertyValue::Value |
Definition at line 35 of file DAVResource.hxx.
Referenced by http_dav_ucp::ContentProperties::addProperty(), http_dav_ucp::SerfHeadReqProcImpl::processSingleResponseHeader(), and http_dav_ucp::SerfGetReqProcImpl::processSingleResponseHeader().