#include <sal/config.h>
#include <string_view>
#include <sal/types.h>
#include <test/testdllapi.hxx>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/uno/Reference.hxx>
Go to the source code of this file.
|
css::uno::Reference< css::drawing::XShape > OOO_DLLPUBLIC_TEST | apitest::helper::shape::createEllipse (const css::uno::Reference< css::lang::XComponent > &r_xComponent, const sal_Int32 nX, const sal_Int32 nY, const sal_Int32 nWidth, const sal_Int32 nHeight) |
| Create a XShape of kind "Ellipse". More...
|
|
css::uno::Reference< css::drawing::XShape > OOO_DLLPUBLIC_TEST | apitest::helper::shape::createLine (const css::uno::Reference< css::lang::XComponent > &r_xComponent, const sal_Int32 nX, const sal_Int32 nY, const sal_Int32 nWidth, const sal_Int32 nHeight) |
| Create a XShape of kind "Line". More...
|
|
css::uno::Reference< css::drawing::XShape > OOO_DLLPUBLIC_TEST | apitest::helper::shape::createRectangle (const css::uno::Reference< css::lang::XComponent > &r_xComponent, const sal_Int32 nX, const sal_Int32 nY, const sal_Int32 nWidth, const sal_Int32 nHeight) |
| Create a XShape of kind "Rectangle". More...
|
|
css::uno::Reference< css::drawing::XShape > OOO_DLLPUBLIC_TEST | apitest::helper::shape::createShape (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 nWidth, const sal_Int32 nHeight) |
| Create a XShape. More...
|
|