Searched refs:csExport (Results 1 – 2 of 2) sorted by relevance
867 CFX_WideString csExport = L"Off"; in GetCheckValue() local878 csExport = pControl->GetExportValue(); in GetCheckValue()882 return csExport; in GetCheckValue()894 CFX_WideString csExport = pControl->GetExportValue(); in SetCheckValue() local895 if (csExport == value) { in SetCheckValue()
1448 CFX_WideString csExport = pField->GetCheckValue(FALSE); in ExportToFDF() local1449 CFX_ByteString csBExport = PDF_EncodeText(csExport); in ExportToFDF()