Home
last modified time | relevance | path

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

/aoo4110/main/unoxml/source/dom/
H A Delement.cxx671 xmlChar *xLName = NULL; in setAttributeNS() local
684 xLName = (xmlChar*)o3.getStr(); in setAttributeNS()
687 xLName = xQName; in setAttributeNS()
715 xmlGetNsProp(m_aNodePtr, xLName, pNs->href), xmlFree); in setAttributeNS()
718 xmlNewNsProp(m_aNodePtr, pNs, xLName, xValue); in setAttributeNS()
723 xmlSetNsProp(m_aNodePtr, pNs, xLName, xValue); in setAttributeNS()
732 …nce< XNode >(getAttributeNodeNS(namespaceURI, OUString((char*)xLName, strlen((char*)xLName), RTL_T… in setAttributeNS()

Completed in 19 milliseconds