From 9dfcdd24a599a1a2439b80e3910a2ac366fb445b Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 8 Jan 2018 17:00:20 -0500 Subject: Move Process* methods to CXFA_Node This CL moves the CXFA_WidgetAcc::Process* methods to CXFA_Node. Change-Id: Ic01b62e3786a6666a698f8877a8b7b295714bf79 Reviewed-on: https://pdfium-review.googlesource.com/22472 Reviewed-by: Ryan Harrison Commit-Queue: dsinclair --- xfa/fxfa/cxfa_widgetacc.h | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'xfa/fxfa/cxfa_widgetacc.h') diff --git a/xfa/fxfa/cxfa_widgetacc.h b/xfa/fxfa/cxfa_widgetacc.h index 44d2d2849a..2a0196a88a 100644 --- a/xfa/fxfa/cxfa_widgetacc.h +++ b/xfa/fxfa/cxfa_widgetacc.h @@ -62,14 +62,6 @@ class CXFA_WidgetAcc { void ResetData(); - int32_t ProcessEvent(CXFA_FFDocView* docView, - XFA_AttributeEnum iActivity, - CXFA_EventParam* pEventParam); - int32_t ProcessEvent(CXFA_FFDocView* docView, - CXFA_Event* event, - CXFA_EventParam* pEventParam); - int32_t ProcessCalculate(CXFA_FFDocView* docView); - int32_t ProcessValidate(CXFA_FFDocView* docView, int32_t iFlags); int32_t ExecuteScript(CXFA_FFDocView* docView, CXFA_Script* script, CXFA_EventParam* pEventParam); @@ -218,20 +210,6 @@ class CXFA_WidgetAcc { void SetIsNull(bool val) { m_bIsNull = val; } private: - void ProcessScriptTestValidate(CXFA_FFDocView* docView, - CXFA_Validate* validate, - int32_t iRet, - bool pRetValue, - bool bVersionFlag); - int32_t ProcessFormatTestValidate(CXFA_FFDocView* docView, - CXFA_Validate* validate, - bool bVersionFlag); - int32_t ProcessNullTestValidate(CXFA_FFDocView* docView, - CXFA_Validate* validate, - int32_t iFlags, - bool bVersionFlag); - WideString GetValidateCaptionName(bool bVersionFlag); - WideString GetValidateMessage(bool bError, bool bVersionFlag); void CalcCaptionSize(CXFA_FFDoc* doc, CFX_SizeF& szCap); bool CalculateFieldAutoSize(CXFA_FFDoc* doc, CFX_SizeF& size); bool CalculateWidgetAutoSize(CFX_SizeF& size); -- cgit v1.2.3