Lines Matching refs:DAVProperties

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 =
54 const ::rtl::OUString DAVProperties::EXECUTABLE =
60 void DAVProperties::createSerfPropName( const rtl::OUString & rFullName, in createSerfPropName()
123 void DAVProperties::createUCBPropName( const char * nspace, in createUCBPropName()
138 if ( DAVProperties::RESOURCETYPE.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName()
139 DAVProperties::SUPPORTEDLOCK.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName()
140 DAVProperties::LOCKDISCOVERY.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName()
141 DAVProperties::CREATIONDATE.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName()
142 DAVProperties::DISPLAYNAME.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName()
143 DAVProperties::GETCONTENTLANGUAGE.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName()
144 DAVProperties::GETCONTENTLENGTH.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName()
145 DAVProperties::GETCONTENTTYPE.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName()
146 DAVProperties::GETETAG.matchIgnoreAsciiCase( aName, 4 ) || in createUCBPropName()
147 DAVProperties::GETLASTMODIFIED.matchIgnoreAsciiCase( aName, 4 ) ) in createUCBPropName()
189 bool DAVProperties::isUCBDeadProperty( const SerfPropName & rName ) in isUCBDeadProperty()
197 bool DAVProperties::isUCBSpecialProperty(const rtl::OUString& rFullName, rtl::OUString& rParsedName) in isUCBSpecialProperty()