Searched refs:isOverlap (Results 1 – 2 of 2) sorted by relevance
611 bool isOverlap = false; in exportSectionAutoStyle() local633 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()
148 bool isOverlap(const xub_StrLen nStart1, const xub_StrLen nEnd1, in isOverlap() function395 if (isOverlap(nNewStart, nNewEnd, nOtherStart, nOtherEnd )) in TryInsertNesting()
Completed in 38 milliseconds