Lines Matching refs:pNewDocShell
99 ScUndoInsertCells::ScUndoInsertCells( ScDocShell* pNewDocShell, in ScUndoInsertCells() argument
103 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFLAST ), in ScUndoInsertCells()
341 ScUndoDeleteCells::ScUndoDeleteCells( ScDocShell* pNewDocShell, in ScUndoDeleteCells() argument
344 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFLAST ), in ScUndoDeleteCells()
574 ScUndoDeleteMulti::ScUndoDeleteMulti( ScDocShell* pNewDocShell, in ScUndoDeleteMulti() argument
578 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFLAST ), in ScUndoDeleteMulti()
767 ScUndoCut::ScUndoCut( ScDocShell* pNewDocShell, in ScUndoCut() argument
770 ScBlockUndo( pNewDocShell, ScRange(aRange.aStart, aOldEnd), SC_UNDO_AUTOHEIGHT ), in ScUndoCut()
872 ScUndoPaste::ScUndoPaste( ScDocShell* pNewDocShell, in ScUndoPaste() argument
881 …ScBlockUndo( pNewDocShell, ScRange( nStartX, nStartY, nStartZ, nEndX, nEndY, nEndZ ), SC_UNDO_SIMP… in ScUndoPaste()
1131 ScUndoDragDrop::ScUndoDragDrop( ScDocShell* pNewDocShell, in ScUndoDragDrop() argument
1134 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFFIRST ), in ScUndoDragDrop()
1381 ScUndoListNames::ScUndoListNames( ScDocShell* pNewDocShell, const ScRange& rRange, in ScUndoListNames() argument
1383 ScBlockUndo( pNewDocShell, rRange, SC_UNDO_AUTOHEIGHT ), in ScUndoListNames()
1445 ScUndoUseScenario::ScUndoUseScenario( ScDocShell* pNewDocShell, in ScUndoUseScenario() argument
1450 ScSimpleUndo( pNewDocShell ), in ScUndoUseScenario()
1572 ScUndoSelectionStyle::ScUndoSelectionStyle( ScDocShell* pNewDocShell, in ScUndoSelectionStyle() argument
1577 ScSimpleUndo( pNewDocShell ), in ScUndoSelectionStyle()
1688 ScUndoEnterMatrix::ScUndoEnterMatrix( ScDocShell* pNewDocShell, const ScRange& rArea, in ScUndoEnterMatrix() argument
1690 ScBlockUndo( pNewDocShell, rArea, SC_UNDO_SIMPLE ), in ScUndoEnterMatrix()
1787 ScUndoIndent::ScUndoIndent( ScDocShell* pNewDocShell, const ScMarkData& rMark, in ScUndoIndent() argument
1789 ScBlockUndo( pNewDocShell, lcl_GetMultiMarkRange(rMark), SC_UNDO_AUTOHEIGHT ), in ScUndoIndent()
1849 ScUndoTransliterate::ScUndoTransliterate( ScDocShell* pNewDocShell, const ScMarkData& rMark, in ScUndoTransliterate() argument
1851 ScBlockUndo( pNewDocShell, lcl_GetMultiMarkRange(rMark), SC_UNDO_AUTOHEIGHT ), in ScUndoTransliterate()
1910 ScUndoClearItems::ScUndoClearItems( ScDocShell* pNewDocShell, const ScMarkData& rMark, in ScUndoClearItems() argument
1912 ScBlockUndo( pNewDocShell, lcl_GetMultiMarkRange(rMark), SC_UNDO_AUTOHEIGHT ), in ScUndoClearItems()
1980 ScUndoRemoveBreaks::ScUndoRemoveBreaks( ScDocShell* pNewDocShell, in ScUndoRemoveBreaks() argument
1982 ScSimpleUndo( pNewDocShell ), in ScUndoRemoveBreaks()
2048 ScUndoRemoveMerge::ScUndoRemoveMerge( ScDocShell* pNewDocShell, in ScUndoRemoveMerge() argument
2050 ScBlockUndo( pNewDocShell, rArea, SC_UNDO_SIMPLE ), in ScUndoRemoveMerge()
2175 ScUndoBorder::ScUndoBorder( ScDocShell* pNewDocShell, in ScUndoBorder() argument
2178 ScBlockUndo( pNewDocShell, lcl_TotalRange(rRangeList), SC_UNDO_SIMPLE ), in ScUndoBorder()