Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbacomment.cxx44 ScVbaComment::ScVbaComment( in ScVbaComment() function in ScVbaComment
61 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 …]
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()