Home
last modified time | relevance | path

Searched refs:pNewDocShell (Results 1 – 12 of 12) sorted by relevance

/AOO42X/main/sc/source/ui/inc/
H A Dundoblk.hxx50 ScUndoInsertCells( ScDocShell* pNewDocShell,
84 ScUndoDeleteCells( ScDocShell* pNewDocShell,
114 ScUndoDeleteMulti( ScDocShell* pNewDocShell,
145 ScUndoCut( ScDocShell* pNewDocShell,
192 ScUndoPaste( ScDocShell* pNewDocShell,
231 ScUndoDragDrop( ScDocShell* pNewDocShell,
263 ScUndoDeleteContents( ScDocShell* pNewDocShell,
296 ScUndoFillTable( ScDocShell* pNewDocShell,
333 ScUndoSelectionAttr( ScDocShell* pNewDocShell,
367 ScUndoWidthOrHeight( ScDocShell* pNewDocShell,
[all …]
H A Dundodat.hxx50 ScUndoDoOutline( ScDocShell* pNewDocShell,
79 ScUndoMakeOutline( ScDocShell* pNewDocShell,
106 ScUndoOutlineLevel( ScDocShell* pNewDocShell,
134 ScUndoOutlineBlock( ScDocShell* pNewDocShell,
161 ScUndoRemoveAllOutlines( ScDocShell* pNewDocShell,
186 ScUndoAutoOutline( ScDocShell* pNewDocShell,
211 ScUndoSubTotals( ScDocShell* pNewDocShell, SCTAB nNewTab,
241 ScUndoSort( ScDocShell* pNewDocShell, SCTAB nNewTab,
269 ScUndoQuery( ScDocShell* pNewDocShell, SCTAB nNewTab,
306 ScUndoAutoFilter( ScDocShell* pNewDocShell, const ScRange& rRange,
[all …]
H A Dundotab.hxx66 ScDocShell* pNewDocShell,
94 ScDocShell* pNewDocShell,
125 ScDocShell* pNewDocShell,
152 ScDocShell* pNewDocShell,
178 ScUndoMoveTab( ScDocShell* pNewDocShell,
202 ScUndoCopyTab(ScDocShell* pNewDocShell,
228 ScDocShell* pNewDocShell,
233 ScDocShell* pNewDocShell,
256 ScDocShell* pNewDocShell,
441 ScDocShell* pNewDocShell, SCTAB nT,
[all …]
H A Dundocell.hxx45 ScUndoCursorAttr( ScDocShell* pNewDocShell,
75 ScUndoEnterData( ScDocShell* pNewDocShell,
111 ScUndoEnterValue( ScDocShell* pNewDocShell,
138 ScUndoPutCell( ScDocShell* pNewDocShell,
165 ScUndoPageBreak( ScDocShell* pNewDocShell,
191 ScUndoPrintZoom( ScDocShell* pNewDocShell, SCTAB nT,
216 ScUndoThesaurus( ScDocShell* pNewDocShell,
316 ScUndoDetective( ScDocShell* pNewDocShell,
341 ScUndoRangeNames( ScDocShell* pNewDocShell,
/AOO42X/main/sc/source/ui/undo/
H A Dundodat.cxx79 ScUndoDoOutline::ScUndoDoOutline( ScDocShell* pNewDocShell, in ScUndoDoOutline() argument
83 ScSimpleUndo( pNewDocShell ), in ScUndoDoOutline()
175 ScUndoMakeOutline::ScUndoMakeOutline( ScDocShell* pNewDocShell, in ScUndoMakeOutline() argument
179 ScSimpleUndo( pNewDocShell ), in ScUndoMakeOutline()
261 ScUndoOutlineLevel::ScUndoOutlineLevel( ScDocShell* pNewDocShell, in ScUndoOutlineLevel() argument
265 ScSimpleUndo( pNewDocShell ), in ScUndoOutlineLevel()
351 ScUndoOutlineBlock::ScUndoOutlineBlock( ScDocShell* pNewDocShell, in ScUndoOutlineBlock() argument
355 ScSimpleUndo( pNewDocShell ), in ScUndoOutlineBlock()
459 ScUndoRemoveAllOutlines::ScUndoRemoveAllOutlines( ScDocShell* pNewDocShell, in ScUndoRemoveAllOutlines() argument
463 ScSimpleUndo( pNewDocShell ), in ScUndoRemoveAllOutlines()
[all …]
H A Dundocell.cxx73 ScUndoCursorAttr::ScUndoCursorAttr( ScDocShell* pNewDocShell, in ScUndoCursorAttr() argument
77 ScSimpleUndo( pNewDocShell ), in ScUndoCursorAttr()
172 ScUndoEnterData::ScUndoEnterData( ScDocShell* pNewDocShell, in ScUndoEnterData() argument
177 ScSimpleUndo( pNewDocShell ), in ScUndoEnterData()
351 ScUndoEnterValue::ScUndoEnterValue( ScDocShell* pNewDocShell, const ScAddress& rNewPos, in ScUndoEnterValue() argument
353 ScSimpleUndo( pNewDocShell ), in ScUndoEnterValue()
435 ScUndoPutCell::ScUndoPutCell( ScDocShell* pNewDocShell, const ScAddress& rNewPos, in ScUndoPutCell() argument
437 ScSimpleUndo( pNewDocShell ), in ScUndoPutCell()
524 ScUndoPageBreak::ScUndoPageBreak( ScDocShell* pNewDocShell, in ScUndoPageBreak() argument
527 ScSimpleUndo( pNewDocShell ), in ScUndoPageBreak()
[all …]
H A Dundoblk.cxx99 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()
[all …]
H A Dundotab.cxx86 ScUndoInsertTab::ScUndoInsertTab( ScDocShell* pNewDocShell, in ScUndoInsertTab() argument
90 ScSimpleUndo( pNewDocShell ), in ScUndoInsertTab()
185 ScUndoInsertTables::ScUndoInsertTables( ScDocShell* pNewDocShell, in ScUndoInsertTables() argument
188 ScSimpleUndo( pNewDocShell ), in ScUndoInsertTables()
305 ScUndoDeleteTab::ScUndoDeleteTab( ScDocShell* pNewDocShell,const SvShorts &aTab, //SCTAB nNewTab, in ScUndoDeleteTab() argument
307 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFLAST ) in ScUndoDeleteTab()
478 ScUndoRenameTab::ScUndoRenameTab( ScDocShell* pNewDocShell, in ScUndoRenameTab() argument
482 ScSimpleUndo( pNewDocShell ), in ScUndoRenameTab()
541 ScUndoMoveTab::ScUndoMoveTab( ScDocShell* pNewDocShell, in ScUndoMoveTab() argument
544 ScSimpleUndo( pNewDocShell ) in ScUndoMoveTab()
[all …]
H A Dundoblk3.cxx89 ScDocShell* pNewDocShell, in ScUndoDeleteContents() argument
94 : ScSimpleUndo( pNewDocShell ), in ScUndoDeleteContents()
268 ScUndoFillTable::ScUndoFillTable( ScDocShell* pNewDocShell, in ScUndoFillTable() argument
275 : ScSimpleUndo( pNewDocShell ), in ScUndoFillTable()
431 ScUndoSelectionAttr::ScUndoSelectionAttr( ScDocShell* pNewDocShell, in ScUndoSelectionAttr() argument
439 : ScSimpleUndo( pNewDocShell ), in ScUndoSelectionAttr()
568 ScUndoAutoFill::ScUndoAutoFill( ScDocShell* pNewDocShell, in ScUndoAutoFill() argument
575 : ScBlockUndo( pNewDocShell, rRange, SC_UNDO_AUTOHEIGHT ), in ScUndoAutoFill()
768 ScUndoMerge::ScUndoMerge( ScDocShell* pNewDocShell, in ScUndoMerge() argument
773 : ScSimpleUndo( pNewDocShell ), in ScUndoMerge()
[all …]
H A Dundoblk2.cxx61 ScUndoWidthOrHeight::ScUndoWidthOrHeight( ScDocShell* pNewDocShell, in ScUndoWidthOrHeight() argument
67 ScSimpleUndo( pNewDocShell ), in ScUndoWidthOrHeight()
/AOO42X/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1543 void SwXTextDocument::Reactivate(SwDocShell* pNewDocShell) in Reactivate() argument
1545 if(pDocShell && pDocShell != pNewDocShell) in Reactivate()
1547 pDocShell = pNewDocShell; in Reactivate()
/AOO42X/main/sw/inc/
H A Dunotxdoc.hxx434 void Reactivate(SwDocShell* pNewDocShell);