Lines Matching defs:const

59 sal_Int32 TickInfo::getScreenDistanceBetweenTicks( const TickInfo& rOherTickInfo ) const  in getScreenDistanceBetweenTicks()
456 sal_Int32 TickmarkHelper::getMaxTickCount( sal_Int32 nDepth ) const in getMaxTickCount()
494 double* TickmarkHelper::getMajorTick( sal_Int32 nTick ) const in getMajorTick()
516 double* TickmarkHelper::getMinorTick( sal_Int32 nTick, sal_Int32 nDepth in getMinorTick()
559 bool TickmarkHelper::isWithinOuterBorder( double fScaledValue ) const in isWithinOuterBorder()
570 bool TickmarkHelper::isVisible( double fScaledValue ) const in isVisible()
585 void TickmarkHelper::getAllTicks( ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos ) const in getAllTicks()
674 void TickmarkHelper::getAllTicksShifted( ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos … in getAllTicksShifted()
680 void TickmarkHelper::addSubTicks( sal_Int32 nDepth, uno::Sequence< uno::Sequence< double > >& rPare… in addSubTicks()
791 B2DVector TickmarkHelper_2D::getTickScreenPosition2D( double fScaledLogicTickValue ) const in getTickScreenPosition2D()
799 void TickmarkHelper_2D::addPointSequenceForTickLine( drawing::PointSequenceSequence& rPoints in addPointSequenceForTickLine()
828 B2DVector TickmarkHelper_2D::getDistanceAxisTickToText( const AxisProperties& rAxisProperties, bool… in getDistanceAxisTickToText()
881 void TickmarkHelper_2D::createPointSequenceForAxisMainLine( drawing::PointSequenceSequence& rPoints… in createPointSequenceForAxisMainLine()
890 void TickmarkHelper_2D::updateScreenValues( ::std::vector< ::std::vector< TickInfo > >& rAllTickInf… in updateScreenValues()