Home
last modified time | relevance | path

Searched refs:m_current (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/svx/source/inc/
H A Dtreevisitor.hxx36 ,m_current() in TreeVisitor()
47 _processor.process( m_current ); in process()
56 ELEMENT m_current; member in TreeVisitor
68 m_current = m_root; in do_step()
74 size_t childCount = m_nodeInfo.childCount( m_current ); in do_step()
77 m_currentAncestors.push( m_current ); in do_step()
78 m_current = m_nodeInfo.getChild( m_current, 0 ); in do_step()
94 m_current = m_nodeInfo.getChild( currentParent, currentChildPos ); in do_step()

Completed in 5 milliseconds