Searched refs:pDictionary (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp1010 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); local
1011 if (!pDictionary)return FALSE;
1015 vp << pDictionary->GetUnicodeText("Author");
1024 pDictionary->SetAtString("Author", PDF_EncodeText(csAuthor));
1034 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); local
1035 if (!pDictionary)return FALSE;
1037 CFX_WideString cwAuthor = pDictionary->GetUnicodeText("Author");
1038 CFX_WideString cwTitle = pDictionary->GetUnicodeText("Title");
1039 CFX_WideString cwSubject = pDictionary->GetUnicodeText("Subject");
1040 CFX_WideString cwKeywords = pDictionary
1093 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); local
1118 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); local
1184 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); local
1208 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); local
1232 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); local
1256 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); local
[all...]

Completed in 52 milliseconds