Home
last modified time | relevance | path

Searched refs:m_isFootnote (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DStarObjectPageStyle.cxx66 : m_isFootnote(isFootnote) in NoteDesc()
78 bool m_isFootnote; member
96 if (input->peek()!=(m_isFootnote ? '1' : '2') || !zone.openSWRecord(type)) { in read()
126 if (desc.m_isFootnote) in operator <<()
H A DStarWriterStruct.hxx300 : m_isFootnote(isFootnote) in NoteInfo()
313 bool m_isFootnote; member
H A DStarWriterStruct.cxx619 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 <<()