Searched refs:XComment (Results 1 – 17 of 17) sorted by relevance
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbacomment.hxx | 38 typedef InheritedHelperInterfaceImpl1< ov::excel::XComment > ScVbaComment_BASE; 49 …css::uno::Reference< ov::excel::XComment > SAL_CALL getCommentByIndex( sal_Int32 Index ) throw (cs… 68 …virtual css::uno::Reference< ov::excel::XComment > SAL_CALL Next() throw (css::uno::RuntimeExcepti… 69 …virtual css::uno::Reference< ov::excel::XComment > SAL_CALL Previous() throw (css::uno::RuntimeExc…
|
H A D | vbacomment.cxx | 103 uno::Reference< excel::XComment > SAL_CALL 110 …return uno::Reference< excel::XComment > ( xColl->Item( uno::makeAny( Index ), uno::Any() ), uno::… in getCommentByIndex() 156 uno::Reference< excel::XComment > SAL_CALL 163 uno::Reference< excel::XComment > SAL_CALL
|
H A D | vbacomments.cxx | 40 return uno::makeAny( uno::Reference< excel::XComment > ( in AnnotationToComment() 92 return excel::XComment::static_type(0); in getElementType()
|
H A D | vbarange.hxx | 184 …virtual css::uno::Reference< ov::excel::XComment > SAL_CALL getComment() throw (css::uno::RuntimeE… 206 …virtual css::uno::Reference< ov::excel::XComment > SAL_CALL AddComment( const css::uno::Any& Text …
|
H A D | vbarange.cxx | 2902 uno::Reference< excel::XComment > SAL_CALL 2926 uno::Reference< excel::XComment > SAL_CALL 2931 …uno::Reference< excel::XComment > xComment( new ScVbaComment( this, mxContext, getUnoModel(), mxRa… in getComment()
|
/aoo42x/main/oovbaapi/ooo/vba/excel/ |
H A D | XComment.idl | 35 interface XComment 44 XComment Next(); 45 XComment Previous();
|
H A D | XRange.idl | 60 interface XComment; 86 [attribute, readonly] XComment Comment; 102 XComment AddComment( [in] any Text );
|
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 189 XComment xComment = xDoc.createComment("foo"); in testXDocument() 584 XComment xComment = xDoc.createComment("foo"); in testXDocumentFragment() 938 XComment xComment = xDoc.createComment("foo"); in testXElement() 1746 XComment xComment = xDoc.createComment("foo"); in testXComment() 1803 XComment xCommentClone = in testXComment() 1804 UnoRuntime.queryInterface(XComment.class, xCommentCloneN); in testXComment() 1812 XComment xCommentClone = in testXComment() 1872 XComment xComment2 = xDoc.createComment("foobar"); in testXComment() 1873 XComment xComment3 = xDoc.createComment("foobar"); in testXComment() 1928 XComment xComment = xDoc.createComment("foo"); in testXEntityReference() [all …]
|
/aoo42x/main/unoxml/source/dom/ |
H A D | document.cxx | 501 Reference< XComment > SAL_CALL CDocument::createComment(const OUString& data) in createComment() 509 Reference< XComment > const xRet( in createComment() 779 Reference< XComment > const xComment(xImportedNode, in lcl_ImportNode() 781 Reference< XComment > const xNewComment = in lcl_ImportNode()
|
H A D | comment.hxx | 39 typedef ::cppu::ImplInheritanceHelper1< CCharacterData, XComment >
|
H A D | document.hxx | 153 virtual Reference< XComment > SAL_CALL createComment(const OUString& data)
|
/aoo42x/main/xmloff/source/core/ |
H A D | DomExport.cxx | 77 virtual void comment( const Reference<XComment>& ) {} in comment() argument 104 rVisitor.comment( Reference<XComment>( xNode, UNO_QUERY_THROW ) ); in visitNode()
|
/aoo42x/main/offapi/com/sun/star/xml/dom/ |
H A D | XDocument.idl | 37 #include <com/sun/star/xml/dom/XComment.idl> 91 XComment createComment([in] string data);
|
H A D | XComment.idl | 34 interface XComment: XCharacterData
|
/aoo42x/main/oovbaapi/ |
H A D | ttt.diff | 290 + oovbaapi/ooo/vba/excel/XComment.idl \
|
H A D | UnoApi_oovbaapi.mk | 96 oovbaapi/ooo/vba/excel/XComment \
|
/aoo42x/main/offapi/ |
H A D | UnoApi_offapi.mk | 3694 offapi/com/sun/star/xml/dom/XComment \
|
Completed in 106 milliseconds