Searched refs:m_pSimpleTicks (Results 1 – 3 of 3) sorted by relevance
76 if(m_pSimpleTicks) in getTickValue()77 return (*m_pSimpleTicks)[nDepth][nIndex]; in getTickValue()83 if(m_pSimpleTicks) in getTickCount()84 return (*m_pSimpleTicks)[nDepth].getLength(); in getTickCount()90 if(m_pSimpleTicks) in getMaxDepth()91 return (*m_pSimpleTicks).getLength()-1; in getMaxDepth()98 ::com::sun::star::uno::Sequence< double > >* m_pSimpleTicks; member in chart::EquidistantTickIter
427 : m_pSimpleTicks(&rTicks) in EquidistantTickIter()441 : m_pSimpleTicks(NULL) in EquidistantTickIter()
96 : m_pSimpleTicks(&rTicks) in EquidistantTickIter()110 : m_pSimpleTicks(NULL) in EquidistantTickIter()
Completed in 33 milliseconds