Searched refs:bExist (Results 1 – 4 of 4) sorted by relevance
87 boolean bExist = false; in add()91 bExist = true; in add()97 if (bExist) { in add()104 bExist = true; in add()109 if (bExist) { in add()
229 bool bExist = false; in CheckAcroForm() local230 m_pAcroForm = GetObject(m_dwAcroFormObjNum, pHints, &bExist).release(); in CheckAcroForm()231 if (!bExist) { in CheckAcroForm()371 bool bExist = false; in CheckInfo() local373 GetObject(m_dwInfoObjNum, pHints, &bExist); in CheckInfo()374 if (bExist && !pInfo) { in CheckInfo()389 bool bExist = false; in CheckRoot() local390 m_pRoot = GetObject(m_dwRootObjNum, pHints, &bExist); in CheckRoot()391 if (!bExist) { in CheckRoot()
820 bool bExist = false; in PreMarkedContent() local830 bExist = true; in PreMarkedContent()834 if (!bExist) in PreMarkedContent()848 bExist = false; in PreMarkedContent()852 bExist = true; in PreMarkedContent()856 if (!bExist) in PreMarkedContent()859 bExist = false; in PreMarkedContent()863 bExist = true; in PreMarkedContent()867 if (!bExist) in PreMarkedContent()
1401 bool bExist = m_pParser && m_pParser->IsValidObjectNumber(dwCurObjNum) && in InitNewObjNumOffsets() local1403 if (bExist || dwCurObjNum - dwLastObjNum > 1) { in InitNewObjNumOffsets()1411 bNewStart = bExist; in InitNewObjNumOffsets()