diff options
Diffstat (limited to 'xfa/fxfa/parser/cscript_eventpseudomodel.cpp')
-rw-r--r-- | xfa/fxfa/parser/cscript_eventpseudomodel.cpp | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/xfa/fxfa/parser/cscript_eventpseudomodel.cpp b/xfa/fxfa/parser/cscript_eventpseudomodel.cpp index 806a318d8c..c09ba76c47 100644 --- a/xfa/fxfa/parser/cscript_eventpseudomodel.cpp +++ b/xfa/fxfa/parser/cscript_eventpseudomodel.cpp @@ -18,107 +18,3 @@ CScript_EventPseudoModel::CScript_EventPseudoModel(CXFA_Document* pDocument) pdfium::MakeUnique<CJX_EventPseudoModel>(this)) {} CScript_EventPseudoModel::~CScript_EventPseudoModel() {} - -void CScript_EventPseudoModel::Change(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->Change(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::CommitKey(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->CommitKey(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::FullText(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->FullText(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::KeyDown(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->KeyDown(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::Modifier(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->Modifier(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::NewContentType(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->NewContentType(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::NewText(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->NewText(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::PrevContentType(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->PrevContentType(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::PrevText(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->PrevText(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::Reenter(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->Reenter(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::SelEnd(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->SelEnd(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::SelStart(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->SelStart(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::Shift(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->Shift(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::SoapFaultCode(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->SoapFaultString(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::SoapFaultString(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->SoapFaultString(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::Target(CFXJSE_Value* pValue, - bool bSetting, - XFA_ATTRIBUTE eAttribute) { - JSEventPseudoModel()->Target(pValue, bSetting, eAttribute); -} - -void CScript_EventPseudoModel::Emit(CFXJSE_Arguments* pArguments) { - JSEventPseudoModel()->Emit(pArguments); -} - -void CScript_EventPseudoModel::Reset(CFXJSE_Arguments* pArguments) { - JSEventPseudoModel()->Reset(pArguments); -} |