Searched refs:CPDF_Name (Results 1 – 7 of 7) sorted by relevance
22 class CPDF_Name; variable104 CPDF_Name* AsName();105 const CPDF_Name* AsName() const;240 class CPDF_Name : public CPDF_Object {242 explicit CPDF_Name(const CFX_ByteString& str) in CPDF_Name() function244 explicit CPDF_Name(const CFX_ByteStringC& str) in CPDF_Name() function246 explicit CPDF_Name(const FX_CHAR* str) in CPDF_Name() function251 FX_BOOL Identical(CPDF_Name* pOther) const { in Identical()259 inline CPDF_Name* ToName(CPDF_Object* obj) { in ToName()262 inline const CPDF_Name* ToName(const CPDF_Object* obj) { in ToName()
258 return new CPDF_Name(AsName()->m_Name); in CloneInternal()322 if (const CPDF_Name* pName = AsName()) in GetUnicodeText()360 CPDF_Name* CPDF_Object::AsName() { in AsName()361 return IsName() ? static_cast<CPDF_Name*>(this) : nullptr; in AsName()364 const CPDF_Name* CPDF_Object::AsName() const { in AsName()365 return IsName() ? static_cast<const CPDF_Name*>(this) : nullptr; in AsName()549 Add(new CPDF_Name(str)); in AddName()767 SetAt(key, new CPDF_Name(name)); in SetAtName()
2140 return new CPDF_Name( in GetObject()2294 return new CPDF_Name( in GetObjectByStrict()3803 CPDF_Name* pName = ToName(pDict ? pDict->GetElement("Type") : nullptr); in CheckCrossRefStream()
59 pNewRoot->SetAt("Type", new CPDF_Name("Catalog")); in PDFDocInit()73 pNewPages->SetAt("Type", new CPDF_Name("Pages")); in PDFDocInit()
735 if (CPDF_Name* pName = pElement->AsName()) { in LoadPDFEncoding()1368 return new CPDF_Name("WinAnsiEncoding"); in Realize()1371 return new CPDF_Name("MacRomanEncoding"); in Realize()1374 return new CPDF_Name("MacExpertEncoding"); in Realize()1386 pDiff->Add(new CPDF_Name(PDF_AdobeNameFromUnicode(m_Unicodes[i]))); in Realize()
170 new CPDF_Name(PDF_NameDecode(CFX_ByteStringC(name, len))); in AddNameParam()229 CPDF_Name* pName = new CPDF_Name( in GetObject()539 pArray->SetAt(i, new CPDF_Name(fullname)); in PDF_ReplaceAbbr()
611 return new CPDF_Name( in ReadNextObject()