Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/rtf/
H A Dswparrtf.hxx218 bool IsContinous() const { return maPageInfo.mnBkc == 0; } in IsContinous() function in rtfSection
H A Dswparrtf.cxx891 bool bInsertSection = aIter != aStart ? aIter->IsContinous() : false; in InsertSegments()
911 if (aNext != aEnd && aNext->IsContinous()) in InsertSegments()
/aoo4110/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.hxx739 bool IsContinous() const { return maSep.bkc == 0; } in IsContinous() function in wwSection
H A Dww8par5.cxx2971 if (!maSegments.back().IsContinous() && in WillHavePageDescHere()

Completed in 79 milliseconds