diff options
Diffstat (limited to 'xfa/fxfa/cxfa_widgetacc.h')
-rw-r--r-- | xfa/fxfa/cxfa_widgetacc.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/xfa/fxfa/cxfa_widgetacc.h b/xfa/fxfa/cxfa_widgetacc.h index 8d9bf6f753..44d2d2849a 100644 --- a/xfa/fxfa/cxfa_widgetacc.h +++ b/xfa/fxfa/cxfa_widgetacc.h @@ -62,8 +62,6 @@ class CXFA_WidgetAcc { void ResetData(); - CXFA_WidgetAcc* GetExclGroup(); - int32_t ProcessEvent(CXFA_FFDocView* docView, XFA_AttributeEnum iActivity, CXFA_EventParam* pEventParam); @@ -108,9 +106,6 @@ class CXFA_WidgetAcc { void UpdateUIDisplay(CXFA_FFDocView* docView, CXFA_FFWidget* pExcept); RetainPtr<CFGAS_GEFont> GetFDEFont(CXFA_FFDoc* doc); - float GetFontSize(); - FX_ARGB GetTextColor(); - float GetLineHeight(); CXFA_Node* GetNode() const { return m_pNode; } @@ -118,9 +113,6 @@ class CXFA_WidgetAcc { XFA_Element GetUIType(); CFX_RectF GetUIMargin(); - WideString GetRawValue() const; - int32_t GetRotate() const; - bool IsOpenAccess() const; bool IsListBox(); bool IsAllowNeutral(); @@ -128,27 +120,11 @@ class CXFA_WidgetAcc { bool IsChoiceListAllowTextEntry(); bool IsMultiLine(); - CXFA_Border* GetBorder(bool bModified); - CXFA_Caption* GetCaption(); - CXFA_Font* GetFont(bool bModified); - CXFA_Margin* GetMargin(); - CXFA_Para* GetPara(); - CXFA_Value* GetDefaultValue(); - CXFA_Value* GetFormValue(); - CXFA_Calculate* GetCalculate(); - CXFA_Validate* GetValidate(bool bModified); CXFA_Border* GetUIBorder(); std::vector<CXFA_Event*> GetEventByActivity(XFA_AttributeEnum iActivity, bool bIsFormReady); - Optional<float> TryWidth(); - Optional<float> TryHeight(); - Optional<float> TryMinWidth(); - Optional<float> TryMinHeight(); - Optional<float> TryMaxWidth(); - Optional<float> TryMaxHeight(); - XFA_AttributeEnum GetButtonHighlight(); bool HasButtonRollover() const; bool HasButtonDown() const; @@ -280,12 +256,10 @@ class CXFA_WidgetAcc { void InitLayoutData(); void StartTextLayout(CXFA_FFDoc* doc, float& fCalcWidth, float& fCalcHeight); - CXFA_Bind* GetBind(); void InsertListTextItem(CXFA_Node* pItems, const WideString& wsText, int32_t nIndex); WideString FormatNumStr(const WideString& wsValue, IFX_Locale* pLocale); - CXFA_Node* GetExclGroupNode(); void GetItemLabel(const WideStringView& wsValue, WideString& wsLabel); std::unique_ptr<CXFA_WidgetLayoutData> m_pLayoutData; |