Searched refs:bsType (Results 1 – 3 of 3) sorted by relevance
759 ByteString bsType = pPrePDFObj->GetString(); in ExportSubmitFile() local760 if (bsType == "config" && !(flag & FXFA_CONFIG)) in ExportSubmitFile()762 if (bsType == "template" && !(flag & FXFA_TEMPLATE)) in ExportSubmitFile()764 if (bsType == "localeSet" && !(flag & FXFA_LOCALESET)) in ExportSubmitFile()766 if (bsType == "datasets" && !(flag & FXFA_DATASETS)) in ExportSubmitFile()768 if (bsType == "xmpmeta" && !(flag & FXFA_XMPMETA)) in ExportSubmitFile()770 if (bsType == "xfdf" && !(flag & FXFA_XFDF)) in ExportSubmitFile()772 if (bsType == "form" && !(flag & FXFA_FORM)) in ExportSubmitFile()775 if (bsType == "form") { in ExportSubmitFile()
179 const ByteString& bsType) const { in RealizeResource()188 CPDF_Dictionary* pResList = m_pObjHolder->m_pResources->GetDictFor(bsType); in RealizeResource()190 pResList = m_pObjHolder->m_pResources->SetNewFor<CPDF_Dictionary>(bsType); in RealizeResource()195 name = ByteString::Format("FX%c%d", bsType[0], idnum); in RealizeResource()
47 const ByteString& bsType) const;