Searched refs:m_aWrapAroundBox (Results 1 – 2 of 2) sorted by relevance
57 m_aWrapAroundBox ( this, SfxResId( CB_WRAPAROUND ) ), in SearchDialog()102 m_aWrapAroundBox.Check( sUserData.GetToken( 0, ';', nIdx ).ToInt32() == 1 ); in LoadConfig()112 m_aWrapAroundBox.Check( sal_True ); in LoadConfig()132 sUserData += String::CreateFromInt32( m_aWrapAroundBox.IsChecked() ? 1 : 0 ); in SaveConfig()154 String sTemp = m_aWrapAroundBox.GetText(); in IMPL_LINK()155 m_aWrapAroundBox.SetText( m_sToggleText ); in IMPL_LINK()
53 CheckBox m_aWrapAroundBox; member in sfx2::SearchDialog84 inline bool IsWrapAround() const { return ( m_aWrapAroundBox.IsChecked() != sal_False ); } in IsWrapAround()
Completed in 16 milliseconds