Searched refs:aProppatchValues (Results 1 – 1 of 1) sorted by relevance
942 std::vector< ProppatchValue > aProppatchValues; in addProperty() local943 aProppatchValues.push_back( aValue ); in addProperty()953 xResAccess->PROPPATCH( aProppatchValues, xEnv ); in addProperty()1055 std::vector< ProppatchValue > aProppatchValues; in removeProperty() local1057 aProppatchValues.push_back( aValue ); in removeProperty()1065 xResAccess->PROPPATCH( aProppatchValues, xEnv ); in removeProperty()1760 std::vector< ProppatchValue > aProppatchValues; in setPropertyValues() local1952 aProppatchValues.push_back( aValue ); in setPropertyValues()2017 if ( !bTransient && aProppatchValues.size() ) in setPropertyValues()2025 = aProppatchValues.begin(); in setPropertyValues()[all …]
Completed in 30 milliseconds