LibreOffice Module sc (master) 1
|
#include <vbacomment.hxx>
Public Member Functions | |
ScVbaComment (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::frame::XModel > &xModel, const css::uno::Reference< css::table::XCellRange > &xRange) | |
virtual OUString SAL_CALL | getAuthor () override |
virtual void SAL_CALL | setAuthor (const OUString &_author) override |
virtual css::uno::Reference< ov::msforms::XShape > SAL_CALL | getShape () override |
virtual sal_Bool SAL_CALL | getVisible () override |
virtual void SAL_CALL | setVisible (sal_Bool _visible) override |
virtual void SAL_CALL | Delete () override |
virtual css::uno::Reference< ov::excel::XComment > SAL_CALL | Next () override |
virtual css::uno::Reference< ov::excel::XComment > SAL_CALL | Previous () override |
virtual OUString SAL_CALL | Text (const css::uno::Any &Text, const css::uno::Any &Start, const css::uno::Any &Overwrite) override |
virtual OUString | getServiceImplName () override |
virtual css::uno::Sequence< OUString > | getServiceNames () override |
Public Member Functions inherited from InheritedHelperInterfaceWeakImpl< typename... Ifc > | |
InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
Public Member Functions inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext) | |
virtual OUString | getServiceImplName ()=0 |
virtual css::uno::Sequence< OUString > | getServiceNames ()=0 |
virtual ::sal_Int32 SAL_CALL | getCreator () override |
virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL | getParent () override |
virtual css::uno::Any SAL_CALL | Application () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Private Member Functions | |
css::uno::Reference< css::sheet::XSheetAnnotation > | getAnnotation () |
css::uno::Reference< css::sheet::XSheetAnnotations > | getAnnotations () const |
sal_Int32 | getAnnotationIndex () |
css::uno::Reference< ov::excel::XComment > | getCommentByIndex (sal_Int32 Index) |
Private Attributes | |
css::uno::Reference< css::frame::XModel > | mxModel |
css::uno::Reference< css::table::XCellRange > | mxRange |
Additional Inherited Members | |
Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Definition at line 32 of file vbacomment.hxx.
ScVbaComment::ScVbaComment | ( | const css::uno::Reference< ov::XHelperInterface > & | xParent, |
const css::uno::Reference< css::uno::XComponentContext > & | xContext, | ||
const css::uno::Reference< css::frame::XModel > & | xModel, | ||
const css::uno::Reference< css::table::XCellRange > & | xRange | ||
) |
css::lang::IllegalArgumentException | |
css::uno::RuntimeException |
Definition at line 43 of file vbacomment.cxx.
References getAnnotation(), mxModel, and xModel.
|
overridevirtual |
Definition at line 150 of file vbacomment.cxx.
References getAnnotationIndex(), and getAnnotations().
|
private |
css::uno::RuntimeException |
Definition at line 60 of file vbacomment.cxx.
References mxRange.
Referenced by getAnnotationIndex(), getAuthor(), getShape(), getVisible(), ScVbaComment(), setVisible(), and Text().
|
private |
css::uno::RuntimeException |
Definition at line 78 of file vbacomment.cxx.
References aIndex, getAnnotation(), getAnnotations(), and SAL_INFO.
Referenced by Delete(), Next(), and Previous().
|
private |
css::uno::RuntimeException |
Definition at line 68 of file vbacomment.cxx.
References mxRange.
Referenced by Delete(), getAnnotationIndex(), getCommentByIndex(), and Text().
|
overridevirtual |
Definition at line 115 of file vbacomment.cxx.
References getAnnotation().
|
private |
css::uno::RuntimeException |
Definition at line 103 of file vbacomment.cxx.
References getAnnotations(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::getParent(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, and mxModel.
Referenced by Next(), and Previous().
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 219 of file vbacomment.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 225 of file vbacomment.cxx.
References aServiceNames.
|
overridevirtual |
Definition at line 127 of file vbacomment.cxx.
References getAnnotation(), InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >::mxContext, mxModel, and mxRange.
|
overridevirtual |
Definition at line 138 of file vbacomment.cxx.
References getAnnotation().
|
overridevirtual |
Definition at line 156 of file vbacomment.cxx.
References getAnnotationIndex(), and getCommentByIndex().
|
overridevirtual |
Definition at line 163 of file vbacomment.cxx.
References getAnnotationIndex(), and getCommentByIndex().
|
overridevirtual |
Definition at line 121 of file vbacomment.cxx.
|
overridevirtual |
Definition at line 144 of file vbacomment.cxx.
References getAnnotation().
|
overridevirtual |
Definition at line 170 of file vbacomment.cxx.
References getAnnotation(), getAnnotations(), uno::Any::hasValue(), and mxRange.
|
private |
Definition at line 34 of file vbacomment.hxx.
Referenced by getCommentByIndex(), and getShape().
|
private |
Definition at line 35 of file vbacomment.hxx.
Referenced by getAnnotation(), getAnnotations(), getShape(), and Text().