Home | History | Annotate | Download | only in fpdf_parser

Lines Matching refs:FX_BSTRC

26     pDoc->m_pRootDict->SetAt(FX_BSTRC("FDF"), pFDFDict);

70 if (word != FX_BSTRC("obj")) {
79 if (word != FX_BSTRC("endobj")) {
83 if (word != FX_BSTRC("trailer")) {
90 m_pRootDict = pMainDict->GetDict(FX_BSTRC("Root"));
101 buf << FX_BSTRC("%FDF-1.2\r\n");
107 buf << (FX_DWORD)objnum << FX_BSTRC(" 0 obj\r\n") << pObj << FX_BSTRC("\r\nendobj\r\n\r\n");
109 buf << FX_BSTRC("trailer\r\n<</Root ") << m_pRootDict->GetObjNum() << FX_BSTRC(" 0 R>>\r\n%%EOF\r\n");
114 CPDF_Object* pFileSpec = m_pRootDict->GetDict(FX_BSTRC("FDF"))->GetElementValue(FX_BSTRC("F"));
119 return FPDF_FileSpec_GetWin32Path(m_pRootDict->GetDict(FX_BSTRC("FDF")));
186 ((CPDF_Dictionary*)pFileSpec)->SetAtString(FX_BSTRC("F"), CFX_ByteString::FromUnicode(result));
187 ((CPDF_Dictionary*)pFileSpec)->SetAtString(FX_BSTRC("UF"), PDF_EncodeText(result));
188 ((CPDF_Dictionary*)pFileSpec)->RemoveAt(FX_BSTRC("FS"));
196 wsFileName = pDict->GetUnicodeText(FX_BSTRC("UF"));
198 wsFileName = CFX_WideString::FromLocal(pDict->GetString(FX_BSTRC("F")));
200 if (pDict->GetString(FX_BSTRC("FS")) == FX_BSTRC("URL")) {
203 if (wsFileName.IsEmpty() && pDict->KeyExist(FX_BSTRC("DOS"))) {
204 wsFileName = CFX_WideString::FromLocal(pDict->GetString(FX_BSTRC("DOS")));