Home
last modified time | relevance | path

Searched refs:aProtectCB (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/ui/dialog/
H A Duiregionsw.cxx373 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 …]
/AOO41X/main/sw/source/ui/inc/
H A Dregionsw.hxx86 TriStateBox aProtectCB; member in SwEditRegionDlg
178 CheckBox aProtectCB; member in SwInsertSectionTabPage