Home
last modified time | relevance | path

Searched refs:SC_UNDO_AUTOHEIGHT (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Dundobase.cxx202 if (eMode == SC_UNDO_AUTOHEIGHT) in EndUndo()
221 if (eMode == SC_UNDO_AUTOHEIGHT) in EndRedo()
H A Dundoblk.cxx770 ScBlockUndo( pNewDocShell, ScRange(aRange.aStart, aOldEnd), SC_UNDO_AUTOHEIGHT ), in ScUndoCut()
1383 ScBlockUndo( pNewDocShell, rRange, SC_UNDO_AUTOHEIGHT ), in ScUndoListNames()
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()
H A Dundoblk3.cxx575 : ScBlockUndo( pNewDocShell, rRange, SC_UNDO_AUTOHEIGHT ), in ScUndoAutoFill()
904 : ScBlockUndo( pNewDocShell, rRange, bNewSize ? SC_UNDO_MANUALHEIGHT : SC_UNDO_AUTOHEIGHT ), in ScUndoAutoFormat()
/trunk/main/sc/source/ui/inc/
H A Dundobase.hxx68 enum ScBlockUndoMode { SC_UNDO_SIMPLE, SC_UNDO_MANUALHEIGHT, SC_UNDO_AUTOHEIGHT }; enumerator

Completed in 91 milliseconds