Lines Matching refs:aRelWidthCB
133 aRelWidthCB(this, SW_RES( CB_REL_WIDTH )), in SwFormatTablePage()
217 aRelWidthCB.SetClickHdl(LINK( this, SwFormatTablePage, RelWidthClickHdl )); in Init()
310 aRelWidthCB.Enable(bWidthEnable); in IMPL_LINK()
332 aRelWidthCB.Enable(bEnable); in IMPL_LINK()
336 aRelWidthCB.Check(sal_False); in IMPL_LINK()
337 RelWidthClickHdl(&aRelWidthCB); in IMPL_LINK()
339 bEnable = aRelWidthCB.IsChecked(); in IMPL_LINK()
553 aRelWidthCB.Check(sal_True); in Reset()
554 RelWidthClickHdl(&aRelWidthCB); in Reset()
589 if(aRelWidthCB.IsChecked()) in Reset()
597 aRelWidthCB.Enable(sal_False); in Reset()
726 if (aRelWidthCB.IsChecked() && aRelWidthCB.IsEnabled()) in DeactivatePage()