Lines Matching refs:aWidowBox
1591 eState = aWidowBox.GetState(); in FillItemSet()
1593 if ( eState != aWidowBox.GetSavedValue() || in FillItemSet()
1600 if ( eState != aWidowBox.GetSavedValue() || !pOld || !( *(const SvxWidowsItem*)pOld == rItem ) ) in FillItemSet()
1837 aWidowBox.Enable(); in Reset()
1845 aWidowBox.EnableTriState( sal_False ); in Reset()
1850 aWidowBox.SetState( _bEnable ? STATE_CHECK : STATE_NOCHECK); in Reset()
1856 aWidowBox.SetState( STATE_DONTKNOW ); in Reset()
1858 aWidowBox.Enable(sal_False); in Reset()
1906 aWidowBox.SaveValue(); in Reset()
1967 aWidowBox ( this, CUI_RES( BTN_WIDOWS ) ), in SvxExtParagraphTabPage()
1979 aWidowRowNo.SetAccessibleRelationLabeledBy(&aWidowBox); in SvxExtParagraphTabPage()
1987 aWidowBox.SetClickHdl( LINK( this, SvxExtParagraphTabPage, WidowHdl_Impl ) ); in SvxExtParagraphTabPage()
2093 aWidowBox.Enable(bEnable); in IMPL_LINK()
2103 switch ( aWidowBox.GetState() ) in IMPL_LINK()
2137 if ( aWidowBox.GetState() == STATE_NOCHECK ) in IMPL_LINK()