Lines Matching refs:nUndoLevel
142 nUndoLevel=0; in ImpCtor()
512 nUndoLevel++; in BegUndo()
519 nUndoLevel=1; in BegUndo()
523 nUndoLevel++; in BegUndo()
534 nUndoLevel++; in BegUndo()
539 if (nUndoLevel==1) in BegUndo()
558 nUndoLevel++; in BegUndo()
563 if (nUndoLevel==1) in BegUndo()
577 nUndoLevel++; in BegUndo()
584 nUndoLevel=1; in BegUndo()
589 nUndoLevel++; in BegUndo()
600 DBG_ASSERT(nUndoLevel!=0,"SdrModel::EndUndo(): UndoLevel is already 0!"); in EndUndo()
603 if( nUndoLevel ) in EndUndo()
605 nUndoLevel--; in EndUndo()
613 nUndoLevel--; in EndUndo()
614 if(nUndoLevel==0) in EndUndo()
635 DBG_ASSERT(nUndoLevel!=0,"SdrModel::SetUndoComment(): UndoLevel is on level 0!"); in SetUndoComment()
643 if(nUndoLevel==1) in SetUndoComment()
652 DBG_ASSERT(nUndoLevel!=0,"SdrModel::SetUndoComment(): UndoLevel is 0!"); in SetUndoComment()
659 if (nUndoLevel==1) in SetUndoComment()