10#ifndef INCLUDED_TEST_DRAWING_XSHAPES_HXX
11#define INCLUDED_TEST_DRAWING_XSHAPES_HXX
13#include <com/sun/star/drawing/XShape.hpp>
14#include <com/sun/star/uno/XInterface.hpp>
16#include <com/sun/star/uno/Reference.hxx>
25 virtual css::uno::Reference<css::uno::XInterface>
init() = 0;
26 void setShape(
const css::uno::Reference<css::drawing::XShape>& r_xShape)
37 css::uno::Reference<css::drawing::XShape>
m_xShape;
void setShape(const css::uno::Reference< css::drawing::XShape > &r_xShape)
css::uno::Reference< css::drawing::XShape > m_xShape
virtual css::uno::Reference< css::uno::XInterface > init()=0
#define OOO_DLLPUBLIC_TEST