|
LibreOffice Module test (master) 1
|
#include <sal/config.h>#include <string_view>#include <com/sun/star/drawing/XControlShape.hpp>#include <com/sun/star/lang/XComponent.hpp>#include <com/sun/star/uno/Reference.hxx>#include <sal/types.h>#include <test/testdllapi.hxx>Go to the source code of this file.
Namespaces | |
| namespace | apitest |
| namespace | apitest::helper |
| namespace | apitest::helper::form |
Functions | |
| css::uno::Reference< css::drawing::XControlShape > OOO_DLLPUBLIC_TEST | apitest::helper::form::createCommandButton (const css::uno::Reference< css::lang::XComponent > &r_xComponent, const sal_Int32 nX, const sal_Int32 nY, const sal_Int32 nHeight, const sal_Int32 nWidth) |
| Create a XControlShape of kind "CommandButton". More... | |
| css::uno::Reference< css::drawing::XControlShape > OOO_DLLPUBLIC_TEST | apitest::helper::form::createControlShape (const css::uno::Reference< css::lang::XComponent > &r_xComponent, std::u16string_view r_aKind, const sal_Int32 nX, const sal_Int32 nY, const sal_Int32 nHeight, const sal_Int32 nWidth) |
| Create a XControlShape. More... | |