Lines Matching refs:m_pNode
43 m_pNode->GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetTextNode()
60 CXFA_Node* pBind = m_pNode->GetBindData(); in GetTextNode()
75 m_pNode->GetChild<CXFA_Caption>(0, XFA_Element::Caption, false); in GetTextNode()
97 m_pNode->GetChild<CXFA_Items>(0, XFA_Element::Items, false); in GetTextNode()
118 return m_pNode->GetParaIfExists(); in GetParaIfExists()
121 m_pNode->GetChild<CXFA_Caption>(0, XFA_Element::Caption, false); in GetParaIfExists()
127 return m_pNode->GetFontIfExists(); in GetFontIfExists()
130 m_pNode->GetChild<CXFA_Caption>(0, XFA_Element::Caption, false); in GetFontIfExists()
132 return font ? font : m_pNode->GetFontIfExists(); in GetFontIfExists()
136 if (m_pNode->GetFFWidgetType() != XFA_FFWidgetType::kCheckButton) in IsCheckButtonAndAutoWidth()
138 return !m_pNode->TryWidth(); in IsCheckButtonAndAutoWidth()
146 CXFA_Node* pParent = m_pNode->GetParent(); in GetEmbeddedObj()
147 CXFA_Document* pDocument = m_pNode->GetDocument(); in GetEmbeddedObj()