Lines Matching refs:aulFootnoteList
23 static ULONG *aulFootnoteList = NULL; variable
45 aulFootnoteList = xfree(aulFootnoteList); in vDestroyNotesInfoLists()
110 fail(aulFootnoteList != NULL); in vGet0FootnotesInfoAndText()
111 aulFootnoteList = xcalloc(tFootnoteListLength, sizeof(ULONG)); in vGet0FootnotesInfoAndText()
118 aulFootnoteList[tIndex] = ulFileOffset; in vGet0FootnotesInfoAndText()
201 fail(aulFootnoteList != NULL); in vGet2FootnotesInfo()
202 aulFootnoteList = xcalloc(tFootnoteListLength, sizeof(ULONG)); in vGet2FootnotesInfo()
209 aulFootnoteList[tIndex] = ulFileOffset; in vGet2FootnotesInfo()
339 fail(aulFootnoteList != NULL); in vGet6FootnotesInfo()
340 aulFootnoteList = xcalloc(tFootnoteListLength, sizeof(ULONG)); in vGet6FootnotesInfo()
347 aulFootnoteList[tIndex] = ulFileOffset; in vGet6FootnotesInfo()
561 fail(aulFootnoteList != NULL); in vGet8FootnotesInfo()
562 aulFootnoteList = xcalloc(tFootnoteListLength, sizeof(ULONG)); in vGet8FootnotesInfo()
569 aulFootnoteList[tIndex] = ulFileOffset; in vGet8FootnotesInfo()
850 fail(aulFootnoteList == NULL && tFootnoteListLength != 0); in eGetNotetype()
865 if (aulFootnoteList[tIndex] == ulFileOffset) { in eGetNotetype()