Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx328 bool mbIsFootnote; member in SwRTFParser
347 bool CantUseTables() const { return mbReadNoTbl || mbIsFootnote; } in CantUseTables()
H A Dswparrtf.cxx209 mbIsFootnote = mbReadNoTbl = bReadSwFly = bSwPageDesc = bStyleTabValid = in SwRTFParser()
1633 if (!mbIsFootnote && !bInsertIntoFootnote) in NextToken()
3601 bool bOldIsFootnote = mbIsFootnote; in ReadHeaderFooter()
3634 mbIsFootnote = true; in ReadHeaderFooter()
3792 if (mbIsFootnote) in ReadHeaderFooter()
3796 mbIsFootnote = bOldIsFootnote; in ReadHeaderFooter()