Searched refs:ProppatchValue (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | SerfPropPatchReqProcImpl.hxx | 38 const std::vector< ProppatchValue > & inProperties, 54 const std::vector< ProppatchValue > * mpProperties;
|
H A D | DAVTypes.hxx | 67 struct ProppatchValue struct 73 ProppatchValue( const ProppatchOperation o, in ProppatchValue() function
|
H A D | SerfPropPatchReqProcImpl.cxx | 38 … const std::vector< ProppatchValue > & inProperties, in SerfPropPatchReqProcImpl() 90 const ProppatchValue & rProperty = (*mpProperties)[ n ]; in createSerfRequestBucket()
|
H A D | webdavcontent.cxx | 940 ProppatchValue aValue( PROPSET, aProperty.Name, aDefaultValue ); in addProperty() 942 std::vector< ProppatchValue > aProppatchValues; in addProperty() 1055 std::vector< ProppatchValue > aProppatchValues; in removeProperty() 1056 ProppatchValue aValue( PROPREMOVE, Name, uno::Any() ); in removeProperty() 1760 std::vector< ProppatchValue > aProppatchValues; in setPropertyValues() 1951 ProppatchValue aValue( PROPSET, rName, rValue.Value ); in setPropertyValues() 2024 std::vector< ProppatchValue >::const_iterator it in setPropertyValues() 2026 std::vector< ProppatchValue >::const_iterator end in setPropertyValues()
|
H A D | SerfRequestProcessorImplFac.hxx | 50 … const std::vector< ProppatchValue > & inProperties,
|
H A D | DAVSession.hxx | 95 const std::vector< ProppatchValue > & inValues,
|
H A D | SerfRequestProcessor.hxx | 65 bool processPropPatch( const std::vector< ProppatchValue > & inProperties,
|
H A D | SerfRequestProcessorImplFac.cxx | 71 … const std::vector< ProppatchValue > & inProperties, in createPropPatchReqProcImpl()
|
H A D | SerfSession.hxx | 148 const std::vector< ProppatchValue > & inValues,
|
H A D | DAVResourceAccess.hxx | 101 PROPPATCH( const std::vector< ProppatchValue > & rValues,
|
H A D | SerfRequestProcessor.cxx | 116 bool SerfRequestProcessor::processPropPatch( const std::vector< ProppatchValue > & inProperties, in processPropPatch()
|
H A D | DAVResourceAccess.cxx | 262 const std::vector< ProppatchValue >& rValues, in PROPPATCH()
|
H A D | SerfSession.cxx | 739 const std::vector< ProppatchValue > & inValues, in PROPPATCH()
|
Completed in 89 milliseconds