Lines Matching refs:SAL_CALL

57         virtual void SAL_CALL appendData(const OUString& arg)  in appendData()
62 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count) in deleteData()
67 virtual OUString SAL_CALL getData() throw (RuntimeException) in getData()
71 virtual sal_Int32 SAL_CALL getLength() throw (RuntimeException) in getLength()
75 virtual void SAL_CALL insertData(sal_Int32 offset, const OUString& arg) in insertData()
80 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData()
85 virtual void SAL_CALL setData(const OUString& data) in setData()
90 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count) in subStringData()
98 virtual OUString SAL_CALL getNodeName()
100 virtual OUString SAL_CALL getNodeValue()
104 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
109 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode()
114 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes()
119 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes()
124 virtual Reference< XNode > SAL_CALL getFirstChild() in getFirstChild()
129 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild()
134 virtual OUString SAL_CALL getLocalName() in getLocalName()
139 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI()
144 virtual Reference< XNode > SAL_CALL getNextSibling() in getNextSibling()
149 virtual NodeType SAL_CALL getNodeType() in getNodeType()
154 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument()
159 virtual Reference< XNode > SAL_CALL getParentNode() in getParentNode()
164 virtual OUString SAL_CALL getPrefix() in getPrefix()
169 virtual Reference< XNode > SAL_CALL getPreviousSibling() in getPreviousSibling()
174 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes()
179 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes()
184 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
190 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported()
195 virtual void SAL_CALL normalize() in normalize()
200 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
205 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
211 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue()
216 virtual void SAL_CALL setPrefix(const OUString& prefix) in setPrefix()