Searched refs:m_pScriptLog (Results 1 – 2 of 2) sorted by relevance
34 m_pScriptLog(nullptr), in CXFA_Document()70 if (m_pScriptLog) { in ClearLayoutData()71 delete m_pScriptLog; in ClearLayoutData()72 m_pScriptLog = NULL; in ClearLayoutData()149 if (m_pScriptLog == NULL) { in GetXFANode()150 m_pScriptLog = new CScript_LogPseudoModel(this); in GetXFANode()152 return m_pScriptLog; in GetXFANode()
188 CScript_LogPseudoModel* m_pScriptLog; variable