Home
last modified time | relevance | path

Searched refs:nUndoLevel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx138 nUndoLevel=0; in ImpCtor()
508 nUndoLevel++; in BegUndo()
515 nUndoLevel=1; in BegUndo()
519 nUndoLevel++; in BegUndo()
530 nUndoLevel++; in BegUndo()
535 if (nUndoLevel==1) in BegUndo()
554 nUndoLevel++; in BegUndo()
559 if (nUndoLevel==1) in BegUndo()
573 nUndoLevel++; in BegUndo()
580 nUndoLevel=1; in BegUndo()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdmodel.hxx203 sal_uInt16 nUndoLevel; // Undo-Klammerung member in SdrModel
585 sal_uInt16 GetUndoBracketLevel() const { return nUndoLevel; } in GetUndoBracketLevel()