Searched refs:thePropertyValue (Results 1 – 1 of 1) sorted by relevance
887 DAVPropertyValue thePropertyValue; in responseHeadersToDAVResource() local888 thePropertyValue.IsCaseSensitive = false; in responseHeadersToDAVResource()889 thePropertyValue.Name = rtl::OStringToOUString( (*it).name, RTL_TEXTENCODING_UTF8 ); in responseHeadersToDAVResource()890 thePropertyValue.Value <<= rtl::OStringToOUString( (*it).value, RTL_TEXTENCODING_UTF8 ); in responseHeadersToDAVResource()891 ioResource.properties.push_back( thePropertyValue ); in responseHeadersToDAVResource()