Searched refs:m_pInfoDict (Results 1 – 2 of 2) sorted by relevance
350 ASSERT(!m_pInfoDict); in CreateNewDoc()359 m_pInfoDict.Reset(NewIndirect<CPDF_Dictionary>()); in CreateNewDoc()448 if (m_pInfoDict) in GetInfo()449 return m_pInfoDict.Get(); in GetInfo()456 m_pInfoDict.Reset(ToDictionary(ref->GetDirect())); in GetInfo()457 return m_pInfoDict.Get(); in GetInfo()
178 RetainPtr<CPDF_Dictionary> m_pInfoDict; variable