LibreOffice Module test (master) 1
Namespaces | Functions
helper/shape.hxx File Reference
#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>
Include dependency graph for helper/shape.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  apitest
 
namespace  apitest::helper
 
namespace  apitest::helper::shape
 

Functions

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...