Searched refs:bExtLinkRec (Results 1 – 1 of 1) sorted by relevance
510 bool bExtLinkRec = false; in importGlobalsFragment() local534 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()[all …]
Completed in 21 milliseconds