Lines Matching refs:m_aToParaRB
536 m_aToParaRB( this, CUI_RES( RB_TOPARA ) ), in SvxSwPosSizeTabPage()
608 m_aToParaRB.SetClickHdl( aLk ); in SvxSwPosSizeTabPage()
839 case TextContentAnchorType_AT_PARAGRAPH: m_aToParaRB.Check(); break; in Reset()
846 m_aToParaRB.SaveValue(); in Reset()
854 m_aToParaRB.Enable( sal_False ); in Reset()
924 m_aToParaRB.Check(); in Reset()
939 m_aFollowCB.Enable( m_aToParaRB.IsChecked() || in Reset()
1028 if(m_aToParaRB.IsEnabled()) in GetAnchorType()
1035 else if(m_aToParaRB.IsChecked()) in GetAnchorType()
1038 pCheckedButton = &m_aToParaRB; in GetAnchorType()
1160 m_aFollowCB.Enable( m_aToParaRB.IsChecked() || m_aToCharRB.IsChecked() ); in IMPL_LINK()