Home | History | Annotate | Download | only in fpdfxfa

Lines Matching full:override

21   ~CPDFXFA_DocEnvironment() override;
24 void SetChangeMark(CXFA_FFDoc* hDoc) override;
26 void InvalidateRect(CXFA_FFPageView* pPageView, const CFX_RectF& rt) override;
30 const CFX_RectF* pRtAnchor) override;
36 CFX_RectF& rtPopup) override;
37 bool PopupMenu(CXFA_FFWidget* hWidget, CFX_PointF ptPopup) override;
40 void PageViewEvent(CXFA_FFPageView* pPageView, uint32_t dwFlags) override;
42 CXFA_WidgetAcc* pWidgetAcc) override;
44 CXFA_WidgetAcc* pWidgetAcc) override;
47 int32_t CountPages(CXFA_FFDoc* hDoc) override;
48 int32_t GetCurrentPage(CXFA_FFDoc* hDoc) override;
49 void SetCurrentPage(CXFA_FFDoc* hDoc, int32_t iCurPage) override;
50 bool IsCalculationsEnabled(CXFA_FFDoc* hDoc) override;
51 void SetCalculationsEnabled(CXFA_FFDoc* hDoc, bool bEnabled) override;
52 void GetTitle(CXFA_FFDoc* hDoc, WideString& wsTitle) override;
53 void SetTitle(CXFA_FFDoc* hDoc, const WideString& wsTitle) override;
56 bool bXDP) override;
57 void GotoURL(CXFA_FFDoc* hDoc, const WideString& bsURL) override;
58 bool IsValidationsEnabled(CXFA_FFDoc* hDoc) override;
59 void SetValidationsEnabled(CXFA_FFDoc* hDoc, bool bEnabled) override;
60 void SetFocusWidget(CXFA_FFDoc* hDoc, CXFA_FFWidget* hWidget) override;
64 uint32_t dwOptions) override;
65 FX_ARGB GetHighlightColor(CXFA_FFDoc* hDoc) override;
67 bool Submit(CXFA_FFDoc* hDoc, CXFA_Submit* submit) override;
71 CFXJSE_Value* pValue) override;
74 CFXJSE_Value* pValue) override;
78 const WideString& wsLink) override;