Lines Matching refs:nIntervalCount
224 sal_Int32 nIntervalCount = getIntervalCount( m_nCurrentDepth ); in isAtLastPartTick() local
225 if(!nIntervalCount || nIntervalCount == 1) in isAtLastPartTick()
231 nPos += nIntervalCount-1 - m_pnPreParentCount[m_nCurrentDepth]; in isAtLastPartTick()
232 bool bRet = nPos && nPos % (nIntervalCount-1) == 0; in isAtLastPartTick()
478 sal_Int32 nIntervalCount = static_cast<sal_Int32>( fSub / m_rIncrement.Distance ); in getMaxTickCount() local
480 nIntervalCount+=3; in getMaxTickCount()
484 nIntervalCount *= m_rIncrement.SubIncrements[nN].IntervalCount; in getMaxTickCount()
487 sal_Int32 nTickCount = nIntervalCount; in getMaxTickCount()
489 nTickCount = nIntervalCount * (m_rIncrement.SubIncrements[nDepth-1].IntervalCount-1); in getMaxTickCount()
697 sal_Int32 nIntervalCount = m_rIncrement.SubIncrements[nDepth-1].IntervalCount; in addSubTicks() local
702 for( sal_Int32 nPartTick = 1; nPartTick<nIntervalCount; nPartTick++ ) in addSubTicks()