Home
last modified time | relevance | path

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

/AOO41X/main/ucb/source/ucp/webdav/
H A Dwebdavresponseparser.cxx631 http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement() local
633 aDAVPropertyValue.Name = aStr; in endElement()
634 aDAVPropertyValue.Value <<= mpContext->getWhiteSpace(); in endElement()
635 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
645 http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement() local
647 aDAVPropertyValue.Name = aStr; in endElement()
648 aDAVPropertyValue.Value <<= mpContext->getWhiteSpace(); in endElement()
649 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
669 http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement() local
671 aDAVPropertyValue.Name = aStrA; in endElement()
[all …]