Searched refs:xURL (Results 1 – 1 of 1) sorted by relevance
686 css::uno::Reference< css::xml::dom::XNode > xURL; in getLocalizedPublisherNameAndURL() local688 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() local964 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 21 milliseconds