Lines Matching refs:result

102         OUString result;  in getSoapUrl()  local
106 MyConfigurationHelper::E_READONLY) >>= result; in getSoapUrl()
107 return result; in getSoapUrl()
113 OUStringBuffer result = SOAPID; in getSoapId() local
118 result.append(value); in getSoapId()
119 return result.makeStringAndClear(); in getSoapId()
124 OUString result; in getReporterEmail() local
128 MyConfigurationHelper::E_READONLY) >>= result; in getReporterEmail()
129 return result; in getReporterEmail()
134 OUString result; in getLogPath() local
138 MyConfigurationHelper::E_READONLY) >>= result; in getLogPath()
139 return result; in getLogPath()
144 bool result = false; in getEnablingAllowed() local
148 MyConfigurationHelper::E_READONLY) >>= result; in getEnablingAllowed()
149 return result; in getEnablingAllowed()
154 bool result = false; in getInvitationAccepted() local
158 MyConfigurationHelper::E_READONLY) >>= result; in getInvitationAccepted()
159 return result; in getInvitationAccepted()
164 bool result = false; in getShowedInvitation() local
168 MyConfigurationHelper::E_READONLY) >>= result; in getShowedInvitation()
169 return result; in getShowedInvitation()
174 OUStringBuffer result; in getCompleteProductname() local
180 result.append(value); in getCompleteProductname()
187 if(value.getLength()) result.appendAscii(" ").append(value); in getCompleteProductname()
194 if(value.getLength()) result.appendAscii(" ").append(value); in getCompleteProductname()
196 return result.makeStringAndClear(); in getCompleteProductname()
201 OUString result; in getSetupLocale() local
205 MyConfigurationHelper::E_READONLY) >>= result; in getSetupLocale()
206 return result; in getSetupLocale()
211 sal_Int32 result = 0; in getReportCount() local
215 MyConfigurationHelper::E_READONLY) >>= result; in getReportCount()
216 return result; in getReportCount()
222 sal_Int32 result = 0; in getFailedAttempts() local
226 MyConfigurationHelper::E_READONLY) >>= result; in getFailedAttempts()
227 return result; in getFailedAttempts()
233 sal_Int32 result = 0; in getOfficeStartCounterdown() local
237 MyConfigurationHelper::E_READONLY) >>= result; in getOfficeStartCounterdown()
238 return result; in getOfficeStartCounterdown()