Lines Matching refs:hDoc
53 void CPDFXFA_DocEnvironment::SetChangeMark(CXFA_FFDoc* hDoc) { in SetChangeMark() argument
54 if (hDoc == m_pContext->GetXFADoc() && m_pContext->GetFormFillEnv()) in SetChangeMark()
345 int32_t CPDFXFA_DocEnvironment::CountPages(CXFA_FFDoc* hDoc) { in CountPages() argument
346 if (hDoc == m_pContext->GetXFADoc() && m_pContext->GetFormFillEnv()) in CountPages()
351 int32_t CPDFXFA_DocEnvironment::GetCurrentPage(CXFA_FFDoc* hDoc) { in GetCurrentPage() argument
352 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in GetCurrentPage()
362 void CPDFXFA_DocEnvironment::SetCurrentPage(CXFA_FFDoc* hDoc, in SetCurrentPage() argument
364 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv() || in SetCurrentPage()
377 bool CPDFXFA_DocEnvironment::IsCalculationsEnabled(CXFA_FFDoc* hDoc) { in IsCalculationsEnabled() argument
378 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in IsCalculationsEnabled()
384 void CPDFXFA_DocEnvironment::SetCalculationsEnabled(CXFA_FFDoc* hDoc, in SetCalculationsEnabled() argument
386 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in SetCalculationsEnabled()
392 void CPDFXFA_DocEnvironment::GetTitle(CXFA_FFDoc* hDoc, WideString& wsTitle) { in GetTitle() argument
393 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetPDFDoc()) in GetTitle()
404 void CPDFXFA_DocEnvironment::SetTitle(CXFA_FFDoc* hDoc, in SetTitle() argument
406 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetPDFDoc()) in SetTitle()
414 void CPDFXFA_DocEnvironment::ExportData(CXFA_FFDoc* hDoc, in ExportData() argument
417 if (hDoc != m_pContext->GetXFADoc()) in ExportData()
508 void CPDFXFA_DocEnvironment::GotoURL(CXFA_FFDoc* hDoc, in GotoURL() argument
510 if (hDoc != m_pContext->GetXFADoc()) in GotoURL()
523 bool CPDFXFA_DocEnvironment::IsValidationsEnabled(CXFA_FFDoc* hDoc) { in IsValidationsEnabled() argument
524 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in IsValidationsEnabled()
531 void CPDFXFA_DocEnvironment::SetValidationsEnabled(CXFA_FFDoc* hDoc, in SetValidationsEnabled() argument
533 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in SetValidationsEnabled()
540 void CPDFXFA_DocEnvironment::SetFocusWidget(CXFA_FFDoc* hDoc, in SetFocusWidget() argument
542 if (hDoc != m_pContext->GetXFADoc()) in SetFocusWidget()
565 void CPDFXFA_DocEnvironment::Print(CXFA_FFDoc* hDoc, in Print() argument
569 if (hDoc != m_pContext->GetXFADoc()) in Print()
587 FX_ARGB CPDFXFA_DocEnvironment::GetHighlightColor(CXFA_FFDoc* hDoc) { in GetHighlightColor() argument
588 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in GetHighlightColor()
597 IJS_Runtime* CPDFXFA_DocEnvironment::GetIJSRuntime(CXFA_FFDoc* hDoc) const { in GetIJSRuntime()
598 if (hDoc != m_pContext->GetXFADoc()) in GetIJSRuntime()
606 CXFA_FFDoc* hDoc, in OpenLinkedFile() argument
622 bool CPDFXFA_DocEnvironment::Submit(CXFA_FFDoc* hDoc, CXFA_Submit* submit) { in Submit() argument
627 bool ret = SubmitInternal(hDoc, submit); in Submit()
889 bool CPDFXFA_DocEnvironment::SubmitInternal(CXFA_FFDoc* hDoc, in SubmitInternal() argument