LibreOffice Module chart2 (master) 1
|
#include "VCartesianGrid.hxx"
#include "Tickmarks.hxx"
#include <PlottingPositionHelper.hxx>
#include <ShapeFactory.hxx>
#include <ObjectIdentifier.hxx>
#include <CommonConverters.hxx>
#include <AxisHelper.hxx>
#include <VLineProperties.hxx>
#include <GridProperties.hxx>
#include <com/sun/star/drawing/PointSequenceSequence.hpp>
#include <com/sun/star/drawing/LineStyle.hpp>
#include <memory>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | chart |
Functions | |
static void | chart::addLine2D (drawing::PointSequenceSequence &rPoints, sal_Int32 nIndex, const GridLinePoints &rScaledLogicPoints, const XTransformation2 &rTransformation) |
static void | chart::addLine3D (std::vector< std::vector< css::drawing::Position3D > > &rPoints, sal_Int32 nIndex, const GridLinePoints &rBasePoints, const XTransformation2 &rTransformation) |
sal_Int32 m_nDimensionIndex |
Definition at line 56 of file VCartesianGrid.cxx.
Sequence< double > P0 |
Definition at line 46 of file VCartesianGrid.cxx.
Referenced by chart::getCircularArcBezierCoords().
Sequence< double > P1 |
Definition at line 47 of file VCartesianGrid.cxx.
Referenced by chart::getCircularArcBezierCoords().
Sequence< double > P2 |
Definition at line 48 of file VCartesianGrid.cxx.
Referenced by chart::getCircularArcBezierCoords().