Home
last modified time | relevance | path

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

/AOO42X/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()
108 strlen((char*)m_aAttrPtr->name), RTL_TEXTENCODING_UTF8); 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()
154 if ((0 == m_aNodePtr) || (0 == m_aAttrPtr)) { in getValue()
157 if (0 == m_aAttrPtr->children) { in getValue()
160 char const*const pContent((m_aAttrPtr->children) in getValue()
[all …]
H A Dattr.hxx56 xmlAttrPtr m_aAttrPtr; member in DOM::CAttr