Lines Matching refs:SAL_CALL

64         virtual void SAL_CALL appendData(const OUString& arg)
70 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count)
76 virtual OUString SAL_CALL getData() throw (RuntimeException);
82 virtual sal_Int32 SAL_CALL getLength() throw (RuntimeException);
87 virtual void SAL_CALL insertData(sal_Int32 offset, const OUString& arg)
94 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg)
100 virtual void SAL_CALL setData(const OUString& data)
106 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count)
110 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
115 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode()
120 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes()
125 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes()
130 virtual Reference< XNode > SAL_CALL getFirstChild() in getFirstChild()
135 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild()
140 virtual OUString SAL_CALL getLocalName() in getLocalName()
145 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI()
150 virtual Reference< XNode > SAL_CALL getNextSibling() in getNextSibling()
155 virtual OUString SAL_CALL getNodeName() in getNodeName()
160 virtual NodeType SAL_CALL getNodeType() in getNodeType()
165 virtual OUString SAL_CALL getNodeValue() in getNodeValue()
170 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument()
175 virtual Reference< XNode > SAL_CALL getParentNode() in getParentNode()
180 virtual OUString SAL_CALL getPrefix() in getPrefix()
185 virtual Reference< XNode > SAL_CALL getPreviousSibling() in getPreviousSibling()
190 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes()
195 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes()
200 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
206 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported()
211 virtual void SAL_CALL normalize() in normalize()
216 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
221 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
227 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue()
232 virtual void SAL_CALL setPrefix(const OUString& prefix) in setPrefix()