Lines Matching refs:nValue
310 sal_Bool nValue = sal_False; in isAutoCheckEnabled() local
311 … const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( AUTOCHECK_ENABLED ) ) >>= nValue; in isAutoCheckEnabled()
312 return nValue; in isAutoCheckEnabled()
320 sal_Bool nValue = sal_False; in isAutoDownloadEnabled() local
321 …onst_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( AUTODOWNLOAD_ENABLED ) ) >>= nValue; in isAutoDownloadEnabled()
322 return nValue; in isAutoDownloadEnabled()
343 sal_Int64 nValue = 0; in getLastChecked() local
346 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( LAST_CHECK ) ) >>= nValue; in getLastChecked()
348 return nValue; in getLastChecked()
356 sal_Int64 nValue = 0; in getCheckInterval() local
359 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( CHECK_INTERVAL ) ) >>= nValue; in getCheckInterval()
361 return nValue; in getCheckInterval()