Lines Matching refs:mnCurPos
54 , mnCurPos(0) in ZoomList()
96 mnCurPos = 0; in InsertZoomRect()
100 mnCurPos++; in InsertZoomRect()
104 Insert(pRect, mnCurPos); in InsertZoomRect()
119 mnCurPos++; in GetNextZoomRect()
122 if (nRectCount > 0 && mnCurPos > nRectCount - 1) in GetNextZoomRect()
124 mnCurPos = nRectCount - 1; in GetNextZoomRect()
131 Rectangle aRect(*(Rectangle*) GetObject(mnCurPos)); in GetNextZoomRect()
143 if (mnCurPos > 0) in GetPreviousZoomRect()
145 mnCurPos--; in GetPreviousZoomRect()
152 Rectangle aRect(*(Rectangle*) GetObject(mnCurPos)); in GetPreviousZoomRect()
167 if (nRectCount > 0 && mnCurPos < nRectCount - 1) in IsNextPossible()
185 if (mnCurPos > 0) in IsPreviousPossible()