Lines Matching refs:Config
96 Config::Config(const Reference<XMultiServiceFactory>& sf) in Config() function in oooimprovement::Config
100 OUString Config::getSoapUrl() const in getSoapUrl()
110 OUString Config::getSoapId() const in getSoapId()
122 OUString Config::getReporterEmail() const in getReporterEmail()
132 OUString Config::getLogPath() const in getLogPath()
142 bool Config::getEnablingAllowed() const in getEnablingAllowed()
152 bool Config::getInvitationAccepted() const in getInvitationAccepted()
162 bool Config::getShowedInvitation() const in getShowedInvitation()
172 OUString Config::getCompleteProductname() const in getCompleteProductname()
199 OUString Config::getSetupLocale() const in getSetupLocale()
209 sal_Int32 Config::getReportCount() const in getReportCount()
220 sal_Int32 Config::getFailedAttempts() const in getFailedAttempts()
231 sal_Int32 Config::getOfficeStartCounterdown() const in getOfficeStartCounterdown()
241 sal_Int32 Config::incrementReportCount(sal_Int32 by) in incrementReportCount()
249 sal_Int32 Config::incrementEventCount(sal_Int32 by) in incrementEventCount()
257 sal_Int32 Config::incrementFailedAttempts(sal_Int32 by) in incrementFailedAttempts()
265 sal_Int32 Config::decrementOfficeStartCounterdown(sal_Int32 by) in decrementOfficeStartCounterdown()
273 void Config::resetFailedAttempts() in resetFailedAttempts()
283 void Config::giveupUploading() in giveupUploading()