Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavresponseparser.cxx629 http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement() local
631 aDAVPropertyValue.Name = aStr; in endElement()
632 aDAVPropertyValue.Value <<= mpContext->getWhiteSpace(); in endElement()
633 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
643 http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement() local
645 aDAVPropertyValue.Name = aStr; in endElement()
646 aDAVPropertyValue.Value <<= mpContext->getWhiteSpace(); in endElement()
647 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
667 http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement() local
669 aDAVPropertyValue.Name = aStrA; in endElement()
[all …]