Searched refs:bDownloadSupported (Results 1 – 1 of 1) sorted by relevance
88 sal_Bool bDownloadSupported = sal_False; in SvxOnlineUpdateTabPage() local89 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 17 milliseconds