Searched refs:isSameForGivenResolution (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/chart2/source/view/inc/ |
H A D | PlottingPositionHelper.hxx | 71 inline bool isSameForGivenResolution( double fX, double fY, double fZ 263 bool PlottingPositionHelper::isSameForGivenResolution( double fX, double fY, double fZ in isSameForGivenResolution() function in chart::PlottingPositionHelper
|
/aoo41x/main/chart2/source/view/charttypes/ |
H A D | BarChart.cxx | 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 D | AreaChart.cxx | 281 if( !rPosHelper.isSameForGivenResolution( *pTargetX, *pTargetY, *pTargetZ in lcl_removeDuplicatePoints() 796 … pPosHelper->isSameForGivenResolution( aFormerPoint.m_fX, aFormerPoint.m_fY, aFormerPoint.m_fZ in createShapes()
|
H A D | BubbleChart.cxx | 309 … pPosHelper->isSameForGivenResolution( aFormerPoint.m_fX, aFormerPoint.m_fY, aFormerPoint.m_fZ in createShapes()
|
Completed in 82 milliseconds