Searched refs:IsContinous (Results 1 – 5 of 5) sorted by relevance
218 bool IsContinous() const { return maPageInfo.mnBkc == 0; } in IsContinous() function in rtfSection
891 bool bInsertSection = aIter != aStart ? aIter->IsContinous() : false; in InsertSegments()911 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()
739 bool IsContinous() const { return maSep.bkc == 0; } in IsContinous() function in wwSection
2971 if (!maSegments.back().IsContinous() && in WillHavePageDescHere()
Completed in 61 milliseconds