Home
last modified time | relevance | path

Searched refs:IsContinous (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sw/source/filter/rtf/
H A Dswparrtf.hxx217 bool IsContinous() const { return maPageInfo.mnBkc == 0; } in IsContinous() function in rtfSection
H A Dswparrtf.cxx881 bool bInsertSection = aIter != aStart ? aIter->IsContinous() : false; in InsertSegments()
901 if (aNext != aEnd && aNext->IsContinous()) in InsertSegments()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx3983 if( aPrev->IsContinous()) in SetSwFmtPageDesc()
4034 …bool bInsertSection = (aIter != aStart) ? (aIter->IsContinous() && bThisAndPreviousAreCompatible)… in InsertSegments()
4060 … if (((aNext != aEnd && aNext->IsContinous() && bThisAndNextAreCompatible) || bProtected)) in InsertSegments()
4122 if (aNext == aEnd || !aNext->IsContinous()) in InsertSegments()
H A Dww8par.hxx738 bool IsContinous() const { return maSep.bkc == 0; } in IsContinous() function in wwSection
H A Dww8par5.cxx2977 if (!maSegments.back().IsContinous() && in WillHavePageDescHere()