Searched refs:csExport (Results 1 – 2 of 2) sorted by relevance
872 CFX_WideString csExport = L"Off"; in GetCheckValue() local883 csExport = pControl->GetExportValue(); in GetCheckValue()887 return csExport; in GetCheckValue()900 CFX_WideString csExport = pControl->GetExportValue(); in SetCheckValue() local901 if (csExport == value) { in SetCheckValue()
1085 CFX_WideString csExport = pField->GetCheckValue(FALSE); in ExportToFDF() local1086 CFX_ByteString csBExport = PDF_EncodeText(csExport); in ExportToFDF()