Lines Matching refs:SAL_CALL

59         virtual OUString SAL_CALL getPublicId() throw (RuntimeException);
64 virtual OUString SAL_CALL getSystemId() throw (RuntimeException);
68 virtual OUString SAL_CALL getNodeName()
70 virtual OUString SAL_CALL getNodeValue()
73 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
78 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode()
83 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes()
88 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes()
93 virtual Reference< XNode > SAL_CALL getFirstChild() in getFirstChild()
98 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild()
103 virtual OUString SAL_CALL getLocalName() in getLocalName()
108 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI()
113 virtual Reference< XNode > SAL_CALL getNextSibling() in getNextSibling()
118 virtual NodeType SAL_CALL getNodeType() in getNodeType()
123 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument()
128 virtual Reference< XNode > SAL_CALL getParentNode() in getParentNode()
133 virtual OUString SAL_CALL getPrefix() in getPrefix()
138 virtual Reference< XNode > SAL_CALL getPreviousSibling() in getPreviousSibling()
143 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes()
148 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes()
153 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
159 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported()
164 virtual void SAL_CALL normalize() in normalize()
169 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
174 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
180 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue()
185 virtual void SAL_CALL setPrefix(const OUString& prefix) in setPrefix()