• Home
  • Raw
  • Download

Lines Matching refs:hDoc

49 void CPDFXFA_DocEnvironment::SetChangeMark(CXFA_FFDoc* hDoc) {  in SetChangeMark()  argument
50 if (hDoc == m_pContext->GetXFADoc() && m_pContext->GetFormFillEnv()) in SetChangeMark()
329 int32_t CPDFXFA_DocEnvironment::CountPages(CXFA_FFDoc* hDoc) { in CountPages() argument
330 if (hDoc == m_pContext->GetXFADoc() && m_pContext->GetFormFillEnv()) in CountPages()
335 int32_t CPDFXFA_DocEnvironment::GetCurrentPage(CXFA_FFDoc* hDoc) { in GetCurrentPage() argument
336 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in GetCurrentPage()
348 void CPDFXFA_DocEnvironment::SetCurrentPage(CXFA_FFDoc* hDoc, in SetCurrentPage() argument
350 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv() || in SetCurrentPage()
362 bool CPDFXFA_DocEnvironment::IsCalculationsEnabled(CXFA_FFDoc* hDoc) { in IsCalculationsEnabled() argument
363 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in IsCalculationsEnabled()
373 void CPDFXFA_DocEnvironment::SetCalculationsEnabled(CXFA_FFDoc* hDoc, in SetCalculationsEnabled() argument
375 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in SetCalculationsEnabled()
382 void CPDFXFA_DocEnvironment::GetTitle(CXFA_FFDoc* hDoc, WideString& wsTitle) { in GetTitle() argument
383 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetPDFDoc()) in GetTitle()
395 void CPDFXFA_DocEnvironment::SetTitle(CXFA_FFDoc* hDoc, in SetTitle() argument
397 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetPDFDoc()) in SetTitle()
405 void CPDFXFA_DocEnvironment::ExportData(CXFA_FFDoc* hDoc, in ExportData() argument
408 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()
524 bool CPDFXFA_DocEnvironment::IsValidationsEnabled(CXFA_FFDoc* hDoc) { in IsValidationsEnabled() argument
525 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in IsValidationsEnabled()
535 void CPDFXFA_DocEnvironment::SetValidationsEnabled(CXFA_FFDoc* hDoc, in SetValidationsEnabled() argument
537 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in SetValidationsEnabled()
545 void CPDFXFA_DocEnvironment::SetFocusWidget(CXFA_FFDoc* hDoc, in SetFocusWidget() argument
547 if (hDoc != m_pContext->GetXFADoc()) in SetFocusWidget()
570 void CPDFXFA_DocEnvironment::Print(CXFA_FFDoc* hDoc, in Print() argument
574 if (hDoc != m_pContext->GetXFADoc()) in Print()
592 FX_ARGB CPDFXFA_DocEnvironment::GetHighlightColor(CXFA_FFDoc* hDoc) { in GetHighlightColor() argument
593 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in GetHighlightColor()
688 bool CPDFXFA_DocEnvironment::Submit(CXFA_FFDoc* hDoc, CXFA_Submit* submit) { in Submit() argument
693 bool ret = SubmitInternal(hDoc, submit); in Submit()
699 CXFA_FFDoc* hDoc, in OpenLinkedFile() argument
896 bool CPDFXFA_DocEnvironment::SubmitInternal(CXFA_FFDoc* hDoc, in SubmitInternal() argument
989 bool CPDFXFA_DocEnvironment::SetGlobalProperty(CXFA_FFDoc* hDoc, in SetGlobalProperty() argument
992 if (hDoc != m_pContext->GetXFADoc()) in SetGlobalProperty()
1005 bool CPDFXFA_DocEnvironment::GetGlobalProperty(CXFA_FFDoc* hDoc, in GetGlobalProperty() argument
1008 if (hDoc != m_pContext->GetXFADoc()) in GetGlobalProperty()