Searched refs:IsContinous (Results 1 – 5 of 5) sorted by relevance
217 bool IsContinous() const { return maPageInfo.mnBkc == 0; } in IsContinous() function in rtfSection
882 bool bInsertSection = aIter != aStart ? aIter->IsContinous() : false; in InsertSegments()902 if (aNext != aEnd && aNext->IsContinous()) in InsertSegments()
3984 if( aPrev->IsContinous()) in SetSwFmtPageDesc()4035 …bool bInsertSection = (aIter != aStart) ? (aIter->IsContinous() && bThisAndPreviousAreCompatible)… in InsertSegments()4061 … if (((aNext != aEnd && aNext->IsContinous() && bThisAndNextAreCompatible) || bProtected)) in InsertSegments()4123 if (aNext == aEnd || !aNext->IsContinous()) in InsertSegments()
739 bool IsContinous() const { return maSep.bkc == 0; } in IsContinous() function in wwSection
2978 if (!maSegments.back().IsContinous() && in WillHavePageDescHere()
Completed in 57 milliseconds