Lines Matching refs:CFFL_TextField
15 CFFL_TextField::CFFL_TextField(CPDFSDK_FormFillEnvironment* pApp, in CFFL_TextField() function in CFFL_TextField
19 CFFL_TextField::~CFFL_TextField() { in ~CFFL_TextField()
29 PWL_CREATEPARAM CFFL_TextField::GetCreateParam() { in GetCreateParam()
85 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, in NewPDFWindow()
108 bool CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
143 bool CFFL_TextField::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged()
150 void CFFL_TextField::SaveData(CPDFSDK_PageView* pPageView) { in SaveData()
162 void CFFL_TextField::GetActionData(CPDFSDK_PageView* pPageView, in GetActionData()
192 void CFFL_TextField::SetActionData(CPDFSDK_PageView* pPageView, in SetActionData()
208 bool CFFL_TextField::IsActionDataChanged(CPDF_AAction::AActionType type, in IsActionDataChanged()
223 void CFFL_TextField::SaveState(CPDFSDK_PageView* pPageView) { in SaveState()
232 void CFFL_TextField::RestoreState(CPDFSDK_PageView* pPageView) { in RestoreState()
241 CPWL_Wnd* CFFL_TextField::ResetPDFWindow(CPDFSDK_PageView* pPageView, in ResetPDFWindow()
263 bool CFFL_TextField::IsFieldFull(CPDFSDK_PageView* pPageView) { in IsFieldFull()
272 void CFFL_TextField::OnSetFocus(CPWL_Wnd* pWnd) { in OnSetFocus()