Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/framework/configuration/
H A DConfigurationUpdater.cxx88 mnFailedUpdateCount(0), in ConfigurationUpdater()
276 if (mnFailedUpdateCount <= snShortTimeoutCountThreshold) in CheckUpdateSuccess()
278 else if (mnFailedUpdateCount < snNormalTimeoutCountThreshold) in CheckUpdateSuccess()
282 ++mnFailedUpdateCount; in CheckUpdateSuccess()
288 mnFailedUpdateCount = 0; in CheckUpdateSuccess()
H A DConfigurationUpdater.hxx146 sal_Int32 mnFailedUpdateCount; member in sd::framework::ConfigurationUpdater

Completed in 14 milliseconds