Lines Matching refs:bValue
190 sal_Bool bValue; in FillItemSet() local
195 bValue = (sal_True == m_aAutoCheckCheckBox.IsChecked()); in FillItemSet()
196 m_xUpdateAccess->replaceByName( UNISTRING("AutoCheckEnabled"), uno::makeAny( bValue ) ); in FillItemSet()
225 bValue = (sal_True == m_aAutoDownloadCheckBox.IsChecked()); in FillItemSet()
226 m_xUpdateAccess->replaceByName( UNISTRING("AutoDownloadEnabled"), uno::makeAny( bValue ) ); in FillItemSet()
251 sal_Bool bValue = sal_Bool(); in Reset() local
252 m_xUpdateAccess->getByName( UNISTRING("AutoCheckEnabled") ) >>= bValue; in Reset()
254 m_aAutoCheckCheckBox.Check(bValue); in Reset()
255 m_aEveryDayButton.Enable(bValue); in Reset()
256 m_aEveryWeekButton.Enable(bValue); in Reset()
257 m_aEveryMonthButton.Enable(bValue); in Reset()
274 m_xUpdateAccess->getByName( UNISTRING("AutoDownloadEnabled") ) >>= bValue; in Reset()
275 m_aAutoDownloadCheckBox.Check(bValue); in Reset()