Home
last modified time | relevance | path

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

/aoo42x/main/cui/source/options/
H A Doptupdt.cxx88 sal_Bool bDownloadSupported = sal_False; in SvxOnlineUpdateTabPage() local
89 m_xUpdateAccess->getByName( UNISTRING( "DownloadSupported") ) >>= bDownloadSupported; in SvxOnlineUpdateTabPage()
95 m_aAutoDownloadCheckBox.Show(bDownloadSupported); in SvxOnlineUpdateTabPage()
96 m_aDestPathLabel.Show(bDownloadSupported); in SvxOnlineUpdateTabPage()
97 m_aDestPath.Show(bDownloadSupported); in SvxOnlineUpdateTabPage()
98 m_aChangePathButton.Show(bDownloadSupported); in SvxOnlineUpdateTabPage()

Completed in 14 milliseconds