LibreOffice Module svtools (master) 1
Namespaces | Functions
borderhelper.hxx File Reference
#include <svtools/svtdllapi.h>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/point/b2dpoint.hxx>
Include dependency graph for borderhelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  svtools
 

Functions

std::vector< double > svtools::GetLineDashing (SvxBorderLineStyle nDashing, double fScale)
 
basegfx::B2DPolyPolygon svtools::ApplyLineDashing (const basegfx::B2DPolygon &rPolygon, SvxBorderLineStyle nDashing, double fScale)
 
void svtools::DrawLine (OutputDevice &rDev, const basegfx::B2DPoint &rP1, const basegfx::B2DPoint &rP2, sal_uInt32 nWidth, SvxBorderLineStyle nDashing)
 
void svtools::DrawLine (OutputDevice &rDev, const Point &rP1, const Point &rP2, sal_uInt32 nWidth, SvxBorderLineStyle nDashing)