diff options
Diffstat (limited to 'xfa/fxfa/cxfa_widgetacc.h')
-rw-r--r-- | xfa/fxfa/cxfa_widgetacc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xfa/fxfa/cxfa_widgetacc.h b/xfa/fxfa/cxfa_widgetacc.h index f21ace9d95..ac885cb2f2 100644 --- a/xfa/fxfa/cxfa_widgetacc.h +++ b/xfa/fxfa/cxfa_widgetacc.h @@ -93,10 +93,6 @@ class CXFA_WidgetAcc { CXFA_Node* GetNode() const { return m_pNode; } - CXFA_Node* GetUIChild(); - XFA_Element GetUIType(); - CFX_RectF GetUIMargin(); - bool IsOpenAccess() const; bool IsListBox(); bool IsAllowNeutral(); @@ -104,8 +100,6 @@ class CXFA_WidgetAcc { bool IsChoiceListAllowTextEntry(); bool IsMultiLine(); - CXFA_Border* GetUIBorder(); - std::vector<CXFA_Event*> GetEventByActivity(XFA_AttributeEnum iActivity, bool bIsFormReady); @@ -221,8 +215,6 @@ class CXFA_WidgetAcc { std::unique_ptr<CXFA_WidgetLayoutData> m_pLayoutData; bool m_bIsNull; bool m_bPreNull; - CXFA_Node* m_pUiChildNode; - XFA_Element m_eUIType; CXFA_Node* m_pNode; }; |