Home
last modified time | relevance | path

Searched refs:isOverlap (Results 1 – 2 of 2) sorted by relevance

/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx611 bool isOverlap = false; in exportSectionAutoStyle() local
633 isOverlap = false; in exportSectionAutoStyle()
635 while(yi < y2 && !isOverlap) // find overlapping controls in exportSectionAutoStyle()
638 while(xi < x2 && !isOverlap) in exportSectionAutoStyle()
642 isOverlap = true; in exportSectionAutoStyle()
649 if (!isOverlap) in exportSectionAutoStyle()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx148 bool isOverlap(const xub_StrLen nStart1, const xub_StrLen nEnd1, in isOverlap() function
395 if (isOverlap(nNewStart, nNewEnd, nOtherStart, nOtherEnd )) in TryInsertNesting()

Completed in 42 milliseconds