Home
last modified time | relevance | path

Searched refs:REPEAT_START (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sw/inc/
H A Dswundo.hxx41 REPEAT_START, // alle UndoIds zwischen REPEAT_START und enumerator
43 UNDO_DELETE = REPEAT_START, // 3
/aoo42x/main/sw/source/core/undo/
H A Ddocundo.cxx386 if( REPEAT_START <= nRepeatId && REPEAT_END > nRepeatId ) in GetRepeatInfo()
H A Dundobj.cxx295 return ((REPEAT_START <= GetId()) && (GetId() < REPEAT_END)); in CanRepeatImpl()

Completed in 20 milliseconds