Searched refs:m_isFootnote (Results 1 – 3 of 3) sorted by relevance
66 : m_isFootnote(isFootnote) in NoteDesc()78 bool m_isFootnote; member96 if (input->peek()!=(m_isFootnote ? '1' : '2') || !zone.openSWRecord(type)) { in read()126 if (desc.m_isFootnote) in operator <<()
300 : m_isFootnote(isFootnote) in NoteInfo()313 bool m_isFootnote; member
619 if (input->peek()!=(m_isFootnote ? '1' : '4') || !zone.openSWRecord(type)) { in read()624 …f << "Entries(StarNoteInfo)[" << (m_isFootnote ? "footnote" : "endnote") << "-" << zone.getRecordL… in read()626 bool oldFootnote=m_isFootnote && !zone.isCompatibleWith(0x201); in read()671 if (m_isFootnote && !oldFootnote) { in read()698 o << (info.m_isFootnote ? "footnote" : "endnote") << ","; in operator <<()