Lines Matching refs:m_nMaxDepth
99 , m_nMinDepth(0), m_nMaxDepth(0) in EquidistantTickIter()
113 , m_nMinDepth(0), m_nMaxDepth(0) in EquidistantTickIter()
123 m_nMaxDepth = nMaxDepth; in initIter()
124 if(nMaxDepth<0 || m_nMaxDepth>getMaxDepth()) in initIter()
125 m_nMaxDepth=getMaxDepth(); in initIter()
128 for( nDepth = 0; nDepth<=m_nMaxDepth ;nDepth++ ) in initIter()
134 m_pnPositions = new sal_Int32[m_nMaxDepth+1]; in initIter()
136 m_pnPreParentCount = new sal_Int32[m_nMaxDepth+1]; in initIter()
137 m_pbIntervalFinished = new bool[m_nMaxDepth+1]; in initIter()
141 for( nDepth = 1; nDepth<=m_nMaxDepth ;nDepth++ ) in initIter()
177 for(sal_Int32 nDepth = 0; nDepth<=m_nMaxDepth ;nDepth++ ) in getStartDepth()
241 if( m_nMaxDepth<0 ) in gotoFirst()
246 for(sal_Int32 nDepth = 0; nDepth<=m_nMaxDepth ;nDepth++ ) in gotoFirst()
264 if( m_nCurrentDepth==m_nMaxDepth && isAtLastPartTick() ) in gotoNext()
273 else if( m_nCurrentDepth<m_nMaxDepth ) in gotoNext()
279 while( m_nCurrentDepth<m_nMaxDepth ); in gotoNext()