Lines Matching refs:SAL_CALL

72         virtual OUString SAL_CALL getName() throw (RuntimeException);
78 virtual Reference< XElement > SAL_CALL getOwnerElement() throw (RuntimeException);
84 virtual sal_Bool SAL_CALL getSpecified()throw (RuntimeException);
89 virtual OUString SAL_CALL getValue() throw (RuntimeException);
95 … virtual void SAL_CALL setValue(const OUString& value) throw (RuntimeException, DOMException);
99 virtual OUString SAL_CALL getNodeName()
101 virtual OUString SAL_CALL getNodeValue()
103 virtual OUString SAL_CALL getLocalName()
107 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
112 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode()
117 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes()
122 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes()
127 virtual Reference< XNode > SAL_CALL getFirstChild() in getFirstChild()
132 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild()
137 virtual OUString SAL_CALL getNamespaceURI()
139 virtual Reference< XNode > SAL_CALL getNextSibling() in getNextSibling()
144 virtual NodeType SAL_CALL getNodeType() in getNodeType()
149 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument()
154 virtual Reference< XNode > SAL_CALL getParentNode() in getParentNode()
159 virtual OUString SAL_CALL getPrefix()
161 virtual Reference< XNode > SAL_CALL getPreviousSibling() in getPreviousSibling()
166 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes()
171 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes()
176 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
182 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported()
187 virtual void SAL_CALL normalize() in normalize()
192 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
197 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
203 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue()
208 virtual void SAL_CALL setPrefix(const OUString& prefix)