Home
last modified time | relevance | path

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

/aoo42x/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()
116 ScVbaComment::getAuthor() throw (uno::RuntimeException) in getAuthor()
128 ScVbaComment::getShape() throw (uno::RuntimeException) in getShape()
139 ScVbaComment::getVisible() throw (uno::RuntimeException) in getVisible()
151 ScVbaComment::Delete() throw (uno::RuntimeException) in Delete()
157 ScVbaComment::Next() throw (uno::RuntimeException) in Next()
164 ScVbaComment::Previous() throw (uno::RuntimeException) in Previous()
219 ScVbaComment::getServiceImplName() in getServiceImplName()
[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()

Completed in 55 milliseconds