Searched refs:aProtectCB (Results 1 – 2 of 2) sorted by relevance
373 aProtectCB ( this, SW_RES( CB_PROTECT ) ), in SwEditRegionDlg()420 aProtectCB.SetClickHdl ( LINK( this, SwEditRegionDlg, ChangeProtectHdl)); in SwEditRegionDlg()650 aProtectCB .Enable(sal_True); in IMPL_LINK()656 aProtectCB.EnableTriState( sal_True ); in IMPL_LINK()713 aProtectCB.SetState( !bProtectValid ? STATE_DONTKNOW : in IMPL_LINK()741 sal_Bool bPasswdEnabled = aProtectCB.GetState() == STATE_CHECK; in IMPL_LINK()795 aProtectCB.SetState((rData.IsProtectFlag()) in IMPL_LINK()797 aProtectCB.Enable(); in IMPL_LINK()805 sal_Bool bPasswdEnabled = aProtectCB.IsChecked(); in IMPL_LINK()820 aProtectCB .Enable(sal_False); in IMPL_LINK()[all …]
86 TriStateBox aProtectCB; member in SwEditRegionDlg178 CheckBox aProtectCB; member in SwInsertSectionTabPage