Home
last modified time | relevance | path

Searched refs:xComment (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java189 XComment xComment = xDoc.createComment("foo"); in testXDocument() local
190 assertNotNull("XDocument.createComment", xComment); in testXDocument()
503 XNode xRet = xDoc.insertBefore(xComment, xElemFooNs); in testXDocument()
507 xComment, xDoc.getFirstChild()); in testXDocument()
509 xDoc, xComment.getParentNode()); in testXDocument()
537 XNode xReplaced = xDoc.replaceChild(xPI, xComment); in testXDocument()
539 xReplaced, xComment); in testXDocument()
584 XComment xComment = xDoc.createComment("foo"); in testXDocumentFragment() local
705 XNode xRet = xDF.insertBefore(xComment, xElemFoo); in testXDocumentFragment()
709 xComment, xDF.getFirstChild()); in testXDocumentFragment()
[all …]
/AOO41X/main/oox/source/xls/
H A Dcommentsbuffer.cxx236 CommentRef xComment( new Comment( *this ) ); in createComment() local
237 maComments.push_back( xComment ); in createComment()
238 return xComment; in createComment()
/AOO41X/main/unoxml/source/dom/
H A Ddocument.cxx779 Reference< XComment > const xComment(xImportedNode, in lcl_ImportNode() local
782 xDocument->createComment(xComment->getData()); in lcl_ImportNode()
/AOO41X/main/sc/source/ui/vba/
H A Dvbarange.cxx2931 …uno::Reference< excel::XComment > xComment( new ScVbaComment( this, mxContext, getUnoModel(), mxRa… in getComment() local
2932 if ( !xComment->Text( uno::Any(), uno::Any(), uno::Any() ).getLength() ) in getComment()
2934 return xComment; in getComment()