Home
last modified time | relevance | path

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

/aoo41x/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx675 css::uno::Reference< css::xml::dom::XNode > xPathName; in getLocalizedPublisherNameAndURL() local
677 xPathName = m_xpath->selectSingleNode(node, exp1); in getLocalizedPublisherNameAndURL()
681 OSL_ASSERT(xPathName.is()); in getLocalizedPublisherNameAndURL()
682 if (xPathName.is()) in getLocalizedPublisherNameAndURL()
683 sPublisherName = xPathName->getNodeValue(); in getLocalizedPublisherNameAndURL()

Completed in 7 milliseconds