Searched refs:CAttr (Results 1 – 5 of 5) sorted by relevance
38 CAttr::CAttr(CDocument const& rDocument, ::osl::Mutex const& rMutex, in CAttr() function in DOM::CAttr46 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 …]
245 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()
49 class CAttr class60 CAttr(CDocument const& rDocument, ::osl::Mutex const& rMutex,
546 CAttr *const pCAttr = dynamic_cast<CAttr*>( in setAttributeNode_Impl_Lock()
341 CAttr *const pCAttr(dynamic_cast<CAttr *>(pNewChild)); in appendChild()
Completed in 42 milliseconds