| /AOO41X/main/unoxml/source/dom/ |
| H A D | node.cxx | 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() [all …]
|
| H A D | notation.hxx | 41 typedef cppu::ImplInheritanceHelper1< CNode, XNotation > CNotation_Base; 76 return CNode::appendChild(newChild); in appendChild() 81 return CNode::cloneNode(deep); in cloneNode() 86 return CNode::getAttributes(); in getAttributes() 91 return CNode::getChildNodes(); in getChildNodes() 96 return CNode::getFirstChild(); in getFirstChild() 101 return CNode::getLastChild(); in getLastChild() 106 return CNode::getLocalName(); in getLocalName() 111 return CNode::getNamespaceURI(); in getNamespaceURI() 116 return CNode::getNextSibling(); in getNextSibling() [all …]
|
| H A D | entityreference.hxx | 41 typedef ::cppu::ImplInheritanceHelper1< CNode, XEntityReference > 68 return CNode::appendChild(newChild); in appendChild() 73 return CNode::cloneNode(deep); in cloneNode() 78 return CNode::getAttributes(); in getAttributes() 83 return CNode::getChildNodes(); in getChildNodes() 88 return CNode::getFirstChild(); in getFirstChild() 93 return CNode::getLastChild(); in getLastChild() 98 return CNode::getLocalName(); in getLocalName() 103 return CNode::getNamespaceURI(); in getNamespaceURI() 108 return CNode::getNextSibling(); in getNextSibling() [all …]
|
| H A D | documentfragment.hxx | 39 typedef ::cppu::ImplInheritanceHelper1< CNode, XDocumentFragment > 66 return CNode::appendChild(newChild); in appendChild() 71 return CNode::cloneNode(deep); in cloneNode() 76 return CNode::getAttributes(); in getAttributes() 81 return CNode::getChildNodes(); in getChildNodes() 86 return CNode::getFirstChild(); in getFirstChild() 91 return CNode::getLastChild(); in getLastChild() 96 return CNode::getLocalName(); in getLocalName() 101 return CNode::getNamespaceURI(); in getNamespaceURI() 106 return CNode::getNextSibling(); in getNextSibling() [all …]
|
| H A D | documenttype.hxx | 45 typedef ::cppu::ImplInheritanceHelper1< CNode, XDocumentType > 104 return CNode::appendChild(newChild); in appendChild() 109 return CNode::cloneNode(deep); in cloneNode() 114 return CNode::getAttributes(); in getAttributes() 119 return CNode::getChildNodes(); in getChildNodes() 124 return CNode::getFirstChild(); in getFirstChild() 129 return CNode::getLastChild(); in getLastChild() 134 return CNode::getLocalName(); in getLocalName() 139 return CNode::getNamespaceURI(); in getNamespaceURI() 144 return CNode::getNextSibling(); in getNextSibling() [all …]
|
| H A D | entity.hxx | 44 typedef ::cppu::ImplInheritanceHelper1< CNode, XEntity > CEntity_Base; 87 return CNode::appendChild(newChild); in appendChild() 92 return CNode::cloneNode(deep); in cloneNode() 97 return CNode::getAttributes(); in getAttributes() 102 return CNode::getChildNodes(); in getChildNodes() 107 return CNode::getFirstChild(); in getFirstChild() 112 return CNode::getLastChild(); in getLastChild() 117 return CNode::getLocalName(); in getLocalName() 122 return CNode::getNamespaceURI(); in getNamespaceURI() 127 return CNode::getNextSibling(); in getNextSibling() [all …]
|
| H A D | characterdata.hxx | 46 typedef ::cppu::ImplInheritanceHelper1< CNode, XCharacterData > 113 return CNode::appendChild(newChild); in appendChild() 118 return CNode::cloneNode(deep); in cloneNode() 123 return CNode::getAttributes(); in getAttributes() 128 return CNode::getChildNodes(); in getChildNodes() 133 return CNode::getFirstChild(); in getFirstChild() 138 return CNode::getLastChild(); in getLastChild() 143 return CNode::getLocalName(); in getLocalName() 148 return CNode::getNamespaceURI(); in getNamespaceURI() 153 return CNode::getNextSibling(); in getNextSibling() [all …]
|
| H A D | processinginstruction.hxx | 41 typedef ::cppu::ImplInheritanceHelper1< CNode, XProcessingInstruction > 87 return CNode::appendChild(newChild); in appendChild() 92 return CNode::cloneNode(deep); in cloneNode() 97 return CNode::getAttributes(); in getAttributes() 102 return CNode::getChildNodes(); in getChildNodes() 107 return CNode::getFirstChild(); in getFirstChild() 112 return CNode::getLastChild(); in getLastChild() 117 return CNode::getLocalName(); in getLocalName() 122 return CNode::getNamespaceURI(); in getNamespaceURI() 127 return CNode::getNextSibling(); in getNextSibling() [all …]
|
| H A D | document.hxx | 74 CNode, XDocument, XDocumentEvent, 97 ::std::pair< WeakReference<XNode>, CNode* > > nodemap_t; 119 ::rtl::Reference<CNode> GetCNode( 122 void RemoveCNode(xmlNodePtr const pNode, CNode const*const pCNode); 269 return CNode::appendChild(newChild); in appendChild() 274 return CNode::getAttributes(); in getAttributes() 279 return CNode::getChildNodes(); in getChildNodes() 284 return CNode::getFirstChild(); in getFirstChild() 289 return CNode::getLastChild(); in getLastChild() 294 return CNode::getLocalName(); in getLocalName() [all …]
|
| H A D | cdatasection.hxx | 112 return CNode::appendChild(newChild); in appendChild() 117 return CNode::cloneNode(deep); in cloneNode() 122 return CNode::getAttributes(); in getAttributes() 127 return CNode::getChildNodes(); in getChildNodes() 132 return CNode::getFirstChild(); in getFirstChild() 137 return CNode::getLastChild(); in getLastChild() 142 return CNode::getLocalName(); in getLocalName() 147 return CNode::getNamespaceURI(); in getNamespaceURI() 152 return CNode::getNextSibling(); in getNextSibling() 157 return CNode::getNodeType(); in getNodeType() [all …]
|
| H A D | element.hxx | 44 typedef ::cppu::ImplInheritanceHelper1<CNode, XElement > CElement_Base; 192 return CNode::appendChild(newChild); in appendChild() 197 return CNode::cloneNode(deep); in cloneNode() 202 return CNode::getChildNodes(); in getChildNodes() 207 return CNode::getFirstChild(); in getFirstChild() 212 return CNode::getLastChild(); in getLastChild() 217 return CNode::getNamespaceURI(); in getNamespaceURI() 222 return CNode::getNextSibling(); in getNextSibling() 227 return CNode::getNodeType(); in getNodeType() 232 return CNode::getOwnerDocument(); in getOwnerDocument() [all …]
|
| H A D | attr.hxx | 47 typedef ::cppu::ImplInheritanceHelper1< CNode, XAttr > CAttr_Base; 110 return CNode::appendChild(newChild); in appendChild() 115 return CNode::cloneNode(deep); in cloneNode() 120 return CNode::getAttributes(); in getAttributes() 125 return CNode::getChildNodes(); in getChildNodes() 130 return CNode::getFirstChild(); in getFirstChild() 135 return CNode::getLastChild(); in getLastChild() 142 return CNode::getNextSibling(); in getNextSibling() 147 return CNode::getNodeType(); in getNodeType() 152 return CNode::getOwnerDocument(); in getOwnerDocument() [all …]
|
| H A D | document.cxx | 135 CDocument::RemoveCNode(xmlNodePtr const pNode, CNode const*const pCNode) in RemoveCNode() 147 CNode *const pCurrent = i->second.second; in RemoveCNode() 158 ::rtl::Reference<CNode> 171 ::rtl::Reference<CNode> ret(i->second.second); in GetCNode() 182 ::rtl::Reference<CNode> pCNode; in GetCNode() 187 pCNode = static_cast< CNode* >( in GetCNode() 192 pCNode = static_cast< CNode* >( in GetCNode() 197 pCNode = static_cast< CNode* >( in GetCNode() 202 pCNode = static_cast< CNode* >( in GetCNode() 207 pCNode = static_cast< CNode* >(new CEntity(*this, m_Mutex, in GetCNode() [all …]
|
| H A D | element.cxx | 78 ::rtl::Reference<CNode> const pNode = GetOwnerDocument().GetCNode( in saxify() 97 ::rtl::Reference<CNode> const pNode( in saxify() 115 ::rtl::Reference<CNode> const pNode = GetOwnerDocument().GetCNode( in fastSaxify() 179 ::rtl::Reference<CNode> const pNode( in fastSaxify() 435 ::rtl::Reference<CNode> const pCNode(GetOwnerDocument().GetCNode( in removeAttribute() 465 ::rtl::Reference<CNode> const pCNode(GetOwnerDocument().GetCNode( in removeAttributeNS() 486 ::rtl::Reference<CNode> const pCNode( in removeAttributeNode() 487 CNode::GetImplementation(Reference<XNode>(oldAttr.get()))); in removeAttributeNode() 547 CNode::GetImplementation(xNewAttr)); in setAttributeNode_Impl_Lock()
|
| H A D | node.hxx | 112 class CNode : public cppu::WeakImplHelper3< XNode, XUnoTunnel, XEventTarget > class 130 CNode(CDocument const& rDocument, ::osl::Mutex const& rMutex, 138 virtual ~CNode(); 140 static CNode * GetImplementation(::com::sun::star::uno::Reference<
|
| H A D | childlist.hxx | 43 class CNode; 49 ::rtl::Reference<CNode> const m_pNode; 53 CChildList(::rtl::Reference<CNode> const& pBase,
|
| H A D | attr.cxx | 230 CNode::setPrefix(prefix); in setPrefix() 247 return CNode::getPrefix(); in getPrefix() 264 return CNode::getNamespaceURI(); in getNamespaceURI()
|
| H A D | childlist.cxx | 34 CChildList::CChildList(::rtl::Reference<CNode> const& pBase, in CChildList()
|
| /AOO41X/main/unoxml/source/xpath/ |
| H A D | xpathapi.cxx | 152 DOM::CNode *const pCNode(DOM::CNode::GetImplementation(xNamespaceNode)); in lcl_collectNamespaces() 362 dynamic_cast<DOM::CDocument*>( DOM::CNode::GetImplementation( in eval() 366 DOM::CNode *const pCNode = DOM::CNode::GetImplementation(xContextNode); in eval()
|