LibreOffice Module chart2 (master) 1
Namespaces | Functions
VCartesianGrid.cxx File Reference
#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>
Include dependency graph for VCartesianGrid.cxx:

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)
 

Variable Documentation

◆ m_nDimensionIndex

sal_Int32 m_nDimensionIndex

Definition at line 56 of file VCartesianGrid.cxx.

◆ P0

Sequence< double > P0

Definition at line 46 of file VCartesianGrid.cxx.

Referenced by chart::getCircularArcBezierCoords().

◆ P1

Sequence< double > P1

Definition at line 47 of file VCartesianGrid.cxx.

Referenced by chart::getCircularArcBezierCoords().

◆ P2

Sequence< double > P2

Definition at line 48 of file VCartesianGrid.cxx.

Referenced by chart::getCircularArcBezierCoords().