Searched refs:pCAttr (Results 1 – 3 of 3) sorted by relevance
439 ::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()
546 CAttr *const pCAttr = dynamic_cast<CAttr*>( in setAttributeNode_Impl_Lock() local548 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()
341 CAttr *const pCAttr(dynamic_cast<CAttr *>(pNewChild)); in appendChild() local342 if (!pCAttr) { throw RuntimeException(); } in appendChild()343 xmlNsPtr const pNs( pCAttr->GetNamespace(m_aNodePtr) ); in appendChild()
Completed in 43 milliseconds