Searched refs:csExport (Results 1 – 2 of 2) sorted by relevance
703 WideString csExport = L"Off"; in GetCheckValue() local710 csExport = pControl->GetExportValue(); in GetCheckValue()714 return csExport; in GetCheckValue()724 WideString csExport = pControl->GetExportValue(); in SetCheckValue() local725 bool val = csExport == value; in SetCheckValue()
1072 WideString csExport = pField->GetCheckValue(false); in ExportToFDF() local1073 ByteString csBExport = PDF_EncodeText(csExport); in ExportToFDF()