Lines Matching refs:TickInfo

43 TickInfo::TickInfo( const ::com::sun::star::uno::Reference<  in TickInfo()  function in chart::TickInfo
54 double TickInfo::getUnscaledTickValue() const in getUnscaledTickValue()
62 sal_Int32 TickInfo::getScreenDistanceBetweenTicks( const TickInfo& rOherTickInfo ) const in getScreenDistanceBetweenTicks()
73 PureTickIter::PureTickIter( ::std::vector< TickInfo >& rTickInfoVector ) in PureTickIter()
81 TickInfo* PureTickIter::firstInfo() in firstInfo()
88 TickInfo* PureTickIter::nextInfo() in nextInfo()
135 void TickFactory::getAllTicks( ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos ) const in getAllTicks()
143 void TickFactory::getAllTicksShifted( ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos ) c… in getAllTicksShifted()
202 const TickInfo* pFirstTickInfo = rIter.firstInfo(); in getTickScreenDistance()
203 const TickInfo* pSecondTickInfo = rIter.nextInfo(); in getTickScreenDistance()
309 void TickFactory_2D::updateScreenValues( ::std::vector< ::std::vector< TickInfo > >& rAllTickInfos … in updateScreenValues()
312 ::std::vector< ::std::vector< TickInfo > >::iterator aDepthIter = rAllTickInfos.begin(); in updateScreenValues()
313 … const ::std::vector< ::std::vector< TickInfo > >::const_iterator aDepthEnd = rAllTickInfos.end(); in updateScreenValues()
316 ::std::vector< TickInfo >::iterator aTickIter = (*aDepthIter).begin(); in updateScreenValues()
317 const ::std::vector< TickInfo >::const_iterator aTickEnd = (*aDepthIter).end(); in updateScreenValues()
320 TickInfo& rTickInfo = (*aTickIter); in updateScreenValues()