Home
last modified time | relevance | path

Searched refs:pSeriesPoly (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/chart2/source/view/charttypes/
H A DAreaChart.cxx315 , drawing::PolyPolygonShape3D* pSeriesPoly in impl_createLine() argument
325 SplineCalculater::CalculateCubicSplines( *pSeriesPoly, aSplinePoly, m_nCurveResolution ); in impl_createLine()
349 drawing::PolyPolygonShape3D aTmpPoly(*pSeriesPoly); in impl_createLine()
352 AddPointToPoly( aTmpPoly, aLast, pSeriesPoly->SequenceX.getLength() - 1 ); in impl_createLine()
410 , drawing::PolyPolygonShape3D* pSeriesPoly in impl_createArea() argument
419 drawing::PolyPolygonShape3D aPoly( *pSeriesPoly ); in impl_createArea()
421 if( m_bConnectLastToFirstPoint && !ShapeFactory::isPolygonEmptyOrSinglePoint(*pSeriesPoly) ) in impl_createArea()
512 drawing::PolyPolygonShape3D* pSeriesPoly = NULL; in impl_createSeriesShapes() local
526 pSeriesPoly = &(*aSeriesIter)->m_aPolyPolygonShape3D; in impl_createSeriesShapes()
534 if( !impl_createLine( *aSeriesIter, pSeriesPoly, pPosHelper ) ) in impl_createSeriesShapes()
[all …]
H A DAreaChart.hxx82 , ::com::sun::star::drawing::PolyPolygonShape3D* pSeriesPoly
86 , ::com::sun::star::drawing::PolyPolygonShape3D* pSeriesPoly
H A DBarChart.cxx932 drawing::PolyPolygonShape3D* pSeriesPoly = &pSeries->m_aPolyPolygonShape3D; in createShapes() local
933 if(!ShapeFactory::hasPolygonAnyLines(*pSeriesPoly)) in createShapes()
937 …Clipping::clipPolygonAtRectangle( *pSeriesPoly, pPosHelper->getScaledLogicClipDoubleRect(), aPoly … in createShapes()

Completed in 31 milliseconds