Home
last modified time | relevance | path

Searched refs:mbIsFootnote (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/filter/rtf/
H A Dswparrtf.hxx329 bool mbIsFootnote; member in SwRTFParser
348 bool CantUseTables() const { return mbReadNoTbl || mbIsFootnote; } in CantUseTables()
H A Dswparrtf.cxx219 mbIsFootnote = mbReadNoTbl = bReadSwFly = bSwPageDesc = bStyleTabValid = in SwRTFParser()
1643 if (!mbIsFootnote && !bInsertIntoFootnote) in NextToken()
3611 bool bOldIsFootnote = mbIsFootnote; in ReadHeaderFooter()
3644 mbIsFootnote = true; in ReadHeaderFooter()
3802 if (mbIsFootnote) in ReadHeaderFooter()
3806 mbIsFootnote = bOldIsFootnote; in ReadHeaderFooter()