Searched refs:xComment (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 539 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 …]
|
/aoo4110/main/oox/source/xls/ |
H A D | commentsbuffer.cxx | 236 CommentRef xComment( new Comment( *this ) ); in createComment() local 237 maComments.push_back( xComment ); in createComment() 238 return xComment; in createComment()
|
/aoo4110/main/unoxml/source/dom/ |
H A D | document.cxx | 779 Reference< XComment > const xComment(xImportedNode, in lcl_ImportNode() local 782 xDocument->createComment(xComment->getData()); in lcl_ImportNode()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 2931 …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 71 milliseconds