Searched refs:fAllowContact (Results 1 – 2 of 2) sorted by relevance
122 DWORD fAllowContact = sal_False; in ReadParams() local127 &fAllowContact, in ReadParams()128 sizeof(fAllowContact) ); in ReadParams()129 maContactCB.Check( (sal_Bool)fAllowContact ); in ReadParams()163 DWORD fAllowContact = IsContactAllowed(); in SaveParams() local168 &fAllowContact, in SaveParams()
228 BOOL fAllowContact; member286 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 30 milliseconds