Home
last modified time | relevance | path

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

/aoo4110/main/unoxml/source/dom/
H A Dattr.cxx38 CAttr::CAttr(CDocument const& rDocument, ::osl::Mutex const& rMutex, in CAttr() function in DOM::CAttr
46 xmlNsPtr CAttr::GetNamespace(xmlNodePtr const pNode) in GetNamespace()
69 bool CAttr::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed()
80 OUString SAL_CALL CAttr::getNodeName() in getNodeName()
85 OUString SAL_CALL CAttr::getNodeValue() in getNodeValue()
90 OUString SAL_CALL CAttr::getLocalName() in getLocalName()
138 sal_Bool SAL_CALL CAttr::getSpecified() in getSpecified()
149 OUString SAL_CALL CAttr::getValue() in getValue()
170 void SAL_CALL CAttr::setValue(const OUString& value) in setValue()
234 OUString SAL_CALL CAttr::getPrefix() in getPrefix()
[all …]
H A Ddocument.cxx245 pCNode = static_cast< CNode* >(new CAttr(*this, m_Mutex, in GetCNode()
439 ::rtl::Reference< CAttr > const pCAttr( in createAttribute()
440 dynamic_cast< CAttr* >(GetCNode( in createAttribute()
471 ::rtl::Reference< CAttr > const pCAttr( in createAttributeNS()
472 dynamic_cast< CAttr* >(GetCNode( in createAttributeNS()
H A Dattr.hxx49 class CAttr class
60 CAttr(CDocument const& rDocument, ::osl::Mutex const& rMutex,
H A Delement.cxx546 CAttr *const pCAttr = dynamic_cast<CAttr*>( in setAttributeNode_Impl_Lock()
H A Dnode.cxx341 CAttr *const pCAttr(dynamic_cast<CAttr *>(pNewChild)); in appendChild()

Completed in 41 milliseconds