Searched refs:ScVbaComment (Results 1 – 4 of 4) sorted by relevance
44 ScVbaComment::ScVbaComment( in ScVbaComment() function in ScVbaComment61 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 …]
40 class ScVbaComment : public ScVbaComment_BASE class51 ScVbaComment(57 virtual ~ScVbaComment() {} in ~ScVbaComment()
41 new ScVbaComment( uno::Reference< XHelperInterface >(), xContext, xModel, xCellRange ) ) ); in AnnotationToComment()
2923 return new ScVbaComment( this, mxContext, getUnoModel(), mxRange ); in AddComment()2931 …uno::Reference< excel::XComment > xComment( new ScVbaComment( this, mxContext, getUnoModel(), mxRa… in getComment()