Home
last modified time | relevance | path

Searched refs:FormerPoint (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/chart2/source/view/charttypes/
H A DBubbleChart.cxx188 struct FormerPoint struct
190 FormerPoint( double fX, double fY, double fZ ) in FormerPoint() function
193 FormerPoint() in FormerPoint() argument
230 std::map< VDataSeries*, FormerPoint > aSeriesFormerPointMap; in createShapes()
305 FormerPoint aFormerPoint( aSeriesFormerPointMap[pSeries] ); in createShapes()
316 …aSeriesFormerPointMap[pSeries] = FormerPoint(aScaledLogicPosition.PositionX, aScaledLogicPosition.… in createShapes()
H A DAreaChart.cxx571 struct FormerPoint struct
573 FormerPoint( double fX, double fY, double fZ ) in FormerPoint() function
576 FormerPoint() in FormerPoint() function
625 std::map< VDataSeries*, FormerPoint > aSeriesFormerPointMap; in createShapes()
792 FormerPoint aFormerPoint( aSeriesFormerPointMap[pSeries] ); in createShapes()
803 …aSeriesFormerPointMap[pSeries] = FormerPoint(aScaledLogicPosition.PositionX, aScaledLogicPosition.… in createShapes()

Completed in 31 milliseconds