Lines Matching refs:SAL_CALL

68 	     virtual Reference< XText > SAL_CALL splitText(sal_Int32 offset)
73 virtual void SAL_CALL appendData(const OUString& arg) in appendData()
78 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count) in deleteData()
83 virtual OUString SAL_CALL getData() throw (RuntimeException) in getData()
87 virtual sal_Int32 SAL_CALL getLength() throw (RuntimeException) in getLength()
91 virtual void SAL_CALL insertData(sal_Int32 offset, const OUString& arg) in insertData()
96 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData()
101 virtual void SAL_CALL setData(const OUString& data) in setData()
106 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count) in subStringData()
114 virtual OUString SAL_CALL getNodeName()
119 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild()
124 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode()
129 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes()
134 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes()
139 virtual Reference< XNode > SAL_CALL getFirstChild() in getFirstChild()
144 virtual Reference< XNode > SAL_CALL getLastChild() in getLastChild()
149 virtual OUString SAL_CALL getLocalName() in getLocalName()
154 virtual OUString SAL_CALL getNamespaceURI() in getNamespaceURI()
159 virtual Reference< XNode > SAL_CALL getNextSibling() in getNextSibling()
164 virtual NodeType SAL_CALL getNodeType() in getNodeType()
169 virtual OUString SAL_CALL getNodeValue() throw (RuntimeException) in getNodeValue()
173 virtual Reference< XDocument > SAL_CALL getOwnerDocument() in getOwnerDocument()
178 virtual Reference< XNode > SAL_CALL getParentNode() in getParentNode()
183 virtual OUString SAL_CALL getPrefix() in getPrefix()
188 virtual Reference< XNode > SAL_CALL getPreviousSibling() in getPreviousSibling()
193 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes()
198 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes()
203 virtual Reference< XNode > SAL_CALL insertBefore( in insertBefore()
209 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported()
214 virtual void SAL_CALL normalize() in normalize()
219 virtual Reference< XNode > SAL_CALL removeChild(const Reference< XNode >& oldChild) in removeChild()
224 virtual Reference< XNode > SAL_CALL replaceChild( in replaceChild()
230 virtual void SAL_CALL setNodeValue(const OUString& nodeValue) in setNodeValue()
235 virtual void SAL_CALL setPrefix(const OUString& prefix) in setPrefix()