Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/frmdlg/
H A Dwrap.cxx113 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()
[all …]
/AOO42X/main/sw/source/ui/inc/
H A Dwrap.hxx72 ImageRadioButton aWrapThroughRB; member in SwWrapTabPage