Lines Matching refs:ScBlockUndo
69 TYPEINIT1(ScUndoCut, ScBlockUndo);
75 TYPEINIT1(ScUndoEnterMatrix, ScBlockUndo);
76 TYPEINIT1(ScUndoIndent, ScBlockUndo);
77 TYPEINIT1(ScUndoTransliterate, ScBlockUndo);
78 TYPEINIT1(ScUndoClearItems, ScBlockUndo);
80 TYPEINIT1(ScUndoRemoveMerge, ScBlockUndo);
81 TYPEINIT1(ScUndoBorder, ScBlockUndo);
770 ScBlockUndo( pNewDocShell, ScRange(aRange.aStart, aOldEnd), SC_UNDO_AUTOHEIGHT ), in ScUndoCut()
881 …ScBlockUndo( pNewDocShell, ScRange( nStartX, nStartY, nStartZ, nEndX, nEndY, nEndZ ), SC_UNDO_SIMP… in ScUndoPaste()
1383 ScBlockUndo( pNewDocShell, rRange, SC_UNDO_AUTOHEIGHT ), in ScUndoListNames()
1690 ScBlockUndo( pNewDocShell, rArea, SC_UNDO_SIMPLE ), in ScUndoEnterMatrix()
1789 ScBlockUndo( pNewDocShell, lcl_GetMultiMarkRange(rMark), SC_UNDO_AUTOHEIGHT ), in ScUndoIndent()
1851 ScBlockUndo( pNewDocShell, lcl_GetMultiMarkRange(rMark), SC_UNDO_AUTOHEIGHT ), in ScUndoTransliterate()
1912 ScBlockUndo( pNewDocShell, lcl_GetMultiMarkRange(rMark), SC_UNDO_AUTOHEIGHT ), in ScUndoClearItems()
2050 ScBlockUndo( pNewDocShell, rArea, SC_UNDO_SIMPLE ), in ScUndoRemoveMerge()
2178 ScBlockUndo( pNewDocShell, lcl_TotalRange(rRangeList), SC_UNDO_SIMPLE ), in ScUndoBorder()