Searched refs:mnGroupDepth (Results 1 – 1 of 1) sorted by relevance
42 unsigned int mnGroupDepth; member in writerfilter::OutputWithDepth83 mnGroupDepth = 0; in openGroup()89 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()110 mnGroupDepth = nDepth; in setDepth()
Completed in 15 milliseconds