Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "fpdfsdk/cpdfsdk_formfillenvironment.h"
#include <stdint.h>
#include <memory>
#include <utility>
#include <vector>
#include "core/fpdfapi/page/cpdf_annotcontext.h"
#include "core/fpdfapi/parser/cpdf_array.h"
#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfdoc/cpdf_nametree.h"
#include "core/fxcrt/data_vector.h"
#include "core/fxcrt/stl_util.h"
#include "fpdfsdk/cpdfsdk_helpers.h"
#include "fpdfsdk/cpdfsdk_interactiveform.h"
#include "fpdfsdk/cpdfsdk_pageview.h"
#include "fpdfsdk/cpdfsdk_widget.h"
#include "fpdfsdk/formfiller/cffl_formfield.h"
#include "fpdfsdk/formfiller/cffl_interactiveformfiller.h"
#include "fxjs/ijs_event_context.h"
#include "fxjs/ijs_runtime.h"
#include "third_party/base/check.h"
#include "third_party/base/containers/contains.h"
#include "third_party/base/notreached.h"
#include "third_party/base/numerics/safe_conversions.h"
Go to the source code of this file.
Functions | |
FPDF_WIDESTRING | AsFPDFWideString (ByteString *bsUTF16LE) |
FPDF_WIDESTRING AsFPDFWideString | ( | ByteString * | bsUTF16LE | ) |
Definition at line 57 of file cpdfsdk_formfillenvironment.cpp.
Referenced by CPDFXFA_DocEnvironment::OpenLinkedFile(), and CPDFSDK_FormFillEnvironment::SubmitForm().