Searched refs:thePropertyValue (Results 1 – 2 of 2) sorted by relevance
133 DAVPropertyValue thePropertyValue; in processSingleResponseHeader() local134 thePropertyValue.IsCaseSensitive = false; in processSingleResponseHeader()135 thePropertyValue.Name = aHeaderName; in processSingleResponseHeader()136 thePropertyValue.Value <<= rtl::OUString::createFromAscii( inHeaderValue ); in processSingleResponseHeader()137 mpResource->properties.push_back( thePropertyValue ); in processSingleResponseHeader()
179 DAVPropertyValue thePropertyValue; in processSingleResponseHeader() local180 thePropertyValue.IsCaseSensitive = false; in processSingleResponseHeader()181 thePropertyValue.Name = aHeaderName; in processSingleResponseHeader()182 thePropertyValue.Value <<= rtl::OUString::createFromAscii( inHeaderValue ); in processSingleResponseHeader()183 mpResource->properties.push_back( thePropertyValue ); in processSingleResponseHeader()
Completed in 11 milliseconds