Searched refs:bExist (Results 1 – 3 of 3) sorted by relevance
3174 FX_BOOL bExist = FALSE; in CheckAcroForm() local3175 m_pAcroForm = GetObject(m_dwAcroFormObjNum, pHints, &bExist); in CheckAcroForm()3176 if (!bExist) { in CheckAcroForm()3344 FX_BOOL bExist = FALSE; in CheckInfo() local3345 CPDF_Object *pInfo = GetObject(m_dwInfoObjNum, pHints, &bExist); in CheckInfo()3346 if (!bExist) { in CheckInfo()3376 FX_BOOL bExist = FALSE; in CheckRoot() local3377 m_pRoot = GetObject(m_dwRootObjNum, pHints, &bExist); in CheckRoot()3378 if (!bExist) { in CheckRoot()3462 FX_BOOL bExist = FALSE; in CheckPage() local[all …]
1450 FX_BOOL bExist = FALSE; in PreMarkedContent() local1459 bExist = TRUE; in PreMarkedContent()1463 if (!bExist) { in PreMarkedContent()1481 bExist = FALSE; in PreMarkedContent()1487 bExist = TRUE; in PreMarkedContent()1491 if (!bExist) { in PreMarkedContent()1494 bExist = FALSE; in PreMarkedContent()1498 bExist = TRUE; in PreMarkedContent()1502 if (!bExist) { in PreMarkedContent()
1431 FX_BOOL bExist = (dwCurObjNum < nOldSize && m_ObjectOffset.GetPtrAt(dwCurObjNum) != NULL); in InitNewObjNumOffsets() local1432 if (bExist || dwCurObjNum - dwLastObjNum > 1) { in InitNewObjNumOffsets()1442 bNewStart = bExist; in InitNewObjNumOffsets()