Searched refs:appendData (Results 1 – 8 of 8) sorted by relevance
62 virtual void SAL_CALL appendData(const OUString& arg) in appendData() function in DOM::CCDATASection65 CCharacterData::appendData(arg); in appendData()
57 virtual void SAL_CALL appendData(const OUString& arg) in appendData() function in DOM::CComment60 CCharacterData::appendData(arg); in appendData()
73 virtual void SAL_CALL appendData(const OUString& arg) in appendData() function in DOM::CText76 CCharacterData::appendData(arg); in appendData()
64 virtual void SAL_CALL appendData(const OUString& arg)
62 void SAL_CALL CCharacterData::appendData(const OUString& arg) in appendData() function in DOM::CCharacterData
181 [data appendData:[NSData dataWithBytes:(const void *)buffer length:bytesRead]];218 [data appendData:[NSData dataWithBytes:(const void *)buffer length:bytesRead]];
40 void appendData([in] string arg) raises (DOMException);
1396 xText.appendData("baz"); in testXText()1578 xCDS.appendData("baz"); in testXCDataSection()1752 xComment.appendData("baz"); in testXComment()
Completed in 32 milliseconds