LibreOffice Module test (master) 1
Namespaces | Functions
helper/shape.cxx File Reference
#include <test/helper/shape.hxx>
#include <sal/types.h>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/beans/PropertyVetoException.hpp>
#include <com/sun/star/uno/Reference.hxx>
Include dependency graph for helper/shape.cxx:

Go to the source code of this file.

Namespaces

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

Functions

uno::Reference< drawing::XShape > OOO_DLLPUBLIC_TEST apitest::helper::shape::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 apitest::helper::shape::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 apitest::helper::shape::createRectangle (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 apitest::helper::shape::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)