Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/dialog/
H A Dsendreportw32.cxx122 DWORD fAllowContact = sal_False; in ReadParams() local
127 &fAllowContact, in ReadParams()
128 sizeof(fAllowContact) ); in ReadParams()
129 maContactCB.Check( (sal_Bool)fAllowContact ); in ReadParams()
163 DWORD fAllowContact = IsContactAllowed(); in SaveParams() local
168 &fAllowContact, in SaveParams()
/aoo4110/main/crashrep/source/win32/
H A Dsoreport.cpp228 BOOL fAllowContact; member
286 fAllowContact = FALSE; in CrashReportParams()
334 &fAllowContact, in ReadFromRegistry()
335 sizeof(fAllowContact) ); in ReadFromRegistry()
370 &fAllowContact, in WriteToRegistry()
686 pParams->fAllowContact ? "true" : "false", in WriteReportFile()
687 pParams->fAllowContact ? xml_encode(szEmail).c_str() : "" in WriteReportFile()
1204 …Button_SetCheck( GetDlgItem(hwndDlg, IDC_ALLOW_CONTACT), pParams->fAllowContact ? BST_CHECKED : BS… in ReportDialogProc()
1256 … pParams->fAllowContact = Button_GetCheck( GetDlgItem(hwndDlg, IDC_ALLOW_CONTACT) ) ? TRUE : FALSE; in ReportDialogProc()
1463 …pParams->fAllowContact = Button_GetCheck( GetDlgItem(hwndPages[1], IDC_ALLOW_CONTACT) ) ? TRUE : F… in DialogProc()
[all …]

Completed in 36 milliseconds