Home
last modified time | relevance | path

Searched refs:ScUndoTabProtect (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dundotab.cxx1221 ScUndoTabProtect::ScUndoTabProtect(ScDocShell* pShell, SCTAB nTab, unique_ptr<ScTableProtection> &&… in ScUndoTabProtect() function in ScUndoTabProtect
1228 ScUndoTabProtect::~ScUndoTabProtect() in ~ScUndoTabProtect()
1232 void ScUndoTabProtect::DoProtect(bool bProtect) in DoProtect()
1261 void ScUndoTabProtect::Undo() in Undo()
1268 void ScUndoTabProtect::Redo() in Redo()
1275 void ScUndoTabProtect::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat()
1280 bool ScUndoTabProtect::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat()
1285 OUString ScUndoTabProtect::GetComment() const in GetComment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dundotab.cxx1219 ScUndoTabProtect::ScUndoTabProtect(ScDocShell* pShell, SCTAB nTab, unique_ptr<ScTableProtection> &&… in ScUndoTabProtect() function in ScUndoTabProtect
1226 ScUndoTabProtect::~ScUndoTabProtect() in ~ScUndoTabProtect()
1230 void ScUndoTabProtect::DoProtect(bool bProtect) in DoProtect()
1259 void ScUndoTabProtect::Undo() in Undo()
1266 void ScUndoTabProtect::Redo() in Redo()
1273 void ScUndoTabProtect::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat()
1278 bool ScUndoTabProtect::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat()
1283 OUString ScUndoTabProtect::GetComment() const in GetComment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dundotab.hxx352 class ScUndoTabProtect : public ScSimpleUndo class
355 ScUndoTabProtect(ScDocShell* pShell, SCTAB nTab,
357 virtual ~ScUndoTabProtect() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dundotab.hxx353 class ScUndoTabProtect : public ScSimpleUndo class
356 ScUndoTabProtect(ScDocShell* pShell, SCTAB nTab,
358 virtual ~ScUndoTabProtect() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddocfunc.cxx3919 std::make_unique<ScUndoTabProtect>(&rDocShell, nTab, std::move(p)) ); in ProtectSheet()
3972 std::make_unique<ScUndoTabProtect>(&rDocShell, nTab, std::move(p)) ); in Protect()
4052 std::make_unique<ScUndoTabProtect>(&rDocShell, nTab, std::move(pProtectCopy)) ); in Unprotect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddocfunc.cxx3958 std::make_unique<ScUndoTabProtect>(&rDocShell, nTab, std::move(p))); in ProtectSheet()