Home
last modified time | relevance | path

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

/trunk/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()
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
[all …]
/trunk/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
/trunk/main/sc/source/ui/view/
H A Dtabvwsh3.cxx1111 auto_ptr<ScTableProtectionDlg> pDlg(new ScTableProtectionDlg(GetDialogParent())); in Execute()

Completed in 24 milliseconds