Lines Matching refs:SAL_CALL

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