Searched refs:xLName (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/unoxml/source/dom/ |
H A D | element.cxx | 671 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 15 milliseconds