LibreOffice Module ucb (master) 1
|
#include <memory>
#include <map>
#include <mutex>
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Any.hxx>
Go to the source code of this file.
Classes | |
class | http_dav_ucp::DAVOptions |
class | http_dav_ucp::DAVOptionsCache |
struct | http_dav_ucp::ProppatchValue |
Namespaces | |
namespace | http_dav_ucp |
Typedefs | |
typedef std::map< OUString, DAVOptions, std::less< OUString > > | http_dav_ucp::DAVOptionsMap |
Enumerations | |
enum | http_dav_ucp::Depth { http_dav_ucp::DAVZERO = 0 , http_dav_ucp::DAVONE = 1 , http_dav_ucp::DAVINFINITY = -1 } |
enum | http_dav_ucp::ProppatchOperation { http_dav_ucp::PROPSET = 0 , http_dav_ucp::PROPREMOVE = 1 } |