Lines Matching refs:bExtLinkRec

510         bool bExtLinkRec = false;  in importGlobalsFragment()  local
534 case BIFF2_ID_DEFINEDNAME: bExtLinkRec = true; break; in importGlobalsFragment()
535 case BIFF2_ID_EXTERNALNAME: bExtLinkRec = true; break; in importGlobalsFragment()
536 case BIFF_ID_EXTERNSHEET: bExtLinkRec = true; break; in importGlobalsFragment()
546 case BIFF_ID_CRN: bExtLinkRec = true; break; in importGlobalsFragment()
547 case BIFF3_ID_DEFINEDNAME: bExtLinkRec = true; break; in importGlobalsFragment()
548 case BIFF3_ID_EXTERNALNAME: bExtLinkRec = true; break; in importGlobalsFragment()
549 case BIFF_ID_EXTERNSHEET: bExtLinkRec = true; break; in importGlobalsFragment()
556 case BIFF_ID_XCT: bExtLinkRec = true; break; in importGlobalsFragment()
563 case BIFF_ID_CRN: bExtLinkRec = true; break; in importGlobalsFragment()
564 case BIFF3_ID_DEFINEDNAME: bExtLinkRec = true; break; in importGlobalsFragment()
565 case BIFF3_ID_EXTERNALNAME: bExtLinkRec = true; break; in importGlobalsFragment()
566 case BIFF_ID_EXTERNSHEET: bExtLinkRec = true; break; in importGlobalsFragment()
573 case BIFF_ID_XCT: bExtLinkRec = true; break; in importGlobalsFragment()
581 case BIFF_ID_CRN: bExtLinkRec = true; break; in importGlobalsFragment()
582 case BIFF5_ID_DEFINEDNAME: bExtLinkRec = true; break; in importGlobalsFragment()
583 case BIFF5_ID_EXTERNALNAME: bExtLinkRec = true; break; in importGlobalsFragment()
584 case BIFF_ID_EXTERNSHEET: bExtLinkRec = true; break; in importGlobalsFragment()
594 case BIFF_ID_XCT: bExtLinkRec = true; break; in importGlobalsFragment()
603 … case BIFF_ID_CRN: bExtLinkRec = true; break; in importGlobalsFragment()
604 … case BIFF5_ID_DEFINEDNAME: bExtLinkRec = true; break; in importGlobalsFragment()
605 … case BIFF_ID_EXTERNALBOOK: bExtLinkRec = true; break; in importGlobalsFragment()
606 … case BIFF5_ID_EXTERNALNAME: bExtLinkRec = true; break; in importGlobalsFragment()
607 … case BIFF_ID_EXTERNSHEET: bExtLinkRec = true; break; in importGlobalsFragment()
621 … case BIFF_ID_XCT: bExtLinkRec = true; break; in importGlobalsFragment()
630 if( bExtLinkRec ) in importGlobalsFragment()