Lines Matching refs:hDoc
24 void SetChangeMark(CXFA_FFDoc* hDoc) override;
38 int32_t CountPages(CXFA_FFDoc* hDoc) override;
39 int32_t GetCurrentPage(CXFA_FFDoc* hDoc) override;
40 void SetCurrentPage(CXFA_FFDoc* hDoc, int32_t iCurPage) override;
41 bool IsCalculationsEnabled(CXFA_FFDoc* hDoc) override;
42 void SetCalculationsEnabled(CXFA_FFDoc* hDoc, bool bEnabled) override;
43 void GetTitle(CXFA_FFDoc* hDoc, WideString& wsTitle) override;
44 void SetTitle(CXFA_FFDoc* hDoc, const WideString& wsTitle) override;
45 void ExportData(CXFA_FFDoc* hDoc,
48 void GotoURL(CXFA_FFDoc* hDoc, const WideString& bsURL) override;
49 bool IsValidationsEnabled(CXFA_FFDoc* hDoc) override;
50 void SetValidationsEnabled(CXFA_FFDoc* hDoc, bool bEnabled) override;
51 void SetFocusWidget(CXFA_FFDoc* hDoc, CXFA_FFWidget* hWidget) override;
52 void Print(CXFA_FFDoc* hDoc,
56 FX_ARGB GetHighlightColor(CXFA_FFDoc* hDoc) override;
57 IJS_Runtime* GetIJSRuntime(CXFA_FFDoc* hDoc) const override;
59 CXFA_FFDoc* hDoc,
63 bool Submit(CXFA_FFDoc* hDoc, CXFA_Submit* submit) override;
82 bool SubmitInternal(CXFA_FFDoc* hDoc, CXFA_Submit* submit);