Home
last modified time | relevance | path

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

/aoo41x/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx686 css::uno::Reference< css::xml::dom::XNode > xURL; in getLocalizedPublisherNameAndURL() local
688 xURL = m_xpath->selectSingleNode(node, exp2); in getLocalizedPublisherNameAndURL()
692 OSL_ASSERT(xURL.is()); in getLocalizedPublisherNameAndURL()
693 if (xURL.is()) in getLocalizedPublisherNameAndURL()
694 sURL = xURL->getNodeValue(); in getLocalizedPublisherNameAndURL()
962 css::uno::Reference< css::xml::dom::XNode > xURL; in getLocalizedHREFAttrFromChild() local
964 xURL = m_xpath->selectSingleNode(node, exp); in getLocalizedHREFAttrFromChild()
968 OSL_ASSERT(xURL.is()); in getLocalizedHREFAttrFromChild()
969 if (xURL.is()) in getLocalizedHREFAttrFromChild()
970 sURL = xURL->getNodeValue(); in getLocalizedHREFAttrFromChild()

Completed in 16 milliseconds