Searched refs:mnCurrentDepth (Results 1 – 1 of 1) sorted by relevance
41 unsigned int mnCurrentDepth; member in writerfilter::OutputWithDepth89 if (mnGroupDepth > mnCurrentDepth) in closeGroup()90 for (unsigned int i = 0; i < mnGroupDepth - mnCurrentDepth; ++i) in closeGroup()92 else if (mnGroupDepth < mnCurrentDepth) in closeGroup()93 for (unsigned int i = 0; i < mnCurrentDepth - mnGroupDepth; ++i) in closeGroup()98 mnCurrentDepth = mnGroupDepth; in closeGroup()
Completed in 4 milliseconds