Lines Matching refs:CNode
144 CNode::CNode(CDocument const& rDocument, ::osl::Mutex const& rMutex, in CNode() function in DOM::CNode
158 void CNode::invalidate() in invalidate()
171 CNode::~CNode() in ~CNode()
182 CNode *
183 CNode::GetImplementation(uno::Reference<uno::XInterface> const& xNode) in GetImplementation()
187 CNode *const pCNode( reinterpret_cast< CNode* >( in GetImplementation()
193 CDocument & CNode::GetOwnerDocument() in GetOwnerDocument()
276 void CNode::saxify(const Reference< XDocumentHandler >& i_xHandler) in saxify()
282 void CNode::fastSaxify(Context& io_rContext) in fastSaxify()
288 bool CNode::IsChildTypeAllowed(NodeType const /*nodeType*/) in IsChildTypeAllowed()
297 Reference< XNode > SAL_CALL CNode::appendChild( in appendChild()
305 CNode *const pNewChild(CNode::GetImplementation(xNewChild)); in appendChild()
371 ::rtl::Reference<CNode> const pNode = GetOwnerDocument().GetCNode(res); in appendChild()
402 Reference< XNode > SAL_CALL CNode::cloneNode(sal_Bool bDeep) in cloneNode()
410 ::rtl::Reference<CNode> const pNode = GetOwnerDocument().GetCNode( in cloneNode()
421 Reference< XNamedNodeMap > SAL_CALL CNode::getAttributes() in getAttributes()
431 Reference< XNodeList > SAL_CALL CNode::getChildNodes() in getChildNodes()
446 Reference< XNode > SAL_CALL CNode::getFirstChild() in getFirstChild()
462 Reference< XNode > SAL_CALL CNode::getLastChild() in getLastChild()
478 OUString SAL_CALL CNode::getLocalName() in getLocalName()
489 OUString SAL_CALL CNode::getNamespaceURI() in getNamespaceURI()
508 Reference< XNode > SAL_CALL CNode::getNextSibling() in getNextSibling()
524 OUString SAL_CALL CNode::getNodeName() in getNodeName()
552 NodeType SAL_CALL CNode::getNodeType() in getNodeType()
563 OUString SAL_CALL CNode::getNodeValue() in getNodeValue()
573 Reference< XDocument > SAL_CALL CNode::getOwnerDocument() in getOwnerDocument()
588 Reference< XNode > SAL_CALL CNode::getParentNode() in getParentNode()
604 OUString SAL_CALL CNode::getPrefix() in getPrefix()
625 Reference< XNode > SAL_CALL CNode::getPreviousSibling() in getPreviousSibling()
641 sal_Bool SAL_CALL CNode::hasAttributes() in hasAttributes()
652 sal_Bool SAL_CALL CNode::hasChildNodes() in hasChildNodes()
663 Reference< XNode > SAL_CALL CNode::insertBefore( in insertBefore()
682 CNode *const pNewNode(CNode::GetImplementation(newChild)); in insertBefore()
683 CNode *const pRefNode(CNode::GetImplementation(refChild)); in insertBefore()
743 sal_Bool SAL_CALL CNode::isSupported(const OUString& /*feature*/, const OUString& /*ver*/) in isSupported()
757 void SAL_CALL CNode::normalize() in normalize()
769 CNode::removeChild(const Reference< XNode >& xOldChild) in removeChild()
793 ::rtl::Reference<CNode> const pOld(CNode::GetImplementation(xOldChild)); in removeChild()
843 Reference< XNode > SAL_CALL CNode::replaceChild( in replaceChild()
869 ::rtl::Reference<CNode> const pOldNode( in replaceChild()
870 CNode::GetImplementation(xOldChild)); in replaceChild()
871 ::rtl::Reference<CNode> const pNewNode( in replaceChild()
872 CNode::GetImplementation(xNewChild)); in replaceChild()
947 void CNode::dispatchSubtreeModified() in dispatchSubtreeModified()
966 void SAL_CALL CNode::setNodeValue(const OUString& /*nodeValue*/) in setNodeValue()
979 void SAL_CALL CNode::setPrefix(const OUString& prefix) in setPrefix()
1003 void SAL_CALL CNode::addEventListener(const OUString& eventType, in addEventListener()
1015 void SAL_CALL CNode::removeEventListener(const OUString& eventType, in removeEventListener()
1027 sal_Bool SAL_CALL CNode::dispatchEvent(const Reference< XEvent >& evt) in dispatchEvent()
1046 CNode::getSomething(Sequence< ::sal_Int8 > const& rId) in getSomething()