Searched refs:ScVbaComment (Results 1 – 4 of 4) sorted by relevance
44 ScVbaComment::ScVbaComment( in ScVbaComment() function in ScVbaComment61 ScVbaComment::getAnnotation() in getAnnotation()69 ScVbaComment::getAnnotations() in getAnnotations()79 ScVbaComment::getAnnotationIndex() in getAnnotationIndex()104 ScVbaComment::getCommentByIndex( sal_Int32 Index ) in getCommentByIndex()116 ScVbaComment::getAuthor() in getAuthor()122 ScVbaComment::setAuthor( const rtl::OUString& /*_author*/ ) in setAuthor()128 ScVbaComment::getShape() in getShape()139 ScVbaComment::getVisible() in getVisible()145 ScVbaComment::setVisible( sal_Bool _visible ) 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()