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 | 256 ( rProp.Name == DAVProperties::CREATIONDATE ) ) in UCBNamesToDAVNames() 260 propertyNames.push_back( DAVProperties::CREATIONDATE ); in UCBNamesToDAVNames() 267 ( rProp.Name == DAVProperties::GETLASTMODIFIED ) ) in UCBNamesToDAVNames() 272 DAVProperties::GETLASTMODIFIED ); in UCBNamesToDAVNames() 279 ( rProp.Name == DAVProperties::GETCONTENTTYPE ) ) in UCBNamesToDAVNames() 284 DAVProperties::GETCONTENTTYPE ); in UCBNamesToDAVNames() 291 ( rProp.Name == DAVProperties::GETCONTENTLENGTH ) ) in UCBNamesToDAVNames() 296 DAVProperties::GETCONTENTLENGTH ); in UCBNamesToDAVNames() 309 ( rProp.Name == DAVProperties::RESOURCETYPE ) ) in UCBNamesToDAVNames() 313 propertyNames.push_back( DAVProperties::RESOURCETYPE ); in UCBNamesToDAVNames() [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 \
|