LibreOffice Module ucb (master)
1
|
#include <PropfindCache.hxx>
Public Member Functions | |
PropertyNames () | |
PropertyNames (const OUString &rURL) | |
sal_uInt32 | getStaleTime () const |
void | setStaleTime (const sal_uInt32 nStaleTime) |
OUString & | getURL () |
const std::vector< DAVResourceInfo > & | getPropertiesNames () |
void | setPropertiesNames (const std::vector< DAVResourceInfo > &aPropertiesNames) |
Private Attributes | |
sal_uInt32 | m_nStaleTime |
target time when this element becomes stale More... | |
OUString | m_sURL |
std::vector< DAVResourceInfo > | m_aPropertiesNames |
Definition at line 34 of file PropfindCache.hxx.
webdav_ucp::PropertyNames::PropertyNames | ( | ) |
Definition at line 18 of file PropfindCache.cxx.
References m_sURL.
|
explicit |
Definition at line 25 of file PropfindCache.cxx.
References m_sURL.
|
inline |
Definition at line 51 of file PropfindCache.hxx.
References m_aPropertiesNames.
|
inline |
Definition at line 46 of file PropfindCache.hxx.
References m_nStaleTime.
|
inline |
Definition at line 49 of file PropfindCache.hxx.
References m_sURL.
Referenced by webdav_ucp::PropertyNamesCache::addCachePropertyNames().
|
inline |
Definition at line 52 of file PropfindCache.hxx.
|
inline |
Definition at line 47 of file PropfindCache.hxx.
Referenced by webdav_ucp::PropertyNamesCache::addCachePropertyNames().
|
private |
Definition at line 40 of file PropfindCache.hxx.
Referenced by getPropertiesNames().
|
private |
target time when this element becomes stale
Definition at line 37 of file PropfindCache.hxx.
Referenced by getStaleTime().
|
private |
Definition at line 38 of file PropfindCache.hxx.
Referenced by getURL().