Lines Matching defs:_percent
43 CPercentPrinter _percent;
47 bool NeedPercents() const { return _percent._so != NULL; }
52 _percent.ClosePrint(true);
63 _percent._so = percentStream;
66 void SetWindowWidth(unsigned width) { _percent.MaxLen = width - 1; }
73 _percent.ClosePrint(true);
119 if (NeedPercents() && _so == _percent._so)
120 _percent.ClosePrint(false);
126 _percent.ClosePrint(true);
157 void SetWindowWidth(unsigned width) { _percent.MaxLen = width - 1; }