10#ifndef INCLUDED_TEST_HELPER_SHAPE_HXX
11#define INCLUDED_TEST_HELPER_SHAPE_HXX
20#include <com/sun/star/drawing/XShape.hpp>
21#include <com/sun/star/lang/XComponent.hpp>
23#include <com/sun/star/uno/Reference.hxx>
40css::uno::Reference<css::drawing::XShape>
42 const sal_Int32 nX,
const sal_Int32 nY,
const sal_Int32 nWidth,
43 const sal_Int32 nHeight);
54css::uno::Reference<css::drawing::XShape>
56 const sal_Int32 nX,
const sal_Int32 nY,
const sal_Int32 nWidth,
57 const sal_Int32 nHeight);
69createRectangle(
const css::uno::Reference<css::lang::XComponent>& r_xComponent,
const sal_Int32 nX,
70 const sal_Int32 nY,
const sal_Int32 nWidth,
const sal_Int32 nHeight);
83 const css::uno::Reference<css::lang::XComponent>& r_xComponent, std::u16string_view r_aKind,
84 const sal_Int32 nX,
const sal_Int32 nY,
const sal_Int32 nWidth,
const sal_Int32 nHeight);
uno::Reference< drawing::XShape > OOO_DLLPUBLIC_TEST createLine(const uno::Reference< lang::XComponent > &r_xComponent, const sal_Int32 nX, const sal_Int32 nY, const sal_Int32 nWidth, const sal_Int32 nHeight)
uno::Reference< drawing::XShape > OOO_DLLPUBLIC_TEST createShape(const uno::Reference< lang::XComponent > &r_xComponent, std::u16string_view r_aKind, const sal_Int32 nX, const sal_Int32 nY, const sal_Int32 nWidth, const sal_Int32 nHeight)
uno::Reference< drawing::XShape > OOO_DLLPUBLIC_TEST createEllipse(const uno::Reference< lang::XComponent > &r_xComponent, const sal_Int32 nX, const sal_Int32 nY, const sal_Int32 nWidth, const sal_Int32 nHeight)
uno::Reference< drawing::XShape > OOO_DLLPUBLIC_TEST createRectangle(const uno::Reference< lang::XComponent > &r_xComponent, const sal_Int32 nX, const sal_Int32 nY, const sal_Int32 nWidth, const sal_Int32 nHeight)
#define OOO_DLLPUBLIC_TEST