Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptupdt.cxx69 m_aAutoDownloadCheckBox( this, CUI_RES( CB_AUTODOWNLOAD ) ), in SvxOnlineUpdateTabPage()
95 m_aAutoDownloadCheckBox.Show(bDownloadSupported); in SvxOnlineUpdateTabPage()
223 if( m_aAutoDownloadCheckBox.GetSavedValue() != m_aAutoDownloadCheckBox.IsChecked() ) in FillItemSet()
225 bValue = (sal_True == m_aAutoDownloadCheckBox.IsChecked()); in FillItemSet()
275 m_aAutoDownloadCheckBox.Check(bValue); in Reset()
286 m_aAutoDownloadCheckBox.SaveValue(); in Reset()
H A Doptupdt.hxx46 CheckBox m_aAutoDownloadCheckBox; member in SvxOnlineUpdateTabPage

Completed in 18 milliseconds