Home
last modified time | relevance | path

Searched refs:ScUndoDocProtect (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx1233 ScUndoDocProtect::ScUndoDocProtect(ScDocShell* pShell, auto_ptr<ScDocProtection> pProtectSettings) : in ScUndoDocProtect() function in ScUndoDocProtect
1239 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()
/trunk/main/sc/source/ui/inc/
H A Dundotab.hxx367 class ScUndoDocProtect : public ScSimpleUndo class
370ScUndoDocProtect(ScDocShell* pShell, ::std::auto_ptr<ScDocProtection> pProtectSettings);
371 virtual ~ScUndoDocProtect();
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3463 new ScUndoDocProtect(&rDocShell, p) ); in Protect()
3529 new ScUndoDocProtect(&rDocShell, pProtectCopy) ); in Unprotect()

Completed in 48 milliseconds