Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/miscdlgs/
H A Dprotectiondlg.cxx43 ScTableProtectionDlg::ScTableProtectionDlg(Window* pParent) : in ScTableProtectionDlg() function in ScTableProtectionDlg
66 ScTableProtectionDlg::~ScTableProtectionDlg() in ~ScTableProtectionDlg()
70 short ScTableProtectionDlg::Execute() in Execute()
75 void ScTableProtectionDlg::SetDialogData(const ScTableProtection& rData) in SetDialogData()
81 void ScTableProtectionDlg::WriteData(ScTableProtection& rData) const in WriteData()
92 void ScTableProtectionDlg::Init() in Init()
94 Link aLink = LINK( this, ScTableProtectionDlg, CheckBoxHdl ); in Init()
97 aLink = LINK( this, ScTableProtectionDlg, OKHdl ); in Init()
100 aLink = LINK( this, ScTableProtectionDlg, PasswordModifyHdl ); in Init()
120 void ScTableProtectionDlg::EnableOptionalWidgets(bool bEnable) in EnableOptionalWidgets()
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Dprotectiondlg.hxx36 class ScTableProtectionDlg : public ModalDialog class
39 explicit ScTableProtectionDlg(Window* pParent);
40 virtual ~ScTableProtectionDlg();
49 ScTableProtectionDlg(); // disabled
/AOO41X/main/sc/source/ui/view/
H A Dtabvwsh3.cxx1111 auto_ptr<ScTableProtectionDlg> pDlg(new ScTableProtectionDlg(GetDialogParent())); in Execute()