Lines Matching refs:aHyphenBox
1428 const TriState eHyphenState = aHyphenBox.GetState(); in FillItemSet()
1431 if ( eHyphenState != aHyphenBox.GetSavedValue() || in FillItemSet()
1449 eHyphenState != aHyphenBox.GetSavedValue()) in FillItemSet()
1642 aHyphenBox.EnableTriState( sal_False ); in Reset()
1645 aHyphenBox.SetState( bIsHyphen ? STATE_CHECK : STATE_NOCHECK ); in Reset()
1653 aHyphenBox.SetState( STATE_DONTKNOW ); in Reset()
1894 aHyphenBox.SaveValue(); in Reset()
1940 aHyphenBox ( this, CUI_RES( BTN_HYPHEN ) ), in SvxExtParagraphTabPage()
1984 aHyphenBox.SetClickHdl( LINK( this, SvxExtParagraphTabPage, HyphenClickHdl_Impl ) ); in SvxExtParagraphTabPage()
2016 aHyphenBox .Enable(sal_False); in SvxExtParagraphTabPage()
2154 sal_Bool bEnable = aHyphenBox.GetState() == STATE_CHECK; in IMPL_LINK()
2161 aHyphenBox.SetState( bEnable ? STATE_CHECK : STATE_NOCHECK); in IMPL_LINK()