21#include <com/sun/star/drawing/XControlShape.hpp>
22#include <ooo/vba/excel/XOLEObject.hpp>
23#include <ooo/vba/msforms/XControl.hpp>
35 ScVbaOLEObject(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext >& xContext,
36 css::uno::Reference< css::drawing::XControlShape >
const & xControlShape );
39 virtual css::uno::Reference< css::uno::XInterface > SAL_CALL
getObject()
override;
45 virtual double SAL_CALL
getLeft()
override;
46 virtual void SAL_CALL
setLeft(
double _left )
override;
47 virtual double SAL_CALL
getTop()
override;
48 virtual void SAL_CALL
setTop(
double _top )
override;
49 virtual double SAL_CALL
getHeight()
override;
50 virtual void SAL_CALL
setHeight(
double _height )
override;
51 virtual double SAL_CALL
getWidth()
override;
52 virtual void SAL_CALL
setWidth(
double _width )
override;
54 virtual void SAL_CALL
setLinkedCell(
const OUString& _linkedcell )
override;
virtual double SAL_CALL getTop() override
virtual OUString getServiceImplName() override
virtual void SAL_CALL setEnabled(sal_Bool _enabled) override
virtual void SAL_CALL setLinkedCell(const OUString &_linkedcell) override
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL getObject() override
virtual void SAL_CALL setHeight(double _height) override
virtual void SAL_CALL setTop(double _top) override
virtual double SAL_CALL getHeight() override
virtual void SAL_CALL setWidth(double _width) override
virtual double SAL_CALL getWidth() override
virtual void SAL_CALL setVisible(sal_Bool _visible) override
virtual sal_Bool SAL_CALL getEnabled() override
virtual void SAL_CALL setLeft(double _left) override
ScVbaOLEObject(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::drawing::XControlShape > const &xControlShape)
virtual sal_Bool SAL_CALL getVisible() override
virtual OUString SAL_CALL getLinkedCell() override
virtual double SAL_CALL getLeft() override
virtual css::uno::Sequence< OUString > getServiceNames() override
css::uno::Reference< ov::msforms::XControl > m_xControl
InheritedHelperInterfaceWeakImpl< ov::excel::XOLEObject > OLEObjectImpl_BASE