Home
last modified time | relevance | path

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

/aoo41x/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java186 XCDATASection xCDS = xDoc.createCDATASection("foo"); in testXDocument()
1554 XCDATASection xCDS = xDoc.createCDATASection("foobar"); in testXCDataSection()
1629 XCDATASection xCDSClone = in testXCDataSection()
1630 UnoRuntime.queryInterface(XCDATASection.class, xCDSCloneN); in testXCDataSection()
1638 XCDATASection xCDSClone = in testXCDataSection()
1639 UnoRuntime.queryInterface(XCDATASection.class, xCDSCloneN); in testXCDataSection()
1699 XCDATASection xCDS2 = xDoc.createCDATASection("foobar"); in testXCDataSection()
1700 XCDATASection xCDS3 = xDoc.createCDATASection("foobar"); in testXCDataSection()
2790 public XCDATASection createCDATASection(String s) throws DOMException { in createCDATASection()
/aoo41x/main/unoxml/source/dom/
H A Ddocument.cxx483 Reference< XCDATASection > SAL_CALL CDocument::createCDATASection(const OUString& data) in createCDATASection()
494 Reference< XCDATASection > const xRet( in createCDATASection()
770 Reference< XCDATASection > const xCData(xImportedNode, in lcl_ImportNode()
772 Reference< XCDATASection > const xNewCData = in lcl_ImportNode()
H A Dcdatasection.hxx39 typedef ::cppu::ImplInheritanceHelper1< CText, XCDATASection >
H A Ddocument.hxx147 virtual Reference< XCDATASection > SAL_CALL createCDATASection(const OUString& data)
/aoo41x/main/xmloff/source/core/
H A DDomExport.cxx76 virtual void cdata( const Reference<XCDATASection>& ) {} in cdata() argument
101 rVisitor.cdata( Reference<XCDATASection>( xNode, UNO_QUERY_THROW ) ); in visitNode()
/aoo41x/main/offapi/com/sun/star/xml/dom/
H A DXDocument.idl34 #include <com/sun/star/xml/dom/XCDATASection.idl>
86 XCDATASection createCDATASection([in] string data) raises (DOMException);
H A Dmakefile.mk44 XCDATASection.idl \
H A DXCDATASection.idl33 interface XCDATASection: XText

Completed in 153 milliseconds