Searched refs:xUpdateXML (Results 1 – 1 of 1) sorted by relevance
536 uno::Reference< xml::dom::XDocument > xUpdateXML = in getDocumentRoot() local539 OSL_ASSERT( xUpdateXML.is() ); in getDocumentRoot()541 if( xUpdateXML.is() ) in getDocumentRoot()542 return xUpdateXML->getDocumentElement(); in getDocumentRoot()559 … uno::Reference< xml::dom::XDocument > xUpdateXML = m_xDocumentBuilder->newDocument(); in getDocumentRoot() local560 xUpdateXML->appendChild( xUpdateXML->importNode(xChildElement.get(), sal_True ) ); in getDocumentRoot()561 return xUpdateXML->getDocumentElement(); in getDocumentRoot()