Searched refs:isStrongLowerRequested (Results 1 – 2 of 2) sorted by relevance
74 inline bool isStrongLowerRequested( sal_Int32 nDimensionIndex ) const;292 bool PlottingPositionHelper::isStrongLowerRequested( sal_Int32 nDimensionIndex ) const in isStrongLowerRequested() function in chart::PlottingPositionHelper306 …return fX >= m_aScales[0].Minimum && ( isStrongLowerRequested(0) ? fX < m_aScales[0].Maximum : fX … in isLogicVisible()308 …&& fZ >= m_aScales[2].Minimum && ( isStrongLowerRequested(2) ? fZ < m_aScales[2].Maximum : fZ <= m… in isLogicVisible()
613 … if(pPosHelper->isStrongLowerRequested(0) && fUnscaledLogicX==pPosHelper->getLogicMaxX()) in createShapes()
Completed in 86 milliseconds