Lines Matching refs:ScTableProtectionDlg
43 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()
133 IMPL_LINK( ScTableProtectionDlg, CheckBoxHdl, CheckBox*, pBtn ) in IMPL_LINK() argument
145 IMPL_LINK( ScTableProtectionDlg, OKHdl, OKButton*, EMPTYARG ) in IMPL_LINK() argument
151 IMPL_LINK( ScTableProtectionDlg, PasswordModifyHdl, Edit*, EMPTYARG ) in IMPL_LINK() argument