Searched refs:DAVProperties (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | DAVProperties.cxx | 33 const ::rtl::OUString DAVProperties::CREATIONDATE = 35 const ::rtl::OUString DAVProperties::DISPLAYNAME = 37 const ::rtl::OUString DAVProperties::GETCONTENTLANGUAGE = 39 const ::rtl::OUString DAVProperties::GETCONTENTLENGTH = 41 const ::rtl::OUString DAVProperties::GETCONTENTTYPE = 43 const ::rtl::OUString DAVProperties::GETETAG = 45 const ::rtl::OUString DAVProperties::GETLASTMODIFIED = 47 const ::rtl::OUString DAVProperties::LOCKDISCOVERY = 49 const ::rtl::OUString DAVProperties::RESOURCETYPE = 51 const ::rtl::OUString DAVProperties::SUPPORTEDLOCK = [all …]
|
H A D | ContentProperties.cxx | 272 DAVProperties::GETLASTMODIFIED ); in UCBNamesToDAVNames() 284 DAVProperties::GETCONTENTTYPE ); in UCBNamesToDAVNames() 296 DAVProperties::GETCONTENTLENGTH ); in UCBNamesToDAVNames() 462 if ( rName.equals( DAVProperties::CREATIONDATE ) ) in addProperty() 501 else if ( rName.equals( DAVProperties::GETCONTENTTYPE ) ) in addProperty() 519 else if ( rName.equals( DAVProperties::GETLASTMODIFIED ) ) in addProperty() 548 else if ( rName.equals( DAVProperties::RESOURCETYPE ) ) in addProperty() 590 DAVProperties::LOCKDISCOVERY, in isCachable() 592 DAVProperties::GETETAG, in isCachable() 597 DAVProperties::GETLASTMODIFIED, in isCachable() [all …]
|
H A D | webdavcontentcaps.cxx | 167 DAVProperties::CREATIONDATE, in getProperty() 175 DAVProperties::DISPLAYNAME, in getProperty() 182 DAVProperties::GETCONTENTLANGUAGE, in getProperty() 190 DAVProperties::GETCONTENTLENGTH, in getProperty() 198 DAVProperties::GETCONTENTTYPE , in getProperty() 206 DAVProperties::GETETAG, in getProperty() 214 DAVProperties::GETLASTMODIFIED, in getProperty() 222 DAVProperties::LOCKDISCOVERY, in getProperty() 231 DAVProperties::RESOURCETYPE, in getProperty() 239 DAVProperties::SUPPORTEDLOCK, in getProperty() [all …]
|
H A D | ProppatchRequest.cxx | 66 DAVProperties::createCurlPropName( rProperty.name, in generatePROPPATCHRequestBody() 92 if ( DAVProperties::isUCBDeadProperty( thePropName ) ) in generatePROPPATCHRequestBody()
|
H A D | webdavdatasupplier.cxx | 372 if ( (*it).equals( DAVProperties::RESOURCETYPE ) ) in getData() 379 propertyNames.push_back( DAVProperties::RESOURCETYPE ); in getData()
|
H A D | webdavcontent.cxx | 926 bool bIsSpecial = DAVProperties::isUCBSpecialProperty( aProperty.Name, aSpecialName ); in addProperty() 1883 bool bIsSpecial = DAVProperties::isUCBSpecialProperty( rName, aSpecialName ); in setPropertyValues() 2992 if ( m_xCachedProps->getValue( DAVProperties::SUPPORTEDLOCK ) in supportsExclusiveWriteLock() 3550 = DAVProperties::SUPPORTEDLOCK; in getResourceType() 3553 = DAVProperties::LOCKDISCOVERY; in getResourceType() 3619 aProperties[ 0 ].Name = DAVProperties::LOCKDISCOVERY; in getLockOwner()
|
H A D | DAVProperties.hxx | 32 struct DAVProperties struct
|
H A D | PropfindRequest.cxx | 54 DAVProperties::createCurlPropName( (*propNames)[ theIndex ], in generatePROPFINDRequestBody()
|
/aoo42x/main/ucb/ |
H A D | Library_ucpdav1.mk | 80 ucb/source/ucp/webdav/DAVProperties \
|
Completed in 57 milliseconds