Searched refs:CCharacterData (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/unoxml/source/dom/ |
| H A D | text.hxx | 46 typedef ::cppu::ImplInheritanceHelper1< CCharacterData, XText > CText_Base; 74 CCharacterData::appendData(arg); in appendData() 78 CCharacterData::deleteData(offset, count); in deleteData() 82 return CCharacterData::getData(); in getData() 86 return CCharacterData::getLength(); in getLength() 90 CCharacterData::insertData(offset, arg); in insertData() 94 CCharacterData::replaceData(offset, count, arg); in replaceData() 98 CCharacterData::setData(data); in setData() 102 return CCharacterData::subStringData(offset, count); in subStringData() 113 return CCharacterData::appendChild(newChild); in appendChild() [all …]
|
| H A D | comment.hxx | 39 typedef ::cppu::ImplInheritanceHelper1< CCharacterData, XComment > 59 CCharacterData::appendData(arg); in appendData() 63 CCharacterData::deleteData(offset, count); in deleteData() 67 return CCharacterData::getData(); in getData() 71 return CCharacterData::getLength(); in getLength() 75 CCharacterData::insertData(offset, arg); in insertData() 79 CCharacterData::replaceData(offset, count, arg); in replaceData() 83 CCharacterData::setData(data); in setData() 87 return CCharacterData::subStringData(offset, count); in subStringData() 98 return CCharacterData::appendChild(newChild); in appendChild() [all …]
|
| H A D | characterdata.cxx | 38 CCharacterData::CCharacterData( in CCharacterData() function in DOM::CCharacterData 45 void CCharacterData::dispatchEvent_Impl( in dispatchEvent_Impl() 62 void SAL_CALL CCharacterData::appendData(const OUString& arg) in appendData() 80 void SAL_CALL CCharacterData::deleteData(sal_Int32 offset, sal_Int32 count) in deleteData() 114 OUString SAL_CALL CCharacterData::getData() in getData() 134 sal_Int32 SAL_CALL CCharacterData::getLength() in getLength() 150 void SAL_CALL CCharacterData::insertData(sal_Int32 offset, const OUString& arg) in insertData() 184 … void SAL_CALL CCharacterData::replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData() 218 void SAL_CALL CCharacterData::setData(const OUString& data) in setData() 236 OUString SAL_CALL CCharacterData::subStringData(sal_Int32 offset, sal_Int32 count) in subStringData()
|
| H A D | cdatasection.hxx | 63 CCharacterData::appendData(arg); in appendData() 67 CCharacterData::deleteData(offset, count); in deleteData() 71 return CCharacterData::getData(); in getData() 75 return CCharacterData::getLength(); in getLength() 79 CCharacterData::insertData(offset, arg); in insertData() 83 CCharacterData::replaceData(offset, count, arg); in replaceData() 87 CCharacterData::setData(data); in setData() 91 return CCharacterData::subStringData(offset, count); in subStringData()
|
| H A D | characterdata.hxx | 49 class CCharacterData class 54 CCharacterData(CDocument const& rDocument, ::osl::Mutex const& rMutex,
|
| H A D | comment.cxx | 53 return CCharacterData::getData(); in getNodeValue()
|
| H A D | cdatasection.cxx | 56 return CCharacterData::getData(); in getNodeValue()
|