Lines Matching refs:mnCurPos
49 , mnCurPos(0) in ZoomList()
85 mnCurPos = 0; in InsertZoomRect()
89 mnCurPos++; in InsertZoomRect()
93 Insert(pRect, mnCurPos); in InsertZoomRect()
106 mnCurPos++; in GetNextZoomRect()
109 if (nRectCount > 0 && mnCurPos > nRectCount - 1) in GetNextZoomRect()
111 mnCurPos = nRectCount - 1; in GetNextZoomRect()
118 Rectangle aRect(*(Rectangle*) GetObject(mnCurPos)); in GetNextZoomRect()
128 if (mnCurPos > 0) in GetPreviousZoomRect()
130 mnCurPos--; in GetPreviousZoomRect()
137 Rectangle aRect(*(Rectangle*) GetObject(mnCurPos)); in GetPreviousZoomRect()
150 if (nRectCount > 0 && mnCurPos < nRectCount - 1) in IsNextPossible()
166 if (mnCurPos > 0) in IsPreviousPossible()