Lines Matching refs:aWrapThroughRB
113 aWrapThroughRB (this, SW_RES(RB_WRAP_THROUGH)), in SwWrapTabPage()
180 aWrapThroughRB.SetClickHdl(aLk); in SwWrapTabPage()
262 aWrapThroughRB.Enable(!aWrapOutlineCB.IsChecked()); in Reset()
278 pBtn = &aWrapThroughRB; in Reset()
318 aWrapTransparentCB.Enable( pBtn == &aWrapThroughRB && !bHtmlMode ); in Reset()
364 else if (aWrapThroughRB.IsChecked()) in FillItemSet()
588 aWrapThroughRB.Enable in ActivatePage()
597 if(aWrapThroughRB.IsEnabled()) in ActivatePage()
598 aWrapThroughRB.Check(sal_True); in ActivatePage()
609 else if(aWrapThroughRB.IsEnabled()) in ActivatePage()
610 aWrapThroughRB.Check(); in ActivatePage()
616 else if(aWrapThroughRB.IsEnabled()) in ActivatePage()
617 aWrapThroughRB.Check(); in ActivatePage()
619 if(aWrapThroughRB.IsChecked() && !aWrapThroughRB.IsEnabled()) in ActivatePage()
624 aWrapThroughRB.Check(); in ActivatePage()
632 aWrapThroughRB.Enable( bEnable ); in ActivatePage()
702 sal_Bool bWrapThrough = (pBtn == &aWrapThroughRB); in IMPL_LINK()
763 aWrapThroughRB.SetModeRadioImage(rImgLst.GetImage(IMG_THROUGH)); in ApplyImageList()