Lines Matching refs:hDoc
214 virtual void SetChangeMark(CXFA_FFDoc* hDoc) = 0;
232 virtual int32_t CountPages(CXFA_FFDoc* hDoc) = 0;
233 virtual int32_t GetCurrentPage(CXFA_FFDoc* hDoc) = 0;
234 virtual void SetCurrentPage(CXFA_FFDoc* hDoc, int32_t iCurPage) = 0;
235 virtual bool IsCalculationsEnabled(CXFA_FFDoc* hDoc) = 0;
236 virtual void SetCalculationsEnabled(CXFA_FFDoc* hDoc, bool bEnabled) = 0;
237 virtual void GetTitle(CXFA_FFDoc* hDoc, WideString& wsTitle) = 0;
238 virtual void SetTitle(CXFA_FFDoc* hDoc, const WideString& wsTitle) = 0;
239 virtual void ExportData(CXFA_FFDoc* hDoc,
242 virtual void GotoURL(CXFA_FFDoc* hDoc, const WideString& bsURL) = 0;
243 virtual bool IsValidationsEnabled(CXFA_FFDoc* hDoc) = 0;
244 virtual void SetValidationsEnabled(CXFA_FFDoc* hDoc, bool bEnabled) = 0;
245 virtual void SetFocusWidget(CXFA_FFDoc* hDoc, CXFA_FFWidget* hWidget) = 0;
246 virtual void Print(CXFA_FFDoc* hDoc,
250 virtual FX_ARGB GetHighlightColor(CXFA_FFDoc* hDoc) = 0;
252 virtual bool Submit(CXFA_FFDoc* hDoc, CXFA_Submit* submit) = 0;
253 virtual bool GetGlobalProperty(CXFA_FFDoc* hDoc,
256 virtual bool SetGlobalProperty(CXFA_FFDoc* hDoc,
260 CXFA_FFDoc* hDoc,