1 // Copyright 2014 PDFium Authors. All rights reserved.
\r
2 // Use of this source code is governed by a BSD-style license that can be
\r
3 // found in the LICENSE file.
\r
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
\r
7 #include "../../../foxitlib.h"
\r
8 #include "../common/xfa_utils.h"
\r
9 #include "../common/xfa_object.h"
\r
10 #include "../common/xfa_document.h"
\r
11 #include "../common/xfa_parser.h"
\r
12 #include "../common/xfa_script.h"
\r
13 #include "../common/xfa_docdata.h"
\r
14 #include "../common/xfa_doclayout.h"
\r
15 #include "../common/xfa_debug.h"
\r
16 #include "../common/xfa_localemgr.h"
\r
17 #include "../common/xfa_fm2jsapi.h"
\r
18 #include "xfa_debug_parser.h"
\r
19 #include "xfa_script_logpseudomodel.h"
\r
20 CScript_LogPseudoModel::CScript_LogPseudoModel(CXFA_Document* pDocument)
\r
21 : CXFA_OrdinaryObject(pDocument, XFA_ELEMENT_LogPseudoModel)
\r
23 m_uScriptHash = XFA_HASHCODE_Log;
\r
25 CScript_LogPseudoModel::~CScript_LogPseudoModel()
\r
28 void CScript_LogPseudoModel::Script_LogPseudoModel_Message(CFXJSE_Arguments* pArguments)
\r
31 void CScript_LogPseudoModel::Script_LogPseudoModel_TraceEnabled(CFXJSE_Arguments* pArguments)
\r
34 void CScript_LogPseudoModel::Script_LogPseudoModel_TraceActivate(CFXJSE_Arguments* pArguments)
\r
37 void CScript_LogPseudoModel::Script_LogPseudoModel_TraceDeactivate(CFXJSE_Arguments* pArguments)
\r
40 void CScript_LogPseudoModel::Script_LogPseudoModel_Trace(CFXJSE_Arguments* pArguments)
\r