Home
last modified time | relevance | path

Searched refs:m_aWrapAroundBox (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sfx2/source/dialog/
H A Dsrchdlg.cxx57 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()
/aoo42x/main/sfx2/inc/
H A Dsrchdlg.hxx53 CheckBox m_aWrapAroundBox; member in sfx2::SearchDialog
84 inline bool IsWrapAround() const { return ( m_aWrapAroundBox.IsChecked() != sal_False ); } in IsWrapAround()

Completed in 11 milliseconds