22#include <ooo/vba/excel/XHyperlinks.hpp>
30class ScVbaHlinkContainer;
102 const css::uno::Reference< ov::XHelperInterface >& rxParent,
103 const css::uno::Reference< css::uno::XComponentContext >& rxContext );
107 const css::uno::Reference< ov::XHelperInterface >& rxParent,
108 const css::uno::Reference< css::uno::XComponentContext >& rxContext,
114 virtual css::uno::Reference< ov::excel::XHyperlink > SAL_CALL
Add(
115 const css::uno::Any& rAnchor,
const css::uno::Any& rAddress,
const css::uno::Any& rSubAddress,
116 const css::uno::Any& rScreenTip,
const css::uno::Any& rTextToDisplay )
override;
118 virtual void SAL_CALL
Delete()
override;
121 virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL
createEnumeration()
override;
Represents a collection of hyperlinks of a worksheet or of a range.
virtual css::uno::Any createCollectionObject(const css::uno::Any &rSource) override
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() override
ScVbaHyperlinks(const css::uno::Reference< ov::XHelperInterface > &rxParent, const css::uno::Reference< css::uno::XComponentContext > &rxContext)
virtual css::uno::Reference< ov::excel::XHyperlink > SAL_CALL Add(const css::uno::Any &rAnchor, const css::uno::Any &rAddress, const css::uno::Any &rSubAddress, const css::uno::Any &rScreenTip, const css::uno::Any &rTextToDisplay) override
virtual css::uno::Type SAL_CALL getElementType() override
ScVbaHyperlinksRef mxSheetHlinks
virtual ~ScVbaHyperlinks() override
virtual void SAL_CALL Delete() override
ScVbaHyperlinks(const css::uno::Reference< ov::XHelperInterface > &rxParent, const css::uno::Reference< css::uno::XComponentContext > &rxContext, const ScVbaHyperlinksRef &rxSheetHlinks, const ScRangeList &rScRanges)
::rtl::Reference< ScVbaHlinkContainer > ScVbaHlinkContainerRef
Base class for ScVbaHyperlinks to get an initialized ScVbaHlinkContainer class member before the ScVb...
~ScVbaHlinkContainerMember()
ScVbaHlinkContainerRef mxContainer
ScVbaHlinkContainerMember(ScVbaHlinkContainer *pContainer)
#define VBAHELPER_DECL_XHELPERINTERFACE
::rtl::Reference< ScVbaHyperlinks > ScVbaHyperlinksRef
CollTestImplHelper< ov::excel::XHyperlinks > ScVbaHyperlinks_BASE