Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dsendreportw32.cxx131 DWORD uInternetConnection = 0; in ReadParams() local
136 &uInternetConnection, in ReadParams()
137 sizeof(uInternetConnection) ); in ReadParams()
138 maParams.miHTTPConnectionType = uInternetConnection; in ReadParams()
172 DWORD uInternetConnection = maParams.miHTTPConnectionType; in SaveParams() local
178 &uInternetConnection, in SaveParams()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp232 ULONG uInternetConnection; member
290 uInternetConnection = 0; in CrashReportParams()
341 &uInternetConnection, in ReadFromRegistry()
342 sizeof(uInternetConnection) ); in ReadFromRegistry()
378 &uInternetConnection, in WriteToRegistry()
418 uInternetConnection = 1; in ReadFromEnvironment()
420 uInternetConnection = 2; in ReadFromEnvironment()
422 uInternetConnection = 0; in ReadFromEnvironment()
1113 pParams->uInternetConnection = 1; in OptionsDialogProc()
1115 pParams->uInternetConnection = 2; in OptionsDialogProc()
[all …]

Completed in 23 milliseconds