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 31 of file DAVResource.hxx.
|
inline |
Definition at line 37 of file DAVResource.hxx.
bool http_dav_ucp::DAVPropertyValue::IsCaseSensitive |
Definition at line 35 of file DAVResource.hxx.
Referenced by http_dav_ucp::ContentProperties::addProperty().
OUString http_dav_ucp::DAVPropertyValue::Name |
Definition at line 33 of file DAVResource.hxx.
Referenced by http_dav_ucp::ContentProperties::addProperty().
css::uno::Any http_dav_ucp::DAVPropertyValue::Value |
Definition at line 34 of file DAVResource.hxx.
Referenced by http_dav_ucp::ContentProperties::addProperty().