Searched refs:bExist (Results 1 – 3 of 3) sorted by relevance
2942 FX_BOOL bExist = FALSE; in CheckAcroForm() local2943 m_pAcroForm = GetObject(m_dwAcroFormObjNum, pHints, &bExist); in CheckAcroForm()2944 if (!bExist) { in CheckAcroForm()3090 FX_BOOL bExist = FALSE; in CheckInfo() local3091 CPDF_Object *pInfo = GetObject(m_dwInfoObjNum, pHints, &bExist); in CheckInfo()3092 if (!bExist) { in CheckInfo()3122 FX_BOOL bExist = FALSE; in CheckRoot() local3123 m_pRoot = GetObject(m_dwRootObjNum, pHints, &bExist); in CheckRoot()3124 if (!bExist) { in CheckRoot()3204 FX_BOOL bExist = FALSE; in CheckPage() local[all …]
1441 FX_BOOL bExist = FALSE; local1450 bExist = TRUE;1454 if (!bExist) {1472 bExist = FALSE;1478 bExist = TRUE;1482 if (!bExist) {1485 bExist = FALSE;1489 bExist = TRUE;1493 if (!bExist) {
1434 FX_BOOL bExist = (dwCurObjNum < nOldSize && m_ObjectOffset.GetPtrAt(dwCurObjNum) != NULL); in InitNewObjNumOffsets() local1435 if (bExist || dwCurObjNum - dwLastObjNum > 1) { in InitNewObjNumOffsets()1445 bNewStart = bExist; in InitNewObjNumOffsets()