Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/vba/
H A Dvbacomment.cxx44 ScVbaComment::ScVbaComment( in ScVbaComment() function in ScVbaComment
61 ScVbaComment::getAnnotation() throw (uno::RuntimeException) in getAnnotation()
69 ScVbaComment::getAnnotations() throw (uno::RuntimeException) in getAnnotations()
79 ScVbaComment::getAnnotationIndex() throw (uno::RuntimeException) in getAnnotationIndex()
104 ScVbaComment::getCommentByIndex( sal_Int32 Index ) throw (uno::RuntimeException) in getCommentByIndex()
116 ScVbaComment::getAuthor() throw (uno::RuntimeException) in getAuthor()
122 ScVbaComment::setAuthor( const rtl::OUString& /*_author*/ ) throw (uno::RuntimeException) in setAuthor()
128 ScVbaComment::getShape() throw (uno::RuntimeException) in getShape()
139 ScVbaComment::getVisible() throw (uno::RuntimeException) in getVisible()
145 ScVbaComment::setVisible( sal_Bool _visible ) throw (uno::RuntimeException) in setVisible()
[all …]
H A Dvbacomment.hxx40 class ScVbaComment : public ScVbaComment_BASE class
51 ScVbaComment(
57 virtual ~ScVbaComment() {} in ~ScVbaComment()
H A Dvbacomments.cxx41 new ScVbaComment( uno::Reference< XHelperInterface >(), xContext, xModel, xCellRange ) ) ); in AnnotationToComment()
H A Dvbarange.cxx2923 return new ScVbaComment( this, mxContext, getUnoModel(), mxRange ); in AddComment()
2931 …uno::Reference< excel::XComment > xComment( new ScVbaComment( this, mxContext, getUnoModel(), mxRa… in getComment()