Home
last modified time | relevance | path

Searched refs:XComment (Results 1 – 17 of 17) sorted by relevance

/aoo42x/main/sc/source/ui/vba/
H A Dvbacomment.hxx38 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 Dvbacomment.cxx103 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 Dvbacomments.cxx40 return uno::makeAny( uno::Reference< excel::XComment > ( in AnnotationToComment()
92 return excel::XComment::static_type(0); in getElementType()
H A Dvbarange.hxx184 …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 Dvbarange.cxx2902 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 DXComment.idl35 interface XComment
44 XComment Next();
45 XComment Previous();
H A DXRange.idl60 interface XComment;
86 [attribute, readonly] XComment Comment;
102 XComment AddComment( [in] any Text );
/aoo42x/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java189 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 Ddocument.cxx501 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 Dcomment.hxx39 typedef ::cppu::ImplInheritanceHelper1< CCharacterData, XComment >
H A Ddocument.hxx153 virtual Reference< XComment > SAL_CALL createComment(const OUString& data)
/aoo42x/main/xmloff/source/core/
H A DDomExport.cxx77 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 DXDocument.idl37 #include <com/sun/star/xml/dom/XComment.idl>
91 XComment createComment([in] string data);
H A DXComment.idl34 interface XComment: XCharacterData
/aoo42x/main/oovbaapi/
H A Dttt.diff290 + oovbaapi/ooo/vba/excel/XComment.idl \
H A DUnoApi_oovbaapi.mk96 oovbaapi/ooo/vba/excel/XComment \
/aoo42x/main/offapi/
H A DUnoApi_offapi.mk3694 offapi/com/sun/star/xml/dom/XComment \

Completed in 1941 milliseconds