Home
last modified time | relevance | path

Searched refs:aProppatchValues (Results 1 – 1 of 1) sorted by relevance

/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx942 std::vector< ProppatchValue > aProppatchValues; in addProperty() local
943 aProppatchValues.push_back( aValue ); in addProperty()
953 xResAccess->PROPPATCH( aProppatchValues, xEnv ); in addProperty()
1055 std::vector< ProppatchValue > aProppatchValues; in removeProperty() local
1057 aProppatchValues.push_back( aValue ); in removeProperty()
1065 xResAccess->PROPPATCH( aProppatchValues, xEnv ); in removeProperty()
1760 std::vector< ProppatchValue > aProppatchValues; in setPropertyValues() local
1952 aProppatchValues.push_back( aValue ); in setPropertyValues()
2017 if ( !bTransient && aProppatchValues.size() ) in setPropertyValues()
2025 = aProppatchValues.begin(); in setPropertyValues()
[all …]

Completed in 23 milliseconds