Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java539 xReplaced, xComment); in testXDocument()
741 xReplaced, xComment); in testXDocumentFragment()
752 xDF.removeChild(xComment); in testXDocumentFragment()
1747 assertNotNull(xComment); in testXComment()
1752 xComment.appendData("baz"); in testXComment()
1762 xComment.deleteData(0, 3); in testXComment()
1772 xComment.insertData(1, "arb"); in testXComment()
1785 xComment.setData("quux"); in testXComment()
1859 xComment.normalize(); in testXComment()
1861 xComment.setNodeValue("42"); in testXComment()
[all …]
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 64 milliseconds