Searched refs:replaceData (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/unoxml/source/dom/ |
| H A D | comment.hxx | 77 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData() function in DOM::CComment 79 CCharacterData::replaceData(offset, count, arg); in replaceData()
|
| H A D | text.hxx | 92 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData() function in DOM::CText 94 CCharacterData::replaceData(offset, count, arg); in replaceData()
|
| H A D | cdatasection.hxx | 81 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData() function in DOM::CCDATASection 83 CCharacterData::replaceData(offset, count, arg); in replaceData()
|
| H A D | characterdata.hxx | 91 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg);
|
| H A D | characterdata.cxx | 184 … void SAL_CALL CCharacterData::replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData() function in DOM::CCharacterData
|
| /trunk/main/unoxml/qa/complex/unoxml/ |
| H A D | DOMTest.java | 1419 xText.replaceData(999,999,"x"); in testXText() 1425 xText.replaceData(3, 3, "foo"); in testXText() 1602 xCDS.replaceData(999,999,"x"); in testXCDataSection() 1608 xCDS.replaceData(3, 3, "foo"); in testXCDataSection() 1776 xComment.replaceData(999,999,"x"); in testXComment() 1782 xComment.replaceData(3, 3, "foo"); in testXComment()
|
| /trunk/main/offapi/com/sun/star/xml/dom/ |
| H A D | XCharacterData.idl | 85 void replaceData([in] long offset, [in] long count, [in] string arg) raises (DOMException);
|