LibreOffice Module canvas (master) 1
|
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/rendering/XParametricPolyPolygon2D.hpp>
#include <comphelper/compbase.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <canvas/canvastoolsdllapi.h>
#include <rtl/ref.hxx>
#include <utility>
Go to the source code of this file.
Classes | |
class | canvas::ParametricPolyPolygon |
struct | canvas::ParametricPolyPolygon::Values |
Structure of defining values for the ParametricPolyPolygon. More... | |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::rendering |
namespace | canvas |
Typedefs | |
typedef comphelper::WeakComponentImplHelper< css::rendering::XParametricPolyPolygon2D, css::lang::XServiceInfo > | canvas::ParametricPolyPolygon_Base |