Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/charttypes/
H A DBubbleChart.cxx191 : m_fX(fX), m_fY(fY), m_fZ(fZ) in FormerPoint()
195 ::rtl::math::setNan( &m_fX ); in FormerPoint()
200 double m_fX; member
309 … pPosHelper->isSameForGivenResolution( aFormerPoint.m_fX, aFormerPoint.m_fY, aFormerPoint.m_fZ in createShapes()
H A DBarChart.cxx374 : m_fX(fX), m_fUpperY(fUpperY), m_fLowerY(fLowerY), m_fZ(fZ) in FormerBarPoint()
378 ::rtl::math::setNan( &m_fX ); in FormerBarPoint()
384 double m_fX; member
723 … pPosHelper->isSameForGivenResolution( aFormerPoint.m_fX, aFormerPoint.m_fUpperY, aFormerPoint.m_fZ in createShapes()
726 … pPosHelper->isSameForGivenResolution( aFormerPoint.m_fX, aFormerPoint.m_fLowerY, aFormerPoint.m_fZ in createShapes()
H A DAreaChart.cxx574 : m_fX(fX), m_fY(fY), m_fZ(fZ) in FormerPoint()
578 ::rtl::math::setNan( &m_fX ); in FormerPoint()
583 double m_fX; member
796 … pPosHelper->isSameForGivenResolution( aFormerPoint.m_fX, aFormerPoint.m_fY, aFormerPoint.m_fZ in createShapes()

Completed in 34 milliseconds