19 #ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAOLEOBJECT_HXX
20 #define INCLUDED_SC_SOURCE_UI_VBA_VBAOLEOBJECT_HXX
22 #include <com/sun/star/drawing/XControlShape.hpp>
23 #include <ooo/vba/excel/XOLEObject.hpp>
24 #include <ooo/vba/msforms/XControl.hpp>
36 ScVbaOLEObject(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext >& xContext,
37 css::uno::Reference< css::drawing::XControlShape >
const & xControlShape );
40 virtual css::uno::Reference< css::uno::XInterface > SAL_CALL
getObject()
override;
46 virtual double SAL_CALL
getLeft()
override;
47 virtual void SAL_CALL
setLeft(
double _left )
override;
48 virtual double SAL_CALL
getTop()
override;
49 virtual void SAL_CALL
setTop(
double _top )
override;
50 virtual double SAL_CALL
getHeight()
override;
51 virtual void SAL_CALL
setHeight(
double _height )
override;
52 virtual double SAL_CALL
getWidth()
override;
53 virtual void SAL_CALL
setWidth(
double _width )
override;
55 virtual void SAL_CALL
setLinkedCell(
const OUString& _linkedcell )
override;
57 #endif // INCLUDED_SC_SOURCE_UI_VBA_VBAOLEOBJECT_HXX
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL getObject() override
InheritedHelperInterfaceWeakImpl< ov::excel::XOLEObject > OLEObjectImpl_BASE
virtual double SAL_CALL getHeight() override
virtual OUString SAL_CALL getLinkedCell() 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 getEnabled() override
virtual double SAL_CALL getTop() override
virtual void SAL_CALL setVisible(sal_Bool _visible) override
virtual void SAL_CALL setHeight(double _height) override
virtual sal_Bool SAL_CALL getVisible() override
virtual OUString getServiceImplName() override
virtual double SAL_CALL getWidth() override
virtual void SAL_CALL setLinkedCell(const OUString &_linkedcell) override
virtual void SAL_CALL setEnabled(sal_Bool _enabled) override
virtual void SAL_CALL setLeft(double _left) override
css::uno::Reference< ov::msforms::XControl > m_xControl
virtual void SAL_CALL setTop(double _top) override
virtual css::uno::Sequence< OUString > getServiceNames() override
virtual double SAL_CALL getLeft() override
virtual void SAL_CALL setWidth(double _width) override