Home
last modified time | relevance | path

Searched refs:appendData (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/unoxml/source/dom/
H A Dcdatasection.hxx62 virtual void SAL_CALL appendData(const OUString& arg) in appendData() function in DOM::CCDATASection
65 CCharacterData::appendData(arg); in appendData()
H A Dcomment.hxx57 virtual void SAL_CALL appendData(const OUString& arg) in appendData() function in DOM::CComment
60 CCharacterData::appendData(arg); in appendData()
H A Dtext.hxx73 virtual void SAL_CALL appendData(const OUString& arg) in appendData() function in DOM::CText
76 CCharacterData::appendData(arg); in appendData()
H A Dcharacterdata.hxx64 virtual void SAL_CALL appendData(const OUString& arg)
H A Dcharacterdata.cxx62 void SAL_CALL CCharacterData::appendData(const OUString& arg) in appendData() function in DOM::CCharacterData
/aoo4110/main/extensions/source/macosx/spotlight/
H A DOOoSpotlightImporter.m181 [data appendData:[NSData dataWithBytes:(const void *)buffer length:bytesRead]];
218 [data appendData:[NSData dataWithBytes:(const void *)buffer length:bytesRead]];
/aoo4110/main/offapi/com/sun/star/xml/dom/
H A DXCharacterData.idl40 void appendData([in] string arg) raises (DOMException);
/aoo4110/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java1396 xText.appendData("baz"); in testXText()
1578 xCDS.appendData("baz"); in testXCDataSection()
1752 xComment.appendData("baz"); in testXComment()

Completed in 49 milliseconds