10#ifndef INCLUDED_TEST_HELPER_FORM_HXX
11#define INCLUDED_TEST_HELPER_FORM_HXX
17#include <com/sun/star/drawing/XControlShape.hpp>
18#include <com/sun/star/lang/XComponent.hpp>
20#include <com/sun/star/uno/Reference.hxx>
41 const css::uno::Reference<css::lang::XComponent>& r_xComponent,
const sal_Int32 nX,
42 const sal_Int32 nY,
const sal_Int32 nHeight,
const sal_Int32 nWidth);
55 const css::uno::Reference<css::lang::XComponent>& r_xComponent, std::u16string_view r_aKind,
56 const sal_Int32 nX,
const sal_Int32 nY,
const sal_Int32 nHeight,
const sal_Int32 nWidth);
#define OOO_DLLPUBLIC_TEST