Searched refs:IsContinous (Results 1 – 5 of 5) sorted by relevance
217 bool IsContinous() const { return maPageInfo.mnBkc == 0; } in IsContinous() function in rtfSection
881 bool bInsertSection = aIter != aStart ? aIter->IsContinous() : false; in InsertSegments()901 if (aNext != aEnd && aNext->IsContinous()) in InsertSegments()
3983 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()
738 bool IsContinous() const { return maSep.bkc == 0; } in IsContinous() function in wwSection
2977 if (!maSegments.back().IsContinous() && in WillHavePageDescHere()