Searched refs:ScUndoTabProtect (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 1302 ScUndoTabProtect::ScUndoTabProtect(ScDocShell* pShell, SCTAB nTab, auto_ptr<ScTableProtection> pPro… in ScUndoTabProtect() function in ScUndoTabProtect 1309 ScUndoTabProtect::~ScUndoTabProtect() in ~ScUndoTabProtect() 1313 void ScUndoTabProtect::DoProtect(bool bProtect) in DoProtect() 1340 void ScUndoTabProtect::Undo() in Undo() 1347 void ScUndoTabProtect::Redo() in Redo() 1354 void ScUndoTabProtect::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat() 1359 sal_Bool ScUndoTabProtect::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat() 1364 String ScUndoTabProtect::GetComment() const in GetComment()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | undotab.hxx | 390 class ScUndoTabProtect : public ScSimpleUndo class 393 ScUndoTabProtect(ScDocShell* pShell, SCTAB nTab, 395 virtual ~ScUndoTabProtect();
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3433 new ScUndoTabProtect(&rDocShell, nTab, p) ); in ProtectSheet() 3485 new ScUndoTabProtect(&rDocShell, nTab, p) ); in Protect() 3559 new ScUndoTabProtect(&rDocShell, nTab, pProtectCopy) ); in Unprotect()
|
Completed in 62 milliseconds