Home
last modified time | relevance | path

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

/aoo4110/main/unoxml/source/dom/
H A Dattr.cxx42 , m_aAttrPtr(pAttr) in CAttr()
104 if ((0 == m_aNodePtr) || (0 == m_aAttrPtr)) { in getName()
107 OUString const aName((char*)m_aAttrPtr->name, in getName()
121 if ((0 == m_aNodePtr) || (0 == m_aAttrPtr)) { in getOwnerElement()
124 if (0 == m_aAttrPtr->parent) { in getOwnerElement()
129 m_aAttrPtr->parent).get()), in getOwnerElement()
157 if (0 == m_aAttrPtr->children) { in getValue()
190 xmlFreeNodeList(m_aAttrPtr->children); in setValue()
191 m_aAttrPtr->children = in setValue()
193 xmlNodePtr tmp = m_aAttrPtr->children; in setValue()
[all …]
H A Dattr.hxx56 xmlAttrPtr m_aAttrPtr; member in DOM::CAttr

Completed in 13 milliseconds