Searched refs:OLUNDO_EXPAND (Results 1 – 5 of 5) sorted by relevance
188 if((_nId == OLUNDO_EXPAND && !bUndo) || (_nId == OLUNDO_COLLAPSE && bUndo)) in Restore()
139 case OLUNDO_EXPAND: in GetUndoComment()
895 UndoActionStart( OLUNDO_EXPAND ); in Expand()896 pUndo = new OLUndoExpand( this, OLUNDO_EXPAND ); in Expand()908 UndoActionEnd( OLUNDO_EXPAND ); in Expand()
937 pOwner->UndoActionStart( bExpand ? OLUNDO_EXPAND : OLUNDO_COLLAPSE ); in ImplExpandOrCollaps()951 pOwner->UndoActionEnd( bExpand ? OLUNDO_EXPAND : OLUNDO_COLLAPSE ); in ImplExpandOrCollaps()
113 #define OLUNDO_EXPAND EDITUNDO_USER+2 macro
Completed in 42 milliseconds