Lines Matching refs:SAL_CALL

62         virtual OUString SAL_CALL getData() throw (RuntimeException);
67 virtual OUString SAL_CALL getTarget() throw (RuntimeException);
72 virtual void SAL_CALL setData(const OUString& data) throw (RuntimeException, DOMException);
76 virtual OUString SAL_CALL getNodeName()
78 virtual OUString SAL_CALL getNodeValue()
80 virtual void SAL_CALL setNodeValue(OUString const& rNodeValue)
84 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
89 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode()
94 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes()
99 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes()
104 virtual Reference< XNode > SAL_CALL getFirstChild() in getFirstChild()
109 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild()
114 virtual OUString SAL_CALL getLocalName() in getLocalName()
119 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI()
124 virtual Reference< XNode > SAL_CALL getNextSibling() in getNextSibling()
129 virtual NodeType SAL_CALL getNodeType() in getNodeType()
134 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument()
139 virtual Reference< XNode > SAL_CALL getParentNode() in getParentNode()
144 virtual OUString SAL_CALL getPrefix() in getPrefix()
149 virtual Reference< XNode > SAL_CALL getPreviousSibling() in getPreviousSibling()
154 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes()
159 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes()
164 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
170 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported()
175 virtual void SAL_CALL normalize() in normalize()
180 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
185 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
191 virtual void SAL_CALL setPrefix(const OUString& prefix) in setPrefix()