Searched refs:ProppatchValue (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/ucb/source/ucp/webdav/ |
| H A D | DAVTypes.hxx | 67 struct ProppatchValue struct 73 ProppatchValue( const ProppatchOperation o, in ProppatchValue() argument
|
| H A D | ProppatchRequest.cxx | 36 const std::vector< ProppatchValue > & inProperties ) in generatePROPPATCHRequestBody() 64 const ProppatchValue & rProperty = inProperties[ n ]; in generatePROPPATCHRequestBody()
|
| H A D | webdavcontent.cxx | 925 ProppatchValue aValue( PROPSET, aProperty.Name, aDefaultValue ); in addProperty() 927 std::vector< ProppatchValue > aProppatchValues; in addProperty() 1037 std::vector< ProppatchValue > aProppatchValues; in removeProperty() 1038 ProppatchValue aValue( PROPREMOVE, Name, uno::Any() ); in removeProperty() 1731 std::vector< ProppatchValue > aProppatchValues; in setPropertyValues() 1922 ProppatchValue aValue( PROPSET, rName, rValue.Value ); in setPropertyValues() 1995 std::vector< ProppatchValue >::const_iterator it in setPropertyValues() 1997 std::vector< ProppatchValue >::const_iterator end in setPropertyValues()
|
| H A D | ProppatchRequest.hxx | 35 const std::vector< ProppatchValue > & inProperties );
|
| H A D | DAVSession.hxx | 93 const std::vector< ProppatchValue > & inValues,
|
| H A D | CurlSession.hxx | 149 const std::vector< ProppatchValue > & inValues,
|
| H A D | DAVResourceAccess.hxx | 98 PROPPATCH( const std::vector< ProppatchValue > & rValues,
|
| H A D | DAVResourceAccess.cxx | 260 const std::vector< ProppatchValue >& rValues, in PROPPATCH()
|
| H A D | CurlSession.cxx | 978 const std::vector< ProppatchValue > & inValues, in PROPPATCH()
|