Lines Matching refs:aDAVPropertyValue

631                                     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()
672aDAVPropertyValue.Value <<= (mbResourceTypeCollection ? aStrB : rtl::OUString()); in endElement()
673 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
683 http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement() local
685 aDAVPropertyValue.Name = aStr; in endElement()
686 aDAVPropertyValue.Value <<= mpContext->getWhiteSpace(); in endElement()
687 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
697 http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement() local
699 aDAVPropertyValue.Name = aStr; in endElement()
700 aDAVPropertyValue.Value <<= mpContext->getWhiteSpace(); in endElement()
701 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
711 http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement() local
713 aDAVPropertyValue.Name = aStr; in endElement()
714 aDAVPropertyValue.Value <<= maLockEntries; in endElement()
715 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
777 ::http_dav_ucp::DAVPropertyValue aDAVPropertyValue; in endElement()
779 aDAVPropertyValue.Name = aStr; in endElement()
780 aDAVPropertyValue.Value <<= maLocks; in endElement()
781 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()