Searched refs:REPEAT_START (Results 1 – 3 of 3) sorted by relevance
41 REPEAT_START, // alle UndoIds zwischen REPEAT_START und enumerator43 UNDO_DELETE = REPEAT_START, // 3
386 if( REPEAT_START <= nRepeatId && REPEAT_END > nRepeatId ) in GetRepeatInfo()
295 return ((REPEAT_START <= GetId()) && (GetId() < REPEAT_END)); in CanRepeatImpl()
Completed in 22 milliseconds