Home
last modified time | relevance | path

Searched refs:ScUndoPrintRange (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dundotab.cxx1291 ScUndoPrintRange::ScUndoPrintRange( ScDocShell* pShell, SCTAB nNewTab, in ScUndoPrintRange() function in ScUndoPrintRange
1300 ScUndoPrintRange::~ScUndoPrintRange() in ~ScUndoPrintRange()
1306 void ScUndoPrintRange::DoChange(bool bUndo) in DoChange()
1323 void ScUndoPrintRange::Undo() in Undo()
1330 void ScUndoPrintRange::Redo() in Redo()
1337 void ScUndoPrintRange::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat()
1342 bool ScUndoPrintRange::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat()
1347 OUString ScUndoPrintRange::GetComment() const in GetComment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dundotab.cxx1289 ScUndoPrintRange::ScUndoPrintRange( ScDocShell* pShell, SCTAB nNewTab, in ScUndoPrintRange() function in ScUndoPrintRange
1298 ScUndoPrintRange::~ScUndoPrintRange() in ~ScUndoPrintRange()
1304 void ScUndoPrintRange::DoChange(bool bUndo) in DoChange()
1321 void ScUndoPrintRange::Undo() in Undo()
1328 void ScUndoPrintRange::Redo() in Redo()
1335 void ScUndoPrintRange::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat()
1340 bool ScUndoPrintRange::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat()
1345 OUString ScUndoPrintRange::GetComment() const in GetComment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dundotab.hxx373 class ScUndoPrintRange : public ScSimpleUndo class
376 ScUndoPrintRange( ScDocShell* pShell, SCTAB nNewTab,
379 virtual ~ScUndoPrintRange() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dundotab.hxx374 class ScUndoPrintRange : public ScSimpleUndo class
377 ScUndoPrintRange( ScDocShell* pShell, SCTAB nNewTab,
380 virtual ~ScUndoPrintRange() override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dviewfun2.cxx1104 …std::make_unique<ScUndoPrintRange>( pDocSh, nCurTab, std::move(pOldRanges), std::move(pNewRanges) … in SetPrintRanges()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dviewfun2.cxx1078 …std::make_unique<ScUndoPrintRange>( pDocSh, nCurTab, std::move(pOldRanges), std::move(pNewRanges) … in SetPrintRanges()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dcellsuno.cxx7055 std::make_unique<ScUndoPrintRange>( in PrintAreaUndo_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dcellsuno.cxx7047 std::make_unique<ScUndoPrintRange>( in PrintAreaUndo_Impl()