Home
last modified time | relevance | path

Searched refs:pCAttr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Ddocument.cxx439 ::rtl::Reference< CAttr > const pCAttr( in createAttribute()
442 pCAttr->m_bUnlinked = true; in createAttribute()
443 return pCAttr.get(); in createAttribute()
471 ::rtl::Reference< CAttr > const pCAttr( in createAttributeNS()
474 if (!pCAttr.is()) { throw RuntimeException(); } in createAttributeNS()
476 pCAttr->m_pNamespace.reset( new stringpair_t(oUri, oPrefix) ); in createAttributeNS()
477 pCAttr->m_bUnlinked = true; in createAttributeNS()
479 return pCAttr.get(); in createAttributeNS()
H A Delement.cxx546 CAttr *const pCAttr = dynamic_cast<CAttr*>( in setAttributeNode_Impl_Lock() local
548 if (!pCAttr) { throw RuntimeException(); } in setAttributeNode_Impl_Lock()
550 reinterpret_cast<xmlAttrPtr>(pCAttr->GetNodePtr()); in setAttributeNode_Impl_Lock()
565 xmlNsPtr const pNs( pCAttr->GetNamespace(m_aNodePtr) ); in setAttributeNode_Impl_Lock()
H A Dnode.cxx341 CAttr *const pCAttr(dynamic_cast<CAttr *>(pNewChild)); in appendChild() local
342 if (!pCAttr) { throw RuntimeException(); } in appendChild()
343 xmlNsPtr const pNs( pCAttr->GetNamespace(m_aNodePtr) ); in appendChild()

Completed in 33 milliseconds