Lines Matching refs:aOrphanBox
1608 eState = aOrphanBox.GetState(); in FillItemSet()
1610 if ( eState != aOrphanBox.GetSavedValue() || in FillItemSet()
1617 if ( eState != aOrphanBox.GetSavedValue() || in FillItemSet()
1860 aOrphanBox.Enable(); in Reset()
1869 aOrphanBox.EnableTriState( sal_False ); in Reset()
1872 aOrphanBox.SetState( _bEnable ? STATE_CHECK : STATE_NOCHECK); in Reset()
1879 aOrphanBox.SetState( STATE_DONTKNOW ); in Reset()
1881 aOrphanBox.Enable(sal_False); in Reset()
1907 aOrphanBox.SaveValue(); in Reset()
1964 aOrphanBox ( this, CUI_RES( BTN_ORPHANS ) ), in SvxExtParagraphTabPage()
1978 aOrphanRowNo.SetAccessibleRelationLabeledBy(&aOrphanBox); in SvxExtParagraphTabPage()
1988 aOrphanBox.SetClickHdl( LINK( this, SvxExtParagraphTabPage, OrphanHdl_Impl ) ); in SvxExtParagraphTabPage()
2094 aOrphanBox.Enable(bEnable); in IMPL_LINK()
2112 if ( aOrphanBox.GetState() == STATE_NOCHECK ) in IMPL_LINK()
2128 switch( aOrphanBox.GetState() ) in IMPL_LINK()