Searched refs:ScUndoDocProtect (Results 1 – 3 of 3) sorted by relevance
1233 ScUndoDocProtect::ScUndoDocProtect(ScDocShell* pShell, auto_ptr<ScDocProtection> pProtectSettings) : in ScUndoDocProtect() function in ScUndoDocProtect1239 ScUndoDocProtect::~ScUndoDocProtect() in ~ScUndoDocProtect()1243 void ScUndoDocProtect::DoProtect(bool bProtect) in DoProtect()1270 void ScUndoDocProtect::Undo() in Undo()1277 void ScUndoDocProtect::Redo() in Redo()1284 void ScUndoDocProtect::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat()1289 sal_Bool ScUndoDocProtect::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat()1294 String ScUndoDocProtect::GetComment() const in GetComment()
367 class ScUndoDocProtect : public ScSimpleUndo class370 … ScUndoDocProtect(ScDocShell* pShell, ::std::auto_ptr<ScDocProtection> pProtectSettings);371 virtual ~ScUndoDocProtect();
3463 new ScUndoDocProtect(&rDocShell, p) ); in Protect()3529 new ScUndoDocProtect(&rDocShell, pProtectCopy) ); in Unprotect()
Completed in 98 milliseconds